Re: [kde-freebsd] Trying to build a QT5 application

2014-08-02 Thread Marco Bröder
On Fri, 01 Aug 2014 08:41:04 -0400 Daniel Morante dan...@morante.net wrote: I am trying to create a port for an application that supports both Qt4 and Qt5. Qt4 builds fine and I am using the following in the port's Makefile: QT4_CONFIGURE_WITH=gui=qt4 QT4_USE=

[kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser

2014-08-02 Thread Alonso Schaich
SVN commit 10224 by aschai: Update otter to beta 2. M +2 -2 Makefile M +2 -2 distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

[kde-freebsd] [SVN Commit] area51/PORTS/www/otter-browser

2014-08-02 Thread Alonso Schaich
SVN commit 10225 by aschai: Patch project file to pull in the QtConcurrent module config, referenced by at least src/core/ContentBlockingList.cpp, and track the dependency to it in ports, too. M +2 -2 Makefile A files (directory) A files/otter.pro

[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt4-core/files

2014-08-02 Thread Raphael Kubo da Costa
SVN commit 10226 by rakuco: PYQT: Remove some chunks from patch-configure.py. After ports r363790 (and similar versions for Python 3), Python is finally built with --enabled-shared, so the check for shared libraries support in PyQt can work as intended. M +0 -20 patch-configure.py