[Bug 211832] net/qt5-network: fix build with LibreSSL

2016-08-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211832 Tobias Kortkamp changed: What|Removed |Added CC||t...@tobik.me

[SVN Commit] branches/plasma5/KDE

2016-08-15 Thread Tobias Berner
SVN commit 12920 by tcberner: Remove DOCS option from plasma-* and kf5-*. Keeping it simple. M +0 -3 audio/plasma5-plasma-pa/Makefile M +2 -2 audio/plasma5-plasma-pa/pkg-plist M +0 -3 devel/kf5-kdoctools/Makefile M +76 -76devel/kf5-kdoctools/pkg-plist M +0

Qt 5.6 patch for QMutex problem

2016-08-15 Thread Gleb Popov
This is the patch against 5.6 branch that fixes the QMutex problem: diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index fa3bb08..db8e33e 100644 --- a/src/corelib/thread/qmutex.cpp +++ b/src/corelib/thread/qmutex.cpp @@ -571,7 +571,7 @@ const int

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

2016-08-15 Thread Adriaan de Groot
SVN commit 12921 by adridg: QMutex fix from arrowsvc (tested to the point of 'it compiles, ship it' M +1 -0 Makefile A files/patch-src_corelib_thread_qmutex_cpp.patch

[SVN Commit] branches/plasma5/PORTS

2016-08-15 Thread Tobias Berner
SVN commit 12922 by tcberner: Sync grantlee with ports r420244 M +42 -32Mk/Uses/grantlee.mk M +1 -12 devel/grantlee/Makefile M +1 -0 devel/grantlee/distinfo A devel/grantlee/files (directory) AMdevel/grantlee/files/patch-CMakeLists.txt AM

[SVN Commit] branches/plasma5/PORTS/multimedia/mlt

2016-08-15 Thread Tobias Berner
SVN commit 12924 by tcberner: Update distinfo -- got skipped in r12923 *glares at rsync* M +3 -2 distinfo

[SVN Commit] branches/plasma5/PORTS/multimedia/mlt

2016-08-15 Thread Tobias Berner
SVN commit 12923 by tcberner: Sync with ports r420257 M +15 -27Makefile M +8 -2 pkg-plist

Re: Qt 5.6 patch for QMutex problem

2016-08-15 Thread Adriaan de Groot
On Monday 15 August 2016 13:38:00 Gleb Popov wrote: > This is the patch against 5.6 branch that fixes the QMutex problem: > > diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp Thanks. I've added it to the area51 repo, in trunk (which is Qt 5.6). [ade]