[kde-freebsd] [SVN Commit] branches/qt-5.6/QT/net/qt5-network/files

2016-04-13 Thread Tobias Berner
SVN commit 12312 by tcberner: Turn #if-comparison around, so that we only catch FreeBSD < 10, and not also every other non-FreeBSD os M +6 -11 patch-src_network_socket_qnativesocketengine__unix.cpp ___ kde-freebsd mailing list kde-freebsd@kde

[kde-freebsd] [SVN Commit] branches/qt-5.6/QT/net/qt5-network/files

2016-04-13 Thread Tobias Berner
SVN commit 12311 by tcberner: Fix build of qt5-network on 9.3 ... is it working, who knows... AMpatch-src_network_socket_qnativesocketengine__unix.cpp ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listin

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

2016-04-13 Thread Tobias Berner
SVN commit 12310 by tcberner: Fix build with g++ from FreeBSD 9.3 AMpatch-src_corelib_tools_qsimd.cpp ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ fo

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

2016-04-13 Thread Tobias Berner
SVN commit 12309 by tcberner: Reinstate the freebsd-g++ mkspec. Qt 5.6.0 switche the default mkspec for FreeBSD form g++ to clang. In r11972 I hastily removed the mkspec shuffeling, and in r12133 the patches to add a common/freebsd.conf had to go. After some soul searching I decided to readd

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12308 by rakuco: Stop setting KSANE_INCLUDE_DIR in digikam-kde4's Makefile.common. This is not needed after r12086. M +0 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/k

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12307 by rakuco: Drop the post-kipi-configure target. It was originally added in r9183 to avoid rebuilding libkipiplugins for each kipi-plugin port. This no longer seems to be a problem, as libkipiplugins is not rebuilt by any of the kipi-plugin-* ports without this change. M +0 -

[kde-freebsd] [SVN Commit] area51/PORTS/graphics

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12306 by rakuco: Drop the gitversion.h hack from Makefile.common. Instead, just let the build system do its job and generate the file. I did have to import a patch I just landed that adjusts the dependencies between the build system targets though. M +0 -1 digikam-kde4/Makefi

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/digikam-kde4

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12305 by rakuco: digikam-kde4: Remove trailing whitespace from Makefile.common. M +1 -1 Makefile.common ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/skanlite

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12304 by rakuco: skanlite: Add USES=gettext, hopefully resolving the mess once and for all. USES=gettext was added to the port in ports r373636, which was not merged into area51. area51 r11455 introduced USES=gettext pkgconfig, but when I later asked tcberner if he remember why those t

[kde-freebsd] [SVN Commit] area51/PORTS/graphics/libkface

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12303 by rakuco: libkface: Use USES=pathfix instead of a sed call. M +1 -5 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 info

[kde-freebsd] [SVN Commit] area51/PORTS/astro/libkgeomap

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12302 by rakuco: libkgeomap: Use USES=pathfix instead of a sed call. M +1 -5 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 in

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

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12301 by rakuco: libkgeomap, libkface: Reorder definitions. Make the order match that of an ordinary port, with MASTER_SITES & co in a block, followed by MAINTAINER/COMMENT, then LICENSE, then dependencies, and finally the rest. M +4 -5 astro/libkgeomap/Makefile M +5 -6

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

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12300 by rakuco: qbs: Add USES=compiler:c++11-lib. The port needs a modern compiler to build on 9.3. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also ht

[kde-freebsd] [Bug 208598] multimedia/qt5-multimedia: ALSA QAudioInput::suspend() doesn't suspend

2016-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208598 Raphael Kubo da Costa changed: What|Removed |Added Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+

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

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12299 by rakuco: qbs: Switch to an out-of-source build. Building with qmake:outsource is cleaner and makes sure we are not depending on a certain directory structure for the port to build (and we are not shipping extra files that we should not). M +2 -2 Makefile _

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

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12298 by rakuco: qbs: Add USES_LDCONFIG=yes. Follow what `portlint -AC' says: WARN: pkg-plist: [38]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: pkg-plist: [39]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: pkg-plist: [

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

2016-04-13 Thread Raphael Kubo da Costa
SVN commit 12297 by rakuco: qbs: Replace spaces with tabs. 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] [Bug 208570] multimedia/qt5-multimedia: ALSA aliases not supported

2016-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208570 Raphael Kubo da Costa changed: What|Removed |Added Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+

[kde-freebsd] [Bug 208762] devel/cmake - c++: error: linker command

2016-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208762 Raphael Kubo da Costa changed: What|Removed |Added Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+