[kde-freebsd] [SVN Commit] area51/QT/devel/qt5

2014-12-22 Thread Raphael Kubo da Costa
SVN commit 10518 by rakuco: qt5: Add x11-toolkits/qt5-quickcontrols to the dependency list. Reported by tcberner on IRC. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/QT/www/webkit-qt5/files

2014-11-21 Thread Raphael Kubo da Costa
SVN commit 10478 by rakuco: Fix path in patch-Source__QtWebKit.pro. M +2 -2 patch-Source__QtWebKit.pro ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/QT/www/webkit-qt5

2014-11-20 Thread Raphael Kubo da Costa
SVN commit 10475 by rakuco: webkit-qt5: Merge r372956 from ports. r372956 | rakuco | 2014-11-20 22:25:02 +0200 (Thu, 20 Nov 2014) | 14 lines Stop installing libplatformplugin.so. That is an example plugin that is not

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-quick

2014-11-13 Thread Raphael Kubo da Costa
SVN commit 10466 by rakuco: qt5-quick: Merge r372513 from ports. r372513 | rakuco | 2014-11-13 10:56:08 +0200 (Thu, 13 Nov 2014) | 8 lines Copy patch from lang/qt5-qml to fix the build with base GCC. Since r372179 we are

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-quick

2014-11-12 Thread Raphael Kubo da Costa
SVN commit 10465 by rakuco: qt5-quick: Merge r372491 from ports. r372491 | rakuco | 2014-11-12 13:34:38 +0200 (Wed, 12 Nov 2014) | 34 lines Use a smarter strategy to avoid building src/qml and src/qmldevtools. Simply

[kde-freebsd] [SVN Commit] area51/QT/x11/qt5-x11extras

2014-11-03 Thread Max Brazhnikov
SVN commit 10459 by makc: x11/qt5-x11extras: add USE_LDCONFIG M +1 -0 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] area51/QT

2014-11-03 Thread Max Brazhnikov
SVN commit 10460 by makc: Add new port comms/qt5-serialport: Qt functions to access serial ports. PR: 194762 (based on) Submitted by: Fernando ApesteguĂ­a M +4 -1 Mk/bsd.qt.mk A comms (directory) A comms/qt5-serialport (directory) A

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake5/files

2014-11-01 Thread Raphael Kubo da Costa
SVN commit 10456 by rakuco: qmake5: Stop including g++-unix.conf in the freebsd-clang mkspec. Most of the settings we need already come from gcc-base-unix.conf, and most of the additional ones we inherit from the g++ mkspec are overridden by the clang.conf include that comes afterwards. One of

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10446 by rakuco: qt5-multimedia: Use NO_GSTREAMER instead of NOGSTREAMER in the pkg-plist. The former is automatically defined with OPTIONS_SUB, so there is no need to add the latter manually to PLIST_SUB. M +0 -2 Makefile M +3 -3 pkg-plist

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10447 by rakuco: qt5-multimedia: Add ALSA files to the plist. This was not caught before because the ALSA plugin is only enabled if the PULSEAUDIO option is off. A fix for the options handling is coming in the next commit. Reported by:Brock Williams br...@cottonwoodcomputer.com

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10448 by rakuco: qt5-multimedia: Make the ALSA and PULSEAUDIO options exclusive. Since Qt 5.3.0, the ALSA audio plugin is a proper plugin under src/plugins/, and it is only built if PulseAudio support is not detected and enabled. To accommodate this change, make the ALSA and

[kde-freebsd] [SVN Commit] area51/QT/lang/qt5-qml/files

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10449 by rakuco: qt5-qml: Add upstream commit that fixes the build with base GCC. The upstream commit message is very vague and only says Fix compiler warning, but the commit is enough to avoid this error:

[kde-freebsd] [SVN Commit] area51/QT/devel

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10450 by rakuco: Add devel/qt5-qdoc. This the Qt5 equivalent of devel/qt4-qdoc3, and is used for parsing .qdoc files and generating documentation from them. Originally worked on by Tobias Berner tcber...@gmail.com. A qt5-qdoc (directory) AM

[kde-freebsd] [SVN Commit] area51/QT/Mk

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10451 by rakuco: bsd.qt.mk: Finish splitting qt5-qdoc out of qt5-buildtools. Most of the required work (including the addition of qdoc to the list of USE_QT5 components) had already been done in r9689, but apparently avilla forgot to svn add his devel/qt5-qdoc at the time. It has

