[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/lang/qt5-qml/files

2014-10-23 Thread Raphael Kubo da Costa
SVN commit 10441 by rakuco: qt5-qml: Remove date from patch-src__src.pro's header. This makes it look more like the other patches from r10436. M +2 -2 patch-src__src.pro ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org

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

2014-10-23 Thread Raphael Kubo da Costa
SVN commit 10440 by rakuco: Add a short explanation to the patches added in r10436. M +3 -0 devel/qt5-assistant/files/patch-src__src.pro M +3 -0 devel/qt5-designer/files/patch-src__src.pro M +6 -0 devel/qt5-help/files/patch-src__assistant__assistant.pro M +3 -0

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

2014-10-22 Thread Raphael Kubo da Costa
SVN commit 10437 by rakuco: bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. This partially reverts r8728. QMAKEPATH does much more than we want now that we call qmake from the top of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS property, which is in turn used by qt_config.pri

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

2014-10-22 Thread Raphael Kubo da Costa
SVN commit 10436 by rakuco: Call qmake from the root of the ${WRKSRC}. In Qt 5.3, Qt's build infrastructure has undergone some changes that make our previous approach of calling qmake from the directories we want to build stop working. Things would break even more in Qt 5.4, in which qtbase's con

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

2014-10-22 Thread Raphael Kubo da Costa
SVN commit 10435 by rakuco: Stop explicitly passing ${LOCALBASE} to the compiler. qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the ones in the build directory themselves. In practice, this means that

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

2014-10-22 Thread Raphael Kubo da Costa
SVN commit 10434 by rakuco: qmake5: Finish fixing the plist for 5.3.2. M +41 -2 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 informati

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

2014-10-22 Thread Raphael Kubo da Costa
SVN commit 10433 by rakuco: qmake5: Start using the new unsupported/freebsd-clang mkspec. With the help of Gabriel de Dietrich from Digia, a new freebsd-clang mkspec was added to Qt in the 5.3 release cycle. Let us start using it: instead of creating mkspecs/freebsd-clang by copying the freebsd-

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/x11/qt5-qev

2014-10-19 Thread Raphael Kubo da Costa
SVN commit 10431 by rakuco: qt5-qev: Copy .qmake.conf from ${WRKSRC} to build. Qt's build infrastructure has undergone some changes in 5.3 and we cannot just call qmake from a subdirectory. There's an upcoming big commit that fixes several ports, but qev is not connected to qttools's build at al

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/x11-toolkits/qt5-gui

2014-10-19 Thread Raphael Kubo da Costa
SVN commit 10428 by rakuco: qt5-gui: Remove post-patch sed call unneeded in 5.3.2. The change done there has made its way upstream. M +0 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde

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

2014-10-18 Thread Raphael Kubo da Costa
SVN commit 10427 by rakuco: qmake5: Refresh mkspecs/freebsd-g++/qmake.conf. Sync the diff with the original file upstream. M +4 -9 patch-mkspecs__freebsd-g++__qmake.conf ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org

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

2014-10-18 Thread Raphael Kubo da Costa
SVN commit 10422 by rakuco: bsd.qt.mk: Explain why -nomake is not enough for not building samples and tests. M +3 -1 bsd.qt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/lang/qt5-qml/files

2014-10-16 Thread Raphael Kubo da Costa
SVN commit 10420 by rakuco: qt5-qml: Add new required patch for 5.3.2. AMpatch-src__qml__jit__qv4assembler.cpp ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kd

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

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10402 by rakuco: bsd.qt.mk: Add another pre-configure dependency to stop checking for CMake tests. Qt 5.3.2 introduced a check in mkspecs/features/create_cmake.prf that requires tests/auto/cmake to be present, otherwise the configure stage will fail. Since we cannot extract tests/aut

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/x11-toolkits/qt5-declarative

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10401 by rakuco: qt5-declarative: Fix plist for 5.3.2. M +3 -0 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.3/QT/graphics/qt5-imageformats

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10397 by rakuco: qt5-imageformats: Add support for new image formats. Add a few library dependencies to support: * JPEG 2000 images (via graphics/jasper) * WEBP images (via graphics/webp) Additionally, there's support for a few other formats that does not depend on external libraries:

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/graphics/qt5-pixeltool

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10396 by rakuco: qt5-pixeltool: Remove commented out sed call that is also not needed anymore. M +0 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://free

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/devel/qt5-core

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10395 by rakuco: qt5-core: Fix plist for 5.3.2. M +11 -9 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.3/QT/x11-toolkits/qt5-quickcontrols

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10394 by rakuco: qt5-quickcontrols: Fix plist for 5.3.2. M +48 -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.3/QT/x11-toolkits/qt5-quick

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10393 by rakuco: qt5-quick: Fix plist for 5.3.2. There is a new QtQuickWidgets module, and the Dialogs stuff in QtQuick was moved to qt5-quickcontrols. M +22 -40pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://m

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/x11-toolkits/qt5-gui

2014-10-12 Thread Raphael Kubo da Costa
SVN commit 10392 by rakuco: qt5-gui: Fix plist for 5.3.2 M +18 -0 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.3/QT/lang/qt5-qml

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10390 by rakuco: qt5-qml: Fix plist for 5.3.2 M +18 -7 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.3/QT/devel/qt5-help

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10391 by rakuco: qt5-help: Fix plist for 5.3.2 M +1 -0 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.3/QT/net/qt5-network

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10388 by rakuco: qt5-network: Back out the Makefile part of r10387. Only the pkg-plist bits should have been committed, the Makefile changes will be committed as part of a bigger patch and with a proper explanation later. M +4 -0 Makefile _

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/x11-toolkits/qt5-widgets

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10389 by rakuco: qt5-widgets: Fix plist for 5.3.2 M +3 -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.3/QT/net/qt5-network

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10387 by rakuco: qt5-network: Fix plist for 5.3.2 M +0 -4 Makefile M +4 -0 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 l

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/graphics/qt5-svg

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10386 by rakuco: qt5-svg: Fix plist for 5.3.2 M +2 -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.3/QT/devel/qt5-linguist

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10385 by rakuco: qt5-linguist: Remove sed call outdated in 5.3.2. linguist.pro does not set DESTDIR anymore. M +0 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/devel/qt5-designer

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10384 by rakuco: qt5-designer: Fix plist for 5.3.2 M +4 -0 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.3/QT/www/webkit-qt5

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10383 by rakuco: webkit-qt5: Fix plist for 5.3.2 M +1 -0 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.3/QT/graphics/qt5-opengl

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10381 by rakuco: qt5-opengl: Fix plist M +1 -0 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.3/QT/multimedia/qt5-multimedia

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10380 by rakuco: qt5-multimedia: Fix plist M +28 -6 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.3/QT/multimedia/qt5-multimedia

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10379 by rakuco: qt5-multimedia: Remove sed calls from files which have been fixed upstream. M +0 -7 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://free

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/devel/qt5-testlib

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10378 by rakuco: qt5-testlib: Fix plist M +1 -0 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.3/QT/lang/qt5-qml/files

2014-10-10 Thread Raphael Kubo da Costa
SVN commit 10372 by rakuco: qt5-qml: Remove upstreamed patches. D patch-jsruntime__qv4alloca_p.h D patch-jsruntime__qv4engine.cpp D patch-jsruntime__qv4mm.cpp ___ kde-freebsd mailing list kde-freebsd@kde.

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/print/qt5-printsupport

2014-10-07 Thread Raphael Kubo da Costa
SVN commit 10364 by rakuco: qt5-printsupport: Fix plist M +4 -0 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.3/QT/textproc/qt5-xml

2014-10-07 Thread Raphael Kubo da Costa
SVN commit 10365 by rakuco: qt5-xml: Fix plist M +1 -0 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.3/QT/devel/qmake5/files

2014-10-03 Thread Raphael Kubo da Costa
SVN commit 10337 by rakuco: qmake5: Stop setting QMAKE_{INC,LIB}DIR_{OPENGL,X11}. These days they're not installed in X11R6 anymore, so there's no point in setting them again. I've also done the same thing upstream to the unsupported/freebsd-clang mkspec. M +1 -5 patch-mkspecs__common__

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

2014-10-03 Thread Raphael Kubo da Costa
SVN commit 10336 by rakuco: qmake5: Refresh patch-mkspecs__features__qt_functions.prf. M +6 -6 patch-mkspecs__features__qt_functions.prf ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See

[kde-freebsd] [SVN Commit] branches/qt-5.3/QT/x11-toolkits/qt5-gui

2014-10-02 Thread Raphael Kubo da Costa
SVN commit 10335 by rakuco: qt5-gui: Remove patch-CVE-2014-0190. It is already present in the tarball. D files (directory) ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also ht

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

2014-10-02 Thread Raphael Kubo da Costa
SVN commit 10334 by rakuco: QT: Remove extrapatch-src__corelib__tools__qdatetime.cpp. It has been fully integrated upstream. M +1 -3 Mk/bsd.qt.mk D devel/qt5-core/files (directory) ___ kde-freebsd mailing list kde-freebsd@kd

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

2014-10-02 Thread Raphael Kubo da Costa
SVN commit 10333 by rakuco: QT: Reset PORTREVISION in the Qt 5 ports. M +0 -1 devel/qt5-core/Makefile M +0 -1 x11-toolkits/qt5-gui/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-

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

2014-10-02 Thread Raphael Kubo da Costa
SVN commit 10332 by rakuco: QT: Bump QT5_VERSION to 5.3.2, update distinfo and the global libtool patch. The patches in each port will be refreshed or removed as I go through them. For now, consider everything to be broken. M +1 -1 Mk/bsd.qt.mk M +34 -34devel/qt5/distinfo M