[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2012-11-23 Thread Alberto Villa
SVN commit 8733 by avilla:

- Add port for dbus-qt5.

qdbus and qdbus*2* tools are not part of this package anymore.



 M  +1 -2  Mk/bsd.qt.mk  
 A devel/dbus-qt5 (directory)  
 M  +12 -57devel/dbus-qt5/Makefile  
 M  +107 -80   devel/dbus-qt5/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.0/QT

2012-11-23 Thread Alberto Villa
SVN commit 8732 by avilla:

- Use -no-xcb -no-gui instead of -no-qpa-platform-guard in
  CONFIGURE_ARGS, otherwise libxcb could be found and tests could fail.



 M  +1 -2  devel/qt5-buildtools/Makefile  
 M  +1 -1  devel/qt5-corelib/Makefile  
 M  +1 -1  textproc/qt5-xml/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/textproc

2012-11-23 Thread Alberto Villa
SVN commit 8731 by avilla:

- Add port for qt5-xml.



 A qt5-xml (directory)  
 M  +8 -42 qt5-xml/Makefile  
 M  +61 -61qt5-xml/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] Qt 5

2012-11-23 Thread Alberto Villa
On Fri, Nov 23, 2012 at 2:24 AM, Alberto Villa  wrote:
> I'm removing DO_NOT_EXTRACT as the smaller tarballs make it useless,
> in my opinion.

I've tried it and it doesn't give any noticeable speedup.
--
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/devel/qt5-corelib

2012-11-23 Thread Alberto Villa
SVN commit 8730 by avilla:

- Install mkspecs/qdevice.pri.
- Fix plist?



 M  +1 -0  Makefile  
 M  +160 -157  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/devel/qmake5

2012-11-23 Thread Alberto Villa
SVN commit 8729 by avilla:

- Disable pkg-config dependency.
- Fix plist?



 M  +1 -0  Makefile  
 M  +1 -1  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.0/QT/Mk

2012-11-23 Thread Alberto Villa
SVN commit 8728 by avilla:

- Add dependency on Perl and pkg-config to qtbase ports; pkg-config
  can be disabled (it uses ?=), like done in qmake5.
- Pass CONFIG+=separate_debug_info via QMAKEFLAGS, as some *.pro files
  don't include qt_module.prf, which is responsible for that setting.
  Meanwhile I checked debug flags; -debug -separate-debug-info is fine.
- Rename SHLIB* variables in PLIST_SUB, as they're not limited to
  shared libraries.
- Set QMAKEPATH in CONFIGURE_ENV, to use installed mkspecs; also,
  remove the hack which symlinked some modules in WRKSRC.
- Do not pass QMAKESPEC via CONFIGURE_ENV and MAKE_ENV; it can really
  be a problem when it's set to "mkspecs/default".



 M  +23 -15bsd.qt.mk  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information