[kde-freebsd] [SVN Commit] area51/QT/print/qt5-printsupport

2014-10-24 Thread Alonso Schaich
SVN commit 10445 by aschai: Fix packaging Do not attempt to package CUPS specific files if the CUPS option is disabled. M +1 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-core

2014-10-23 Thread Raphael Kubo da Costa
SVN commit 10443 by rakuco: qt5-core: Stop using @cwd in the plist. @cwd is deprecated, just use the full path directly. M +1 -2 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/QT/Mk

2014-10-23 Thread Raphael Kubo da Costa
SVN commit 10444 by rakuco: bsd.qt.mk: Stop using @cwd in the plist generation code. Just specify full paths with ${QT_PREFIX} directly, as @cwd is deprecated. M +4 -5 bsd.qt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5

2014-10-18 Thread Raphael Kubo da Costa
SVN commit 10426 by rakuco: qt5: Add x11/qt5-x11extras to the dependencies. M +2 -2 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

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10382 by rakuco: qt5-multimedia: Merge r370658 from ports. r370658 | rakuco | 2014-10-11 21:30:24 +0300 (Sat, 11 Oct 2014) | 5 lines Properly use USES=openal instead of OPENAL_USE. The latter was removed from

[kde-freebsd] [SVN Commit] area51/QT/www/webkit-qt5

2014-10-07 Thread Alonso Schaich
SVN commit 10363 by aschai: Merge PORTS commit 370358: Fix without gperf in base. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-gui

2014-10-02 Thread Raphael Kubo da Costa
SVN commit 10329 by rakuco: qt5-gui: Include only bsd.port.mk. We don't need the bsd.port.pre.mk and bsd.port.post.mk combo here. M +1 -3 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt4-gui

2014-10-02 Thread Raphael Kubo da Costa
SVN commit 10330 by rakuco: qt4-gui: Use a new-style CFLAGS override for powerpc64 and simplify mk includes. Do the same as r10328 and r10329: stop including bsd.port.{pre,post}.mk and simplify the setting of -mminimal-toc for powerpc64. M +2 -6 Makefile

[kde-freebsd] [SVN Commit] area51/QT

2014-09-30 Thread Raphael Kubo da Costa
SVN commit 10326 by rakuco: QT: Merge r369559 from ports. r369559 | rakuco | 2014-09-30 00:24:18 +0300 (Tue, 30 Sep 2014) | 7 lines Add x11/qt5-x11extras. Qt platform-specific features for X11-based systems. PR:

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake5/files

2014-09-30 Thread Raphael Kubo da Costa
SVN commit 10327 by rakuco: QT: Add explanation to qmake5's patch-mkspecs__features__qt_functions.prf. At first sight it is totally non-obvious why this patch exists. Add the explanation from the commit message that introduced this patch (r9225). M +5 -0

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-gui

2014-09-30 Thread Raphael Kubo da Costa
SVN commit 10328 by rakuco: qt5-gui: Use a new-style helper for the powerpc64 CFLAGS setting. M +2 -5 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT

2014-09-29 Thread Raphael Kubo da Costa
SVN commit 10325 by rakuco: QT: Remove '@dirrmentry' and '@dirrm' from plists. Both keywords were deprecated a while ago when pkg started being able to handle directories automatically. Do this now so that it's easier to move to Qt 5.3 in the future (hopefully in the next days). M +0 -7

[kde-freebsd] [SVN Commit] area51/QT/Mk/Uses

2014-09-28 Thread Raphael Kubo da Costa
SVN commit 10323 by rakuco: Uses/qmake.mk: Merge r366839 from ports. r366839 | bapt | 2014-09-01 08:43:02 +0300 (Mon, 01 Sep 2014) | 7 lines Remove support for NO_STAGE Mark all current non staged ports as BROKEN Reviewed

[kde-freebsd] [SVN Commit] area51/QT/devel/qtcreator/files

