[kde-freebsd] [Bug 192141] cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192141 Raphael Kubo da Costa rak...@freebsd.org changed: What|Removed |Added CC|rak...@freebsd.org |

[kde-freebsd] [Bug 192141] cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192141 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: rakuco Date: Sun Jul 27 11:46:06 UTC 2014 New revision: 363052 URL: http://svnweb.freebsd.org/changeset/ports/363052 Log: Update MASTER_SITES for the

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

2014-07-27 Thread Raphael Kubo da Costa
SVN commit 10202 by rakuco: PORTS: Merge r363052 from ports. r363052 | rakuco | 2014-07-27 14:46:06 +0300 (Sun, 27 Jul 2014) | 7 lines Update MASTER_SITES for the CMake ports. downloads.cmake.org does not resolve, use

[kde-freebsd] [Bug 192141] cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192141 Raphael Kubo da Costa rak...@freebsd.org changed: What|Removed |Added Status|In Discussion |Issue

[kde-freebsd] [Bug 192141] cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192141 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: rakuco Date: Sun Jul 27 13:04:21 UTC 2014 New revision: 363060 URL: http://svnweb.freebsd.org/changeset/ports/363060 Log: MFH: r363052 Update

[kde-freebsd] [Bug 192159] audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'templateclass T class QStack' used without template parameters

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192159 John Marino mar...@freebsd.org changed: What|Removed |Added Status|Needs Triage|Open

[kde-freebsd] [Bug 192141] cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192141 --- Comment #5 from e...@ingram.bz --- Thanks for the quick fix! -- You are receiving this mail because: You are the assignee for the bug. ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [Bug 192159] audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'templateclass T class QStack' used without template parameters

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192159 --- Comment #2 from Raphael Kubo da Costa rak...@freebsd.org --- I noticed that on 8.4 as well; just depending on a C++11-capable compiler will be easier than trying to fix the build problems (which I've already tried), especially because

[kde-freebsd] [Bug 192159] audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'templateclass T class QStack' used without template parameters

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192159 free...@chillt.de changed: What|Removed |Added CC||free...@chillt.de --- Comment

[kde-freebsd] [Bug 192159] audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'templateclass T class QStack' used without template parameters

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192159 --- Comment #5 from free...@chillt.de --- I attached a fix for this. It is pretty trivial to work around the breakage. -- You are receiving this mail because: You are the assignee for the bug.

[kde-freebsd] [Bug 192159] audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'templateclass T class QStack' used without template parameters

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192159 --- Comment #4 from free...@chillt.de --- Created attachment 145043 -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145043action=edit Build fix, part 2. -- You are receiving this mail because: You are the assignee for the bug.

[kde-freebsd] [Bug 192159] audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'templateclass T class QStack' used without template parameters

2014-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192159 --- Comment #6 from free...@chillt.de --- Oh, I forgot to say: The build failed on my 9-STABLE system with the same symptoms yesterday. The two attached patches fix the build for me (but Amarok was still broken, due to unrelated bug

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

2014-07-27 Thread Raphael Kubo da Costa
SVN commit 10203 by rakuco: PORTS: Update CMake to 3.0.0. Remove a few patches that have been applied upstream or fixed in a different way. One notable change in this version is that CMake now uses Sphinx (textproc/py-sphinx) to generate its documentation, so we now have a build-dependency on

[kde-freebsd] Qt-dependent ports (mixing Qt4/5)

2014-07-27 Thread Adriaan de Groot
For a Qt5-based application that I'm testing on FreeBSD (Tupi, for cartoon-ish 2D animation), I needed a Qt5-based archivers/quazip. How are we (or are we at all) going to support libraries like that that can build against both Qt4 and Qt5? Actually modifying the existing port to build against