[kde-freebsd] [SVN Commit] area51/PORTS/devel/qtcreator

Alberto Villa avilla at FreeBSD.org
Mon Sep 3 08:43:07 UTC 2012


SVN commit 8594 by avilla:

- Build the QmlDesigner plugin.
- Bump PORTREVISION.

Since I don't like the idea of installing private headers from qt4-*
ports, I made qtcreator download and extract Qt source to include them.
Given that the distfile has QT4_VERSION variable, this port will have
to be updated (`make makesum` and PORTREVISION bump) on *any* Qt
update. It is not a problem, anyway, as Qt private headers have no
stable ABI (nor API), so it's expressively requested to rebuild Qt
Creator on any change to Qt libraries (it's good, actually, as it
forces us to update the port).
As a side effect, DIST_SUBDIR had to be set to the same of Qt distfile,
KDE/.
By the way, this work made it clear for me that defining QT_DISTFILE
in bsd.qt.mk might be a good idea, but it's material for Qt 5 imho.

PR:		169809
Reported by:	tcberner at gmail.com

- Update COMMENT (as it also becomes the description of the .desktop
  file).
- Use full path of the binary in the .desktop file (as in qt4-designer
  and friends.

(Testing pav@'s commit template, but I think I find it confusing.)



 M  +19 -6     Makefile  
 M  +4 -2      distinfo  
 M  +10 -0     pkg-plist  




More information about the kde-freebsd mailing list