2014-09-06 Thread Raphael Kubo da Costa
SVN commit 10269 by rakuco: qtcreator: Merge r367310 from ports. r367310 | rakuco | 2014-09-05 00:16:31 +0300 (Fri, 05 Sep 2014) | 7 lines Add upstream patch to fix CMake detection. At least since 2.8.12 `cmake --help'

[kde-freebsd] [SVN Commit] area51/QT/graphics/qt4-imageformats

2014-08-29 Thread Alonso Schaich
SVN commit 10264 by aschai: Bump PORTREVISION. This is required because the new pkg version refuses installation of the non-bumped package due to the CVE entry. PORTREVISION now matches the ports one, therefore no recommision to ports is needed. M +1 -0 Makefile

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-gui

2014-08-29 Thread Alonso Schaich
SVN commit 10265 by aschai: Bump PORTREVISION. This is required because the new pkg version refuses installation of the non-bumped package due to the CVE entry. PORTREVISION now matches the ports one, therefore no recommision to ports is needed. M +1 -0 Makefile

[kde-freebsd] [SVN Commit] area51/QT

2014-08-18 Thread Raphael Kubo da Costa
SVN commit 10249 by rakuco: QT: Revert r10246 and r10247. avilla said Qt4 was intentionally mentioned in the COMMENTs. M +1 -1 devel/qt5-script/Makefile M +1 -1 x11-toolkits/qt5-declarative/Makefile ___ kde-freebsd mailing list

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-script

2014-08-17 Thread Raphael Kubo da Costa
SVN commit 10246 by rakuco: qt5-script: Mention Qt 5, not 4, in COMMENT. M +1 -1 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

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-declarative

2014-08-17 Thread Raphael Kubo da Costa
SVN commit 10247 by rakuco: qt5-declarative: Mention Qt5, not 4, in COMMENT. M +1 -1 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

Re: [kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-declarative

2014-08-17 Thread Alberto Villa
It was supposed to be 4 because this is Qt 5's declarative UI compatible with Qt 4. -- Alberto Villa, FreeBSD committer avi...@freebsd.org http://people.FreeBSD.org/~avilla Il 17/ago/2014 19:25 Raphael Kubo da Costa rak...@freebsd.org ha scritto: SVN commit 10247 by rakuco: qt5-declarative:

Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qt5-script

2014-08-17 Thread Alberto Villa
The same as for qt5-declarative. -- Alberto Villa, FreeBSD committer avi...@freebsd.org http://people.FreeBSD.org/~avilla Il 17/ago/2014 18:31 Raphael Kubo da Costa rak...@freebsd.org ha scritto: SVN commit 10246 by rakuco: qt5-script: Mention Qt 5, not 4, in COMMENT. M +1 -1 Makefile

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits

2014-07-28 Thread Raphael Kubo da Costa
SVN commit 10213 by rakuco: QT: Merge r363254 from ports. r363254 | rakuco | 2014-07-28 23:43:56 +0300 (Mon, 28 Jul 2014) | 7 lines Add x11-toolkits/qt5-quickcontrols. The Qt Quick Controls module provides a set of

[kde-freebsd] [SVN Commit] area51/QT/Mk

2014-07-28 Thread Raphael Kubo da Costa
SVN commit 10216 by rakuco: bsd.qt.mk: Add qt5-quickcontrols to the list of Qt5 components. Thanks to makc for noticing. M +5 -2 bsd.qt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4/files

2014-07-25 Thread Raphael Kubo da Costa
SVN commit 10201 by rakuco: QT: Merge r362938 from ports. r362938 | rakuco | 2014-07-26 01:24:40 +0300 (Sat, 26 Jul 2014) | 11 lines Update the patch introduced in r362770. Change a preprocessor line with no directive to

[kde-freebsd] [SVN Commit] area51/QT

2014-07-24 Thread Raphael Kubo da Costa
SVN commit 10197 by rakuco: QT: Merge r362251 from ports. r362251 | tijl | 2014-07-19 14:09:00 +0300 (Sat, 19 Jul 2014) | 4 lines Remove libtool .la files from all Qt ports Approvedy by: kde (makc)

[kde-freebsd] [SVN Commit] area51/QT

2014-07-24 Thread Raphael Kubo da Costa
SVN commit 10198 by rakuco: QT: Merge r362770 from ports. r362770 | rakuco | 2014-07-24 11:37:55 +0300 (Thu, 24 Jul 2014) | 19 lines Backport my patch to make Qt correctly detect clang's support for C++11 features. So

[kde-freebsd] [SVN Commit] area51/QT/Mk

2014-07-24 Thread Raphael Kubo da Costa
SVN commit 10200 by rakuco: QT: Merge r362837 from ports. r362837 | rakuco | 2014-07-24 21:52:53 +0300 (Thu, 24 Jul 2014) | 4 lines qt4: Do not apply the patch from r362770 if EXTRA_PATCHES is unset. This unbreaks qmake4

[kde-freebsd] [SVN Commit] area51/QT

2014-07-24 Thread Raphael Kubo da Costa
SVN commit 10199 by rakuco: QT: Merge r362834 from ports. r362834 | rakuco | 2014-07-24 20:35:09 +0300 (Thu, 24 Jul 2014) | 5 lines Unbreak Qt4 ports that do not extract src/corelib after r362770. The easiest solution is

Re: [kde-freebsd] [SVN Commit] area51/QT/x11-toolkits

2014-07-20 Thread RyoTa SimaMoto
Hi, patch-CVE-2014-0190 does not effects on x11-toolkits/qt4-gui nor x11-toolkits/qt5-gui, but graphics/qt4-imageformats and graphics/qt5-imageformats need it. SimaMoto,RyoTa liangtai@gmail.com ___ kde-freebsd mailing list kde-freebsd@kde.org

Re: [kde-freebsd] [SVN Commit] area51/QT/x11-toolkits

2014-07-20 Thread Raphael Kubo da Costa
RyoTa SimaMoto liangtai@gmail.com writes: Hi, patch-CVE-2014-0190 does not effects on x11-toolkits/qt4-gui nor x11-toolkits/qt5-gui, but graphics/qt4-imageformats and graphics/qt5-imageformats need it. Duh, this is... embarassing :-) Thanks for the pointer.

[kde-freebsd] [SVN Commit] area51/QT

2014-07-20 Thread Raphael Kubo da Costa
SVN commit 10188 by rakuco: QT: Merge r362336 from ports. r362336 | rakuco | 2014-07-20 20:09:20 +0300 (Sun, 20 Jul 2014) | 13 lines Move the patches fixing CVE-2014-0190 to the right ports. The GIF handler is part of

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits

2014-07-19 Thread Raphael Kubo da Costa
SVN commit 10184 by rakuco: QT: Merge r362281 from ports. r362281 | rakuco | 2014-07-19 23:26:10 +0300 (Sat, 19 Jul 2014) | 5 lines Add patch for CVE-2014-0190 (DoS in the GIF image handler). MFH: 2014Q3

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-gui

2014-05-12 Thread Raphael Kubo da Costa
SVN commit 10096 by rakuco: qt5-gui: Explicitly disable evdev support. This is Linux-specific, and support for it may be accidentally enabled because the compiler test for it passes if multimedia/v4l_compat is installed, since it installs linux/input.h into ${LOCALBASE}/include. PR:

[kde-freebsd] [SVN Commit] area51/QT/databases/qt4-odbc-plugin

2014-05-08 Thread Raphael Kubo da Costa
SVN commit 10093 by rakuco: qt4-odbc-plugin: Merge r353294 from ports. r353294 | bapt | 2014-05-08 16:10:15 +0300 (Thu, 08 May 2014) | 2 lines Fix build after libiodbc/unixODBC changes

[kde-freebsd] [SVN Commit] area51/QT/databases/qt5-sqldrivers-odbc

2014-05-08 Thread Raphael Kubo da Costa
SVN commit 10094 by rakuco: qt5-sqldrivers-odbc: Merge r353294 from ports here too. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

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

2014-05-05 Thread Raphael Kubo da Costa
SVN commit 10086 by rakuco: qtcreator: Recommit r10083. It was accidentally reverted by r10085. M +2 -2 distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

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

2014-05-04 Thread Raphael Kubo da Costa
SVN commit 10083 by rakuco: qtcreator: Use Qt 4.8.6's distinfo. 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 information

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

2014-05-04 Thread Raphael Kubo da Costa
SVN commit 10084 by rakuco: qtcreator: Add upstream patch that fixes the build with -CURRENT. In file included from ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/language/itemreader.cpp:36:

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

2014-05-04 Thread Raphael Kubo da Costa
SVN commit 10085 by rakuco: qtcreator: Do not repeat the same patch in two files :( M +2 -2 distinfo M +0 -11 files/patch-src__shared__qbs__src__lib__parser__qmljs.g M +0 -11 files/patch-src__shared__qbs__src__lib__parser__qmljsparser_p.h

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4

2014-05-01 Thread Raphael Kubo da Costa
SVN commit 10080 by rakuco: devel/qt4: Remove extra empty line from distinfo. M +0 -1 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/QT

2014-05-01 Thread Raphael Kubo da Costa
SVN commit 10081 by rakuco: Reset PORTREVISION in more Qt4 ports after the update to 4.8.6. M +0 -1 devel/qmake4/Makefile M +0 -1 devel/qt4-corelib/Makefile M +0 -1 devel/qt4-designer/Makefile M +0 -1 devel/qt4-moc/Makefile M +0 -1

[kde-freebsd] [SVN Commit] area51/QT/misc/qt4-qtdemo

2014-04-25 Thread Max Brazhnikov
SVN commit 10074 by makc: misc/qt4-qtdemo: fix plist for debug build 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] area51/QT/devel

2014-04-25 Thread Max Brazhnikov
SVN commit 10075 by makc: Fix plist for Qt-4.8.6 M +8 -0 qmake4/pkg-plist M +2 -0 qt4-corelib/pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT/misc/qt4-l10n

2014-04-25 Thread Max Brazhnikov
SVN commit 10076 by makc: misc/qt4-l10n: fix plist for 4.8.6 M +8 -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] area51/QT

2014-04-24 Thread Alonso Schaich
SVN commit 10067 by aschai: Update to Qt4 to 4.8.6. M +1 -1 Mk/bsd.qt.mk M +0 -1 devel/qmake4/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT/devel

2014-04-24 Thread Alonso Schaich
SVN commit 10068 by aschai: Last commit was inconsistent. D qmake4/files/patch-mkspecs__features__unix__gdb_dwarf_index.prf M +3 -2 qt4/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/misc/qt4-doc

2014-04-24 Thread Alonso Schaich
SVN commit 10069 by aschai: Fix plist. M +2 -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 information

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-script/files

2014-04-24 Thread Alonso Schaich
SVN commit 10070 by aschai: Remove patches that were commited to upstream and regenerate the Threading patch which was only partially upstreamed. D patch-src__3rdparty__javascriptcore__JavaScriptCore__jit__JITStubs.cpp D

[kde-freebsd] [SVN Commit] area51/QT/misc/qt4-qtdemo

2014-04-24 Thread Alonso Schaich
SVN commit 10072 by aschai: Fix plist. M +10 -11pkg-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] area51/QT/Mk/Uses

2014-04-20 Thread Raphael Kubo da Costa
SVN commit 10066 by rakuco: Uses/qmake.mk: Sync with ports (r348308, r350734). r350734 | pawel | 2014-04-09 22:00:49 +0300 (Wed, 09 Apr 2014) | 7 lines Reset default qmake flags so that they don't taint our globally set

[kde-freebsd] [SVN Commit] area51/QT

2014-03-25 Thread Max Brazhnikov
SVN commit 10052 by makc: Sync with ports: r349104 | makc | 2014-03-25 06:26:16 + (Tue, 25 Mar 2014) | 6 lines Mk/bsd.qt.mk: - Fix packaging Qt 5 ports with legacy pkg tools. PR: ports/187856 Reported by:

[kde-freebsd] [SVN Commit] area51/QT/misc/qtchooser

2014-02-28 Thread Max Brazhnikov
SVN commit 10028 by makc: misc/qtchooser: update to 39 M +3 -5 Makefile M +2 -2 distinfo M +1 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT

2014-02-25 Thread Max Brazhnikov
SVN commit 10019 by makc: Update Qt5 ports to 5.2.1 M +6 -4 Mk/bsd.qt.mk M +34 -34devel/qt5/distinfo ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-assistant

2014-02-25 Thread Max Brazhnikov
SVN commit 10020 by makc: devel/qt5-assistant: add run dependency on sqlite3 plugin M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/QT

2014-02-25 Thread Max Brazhnikov
SVN commit 10021 by makc: Qt5 ports: update plist for 5.2.1 M +1 -0 databases/qt5-sql/pkg-plist M +1 -0 devel/dbus-qt5/pkg-plist M +14 -1 devel/qmake5/pkg-plist M +1 -1 devel/qt5-buildtools/pkg-plist M +1 -0 devel/qt5-concurrent/pkg-plist M +2 -3

[kde-freebsd] [SVN Commit] area51/QT/lang/qt5-qml

2014-02-25 Thread Max Brazhnikov
SVN commit 10022 by makc: lang/qt5-qml: remove no longer needed patch update/add new patches M +0 -4 Makefile D files/extrapatch-jsruntime__jsruntime.pri M +7 -7 files/patch-jsruntime__qv4alloca_p.h A files/patch-jsruntime__qv4engine.cpp

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-gui

2014-02-25 Thread Max Brazhnikov
SVN commit 10023 by makc: x11-toolkits/qt5-gui: Explicitly disable EGLFS plugin M +1 -0 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

[kde-freebsd] [SVN Commit] area51/QT/www/webkit-qt5

2014-02-25 Thread Max Brazhnikov
SVN commit 10024 by makc: www/webkit-qt5: - fix indentation - don't require non-suffixed python binary for build M +12 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT/devel

2014-02-25 Thread Max Brazhnikov
SVN commit 10025 by makc: qmake5, qt5-core: -no-gstreamer configure option is gone M +1 -1 qmake5/Makefile M +1 -1 qt5-core/Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-moc

2014-02-10 Thread Raphael Kubo da Costa
SVN commit 9998 by rakuco: Add patch to work around more integration issues between moc and boost. science/avogadro started failing to build after boost was updated to 1.55. Add a patch from Fedora to special-case more boost defines so that everything works again. Obtained from: Fedora Project

[kde-freebsd] [SVN Commit] area51/QT

2014-02-08 Thread Raphael Kubo da Costa
SVN commit 9994 by rakuco: Remove empty directories. D devel/qt4-declarative (directory) D devel/qt4-moc/files (directory) D devel/qt4-qtestlib (directory) D textproc/qt4-clucene (directory) D www/qt4-webkit (directory)

[kde-freebsd] [SVN Commit] area51/QT/www/webkit-qt4

2014-02-04 Thread Raphael Kubo da Costa
SVN commit 9977 by rakuco: webkit-qt4: Merge r342605 from ports. r342605 | kwm | 2014-02-04 22:30:50 +0200 (Tue, 04 Feb 2014) | 5 lines Allow webkit-qt4 to build on powerpc64, like was done for webkit-gtk[23]. Submitted

[kde-freebsd] [SVN Commit] area51/QT/lang/qt5-qml

2014-01-10 Thread Max Brazhnikov
SVN commit 9843 by makc: Add build dependency on python and fix build with recent portstree M +4 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

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

2014-01-06 Thread Max Brazhnikov
SVN commit 9841 by makc: Add explicit dependency on Qt4 testlib M +1 -1 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] area51/QT/Mk

2013-12-22 Thread Max Brazhnikov
SVN commit 9813 by makc: - Remove -phonon from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support. PR: ports/184620 Reported by:Kevin Zheng kevinz5...@gmail.com M +1 -1 bsd.qt.mk

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-designer

2013-12-22 Thread Max Brazhnikov
SVN commit 9814 by makc: - Remove reference to WRKSRC from installed pkgconfig files PR: ports/181141 Reported by:thierry M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/Mk

2013-12-22 Thread Alberto Villa
SVN commit 9815 by avilla: - Rename _vars to _env. - Fix typo. M +5 -5 Uses/qmake.mk M +2 -2 bsd.qt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

[kde-freebsd] [SVN Commit] area51/QT/databases

2013-12-22 Thread Alberto Villa
SVN commit 9816 by avilla: - Replace ODBC with Open Database Connectivity. M +1 -1 qt4-sql/pkg-message M +1 -1 qt5-sql/pkg-message ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

[kde-freebsd] [SVN Commit] area51/QT/devel

2013-12-06 Thread Max Brazhnikov
SVN commit 9796 by makc: Reorganize qmake mkspecs: - create common/freebsd.conf and use it for freebsd-* specs - create common/clang-unix.conf (basically a copy of g++-unix.conf) Discussed with: avilla M +10 -10qmake4/Makefile A

Re: [kde-freebsd] [SVN Commit] area51/QT/devel

2013-12-06 Thread Alberto Villa
On Fri, Dec 6, 2013 at 4:07 PM, Max Brazhnikov m...@freebsd.org wrote: Reorganize qmake mkspecs: - create common/freebsd.conf and use it for freebsd-* specs - create common/clang-unix.conf (basically a copy of g++-unix.conf) Great! -- Alberto Villa, FreeBSD committer avi...@freebsd.org

[kde-freebsd] [SVN Commit] area51/QT/devel

2013-12-04 Thread Max Brazhnikov
SVN commit 9791 by makc: - Merge patches into single one for the same file - Remove mkspecs for g++XY and clangXY: CC and friends are passed via QMAKE_ARGS, additional mkspecs are now redundant. Discussed with: avilla M +5 -18 qmake4/Makefile D

[kde-freebsd] [SVN Commit] area51/QT/x11-toolkits/qt5-quick

2013-12-04 Thread Max Brazhnikov
SVN commit 9792 by makc: Fix plist, I overdid it last time 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] area51/QT/Mk/Uses

2013-12-04 Thread Alberto Villa
SVN commit 9794 by avilla: - Reinsert lost comment. M +2 -1 qmake.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

[kde-freebsd] [SVN Commit] area51/QT/Mk

2013-12-04 Thread Alberto Villa
SVN commit 9795 by avilla: - Simplify QMAKE_COMPILER to only support clang and g++, now that they are the only available mkspecs. M +2 -2 bsd.qt.mk ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/Mk

2013-11-20 Thread Alberto Villa
SVN commit 9754 by avilla: - Add compatibility with branches/qt-5.0/QT/Mk. The patch is all but nice, as it's just a temporary bridge between current Mk/ and new Mk/. QMAKE_ARGS and _ENV, for instance, will be defined in qmake.mk instead of bsd.qt.mk. M +20 -14Uses/qmake.mk M +5 -5

[kde-freebsd] [SVN Commit] area51/QT/Mk

2013-11-20 Thread Alberto Villa
SVN commit 9757 by avilla: - Fix lrelease and lupdate path. M +2 -2 bsd.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

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-corelib

2013-11-09 Thread Alonso Schaich
SVN commit 9715 by aschai: Track iconv dependency. M +1 -1 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] area51/QT/devel/qt4-designer

2013-11-02 Thread Alonso Schaich
SVN commit 9659 by aschai: Make phonon optional. Propose and patch provided by Alexey Dokuchaev via mailing list. M +14 -5 Makefile M +2 -2 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org

Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qmake4

2013-10-27 Thread Alberto Villa
On Sun, Oct 13, 2013 at 3:03 PM, Max Brazhnikov m...@freebsd.org wrote: SVN commit 9610 by makc: Add qmake spec for devel/clang33 M +7 -0 Makefile M +3 -0 pkg-plist I'm syncing Qt 5 with all the changes made to Qt 4, and I was wondering... Is there a particular reason for the

Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qmake4

2013-10-27 Thread Max Brazhnikov
On Sun, 27 Oct 2013 10:24:03 +0100 Alberto Villa wrote: On Sun, Oct 13, 2013 at 3:03 PM, Max Brazhnikov m...@freebsd.org wrote: SVN commit 9610 by makc: Add qmake spec for devel/clang33 M +7 -0 Makefile M +3 -0 pkg-plist I'm syncing Qt 5 with all the changes made to

Re: [kde-freebsd] [SVN Commit] area51/QT/devel/qmake4

2013-10-27 Thread Alberto Villa
On Sun, Oct 27, 2013 at 6:20 PM, Max Brazhnikov m...@freebsd.org wrote: Great to have you back! Hope to be more stable. :) No reason, except this is what qt.mk gives for corresponding CXX: # make -VQMAKE_COMPILER CXX=clang++33 clang++33 # make -VQMAKE_COMPILER CXX=clang++ clang May I

[kde-freebsd] [SVN Commit] area51/QT/devel/qmake4

2013-10-13 Thread Max Brazhnikov
SVN commit 9610 by makc: Add qmake spec for devel/clang33 M +7 -0 Makefile 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

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

2013-10-13 Thread Raphael Kubo da Costa
SVN commit 9611 by rakuco: Do not create ~/.config/Trolltech.conf in `make docs'. Like some KDE ports do, set XDG_CONFIG_HOME to /dev/null, as something in `make docs' is causing Qt's configuration file to be read and written. M +1 -0 Makefile

[kde-freebsd] [SVN Commit] area51/QT/misc/qt4-qtconfig

2013-10-10 Thread Max Brazhnikov
SVN commit 9609 by makc: Add dependency on pkgconfig M +1 -0 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] area51/QT/misc/qt4-qtdemo

2013-10-09 Thread Max Brazhnikov
SVN commit 9606 by makc: - Add dependency on pkgconfig (to fix dbus detection) - Pass _MAKE_JOBS at build stage - Respect MAKE_ARGS (fix staging) M +3 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/devel/qt4-libqtassistantclient

2013-10-09 Thread Max Brazhnikov
SVN commit 9607 by makc: Add last bit for staging support M +2 -0 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

<    1   2   3   4   5   6   >