Re: [kde-freebsd] ports/182852: science/step fails to build (c syntax complaints)
The following reply was made to PR ports/182852; it has been noted by GNATS. From: Shawn Webb To: bug-follo...@freebsd.org, dneb...@gmail.com Cc: Subject: Re: ports/182852: science/step fails to build (c syntax complaints) Date: Wed, 16 Oct 2013 09:39:20 -0400 --e89a8ff1c81e1c895104e8dbd4da Content-Type: text/plain; charset=ISO-8859-1 I'm seeing the same error on 11-current/amd64 in Poudriere. --e89a8ff1c81e1c895104e8dbd4da Content-Type: text/html; charset=ISO-8859-1 I'm seeing the same error on 11-current/amd64 in Poudriere. --e89a8ff1c81e1c895104e8dbd4da-- ___ 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
Re: [kde-freebsd] ports/183046: devel/py-pykde4 port build fails
Synopsis: devel/py-pykde4 port build fails Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Thu Oct 17 10:10:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=183046 ___ 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
Re: [kde-freebsd] [SVN Commit] area51/KDE/graphics/libkdcraw-kde4
On Wed, 16 Oct 2013 21:47:32 + Schaich Alonso wrote: > On Wed, 16 Oct 2013 16:40:27 + > Max Brazhnikov wrote: > > > On Wed, 16 Oct 2013 08:28:35 -0700 Alonso Schaich wrote: > > > SVN commit 9627 by aschai: > > > > > > Use new compiler option. Tested on 9-STABLE and 10-STABLE. > > > > USE_GCC=any means it can be compiled with base gcc42 on 9-stable, now the > > port requires gcc46. Is this intentional? > > > > Max > > No, it's indeed unintended. It builds with base gcc on 9-STABLE or with clang > using libc++ but not libstdc++ on 10-STABLE. Any idea on how to force libc++ > only on clang? You can't force, but you can test COMPILER_FEATURES for libc++ on 10-stable and greater. ___ 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] devel/py-pykde4 fails on 9.2-RELEASE/amd64
env MAKE_JOBS_UNSAFE=yes make -C /usr/ports/devel/py-pykde4 fails on my 9.2-RELEASE/amd64 system with: /usr/local/kde4/include/krecursivefilterproxymodel.h:118: error: 'virtual bool KRecursiveFilterProxyModel::filterAcceptsRow(int, const QModelIndex&) const' is private Full log attached. BTW: Trying to isolate this in my failing x11/kde4 build (it works fine with kdegames4_UNSET=kajongg now), I found that the dependency on games/kdegames4 is wrong, since ${KDE4_PREFIX}/bin/kmines is part of games/kmines and not games/kdegames4. As a metaport, games/kdegames4 cannot depend on a file. The patch attached fixes this. Cheers, Jan Henrik py-pykde4-LOG.xz Description: Binary data --- x11/kde4/Makefile.orig 2013-09-21 01:43:19.0 +0200 +++ x11/kde4/Makefile 2013-10-17 20:42:30.0 +0200 @@ -63,7 +63,7 @@ .endif .if ${PORT_OPTIONS:MKDEGAMES} -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kmines:${PORTSDIR}/games/kdegames4 +RUN_DEPENDS+= kdegames>=4.1.0:${PORTSDIR}/games/kdegames4 .endif .if ${PORT_OPTIONS:MKDEGRAPHICS} ___ 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/PYQT/misc/py-qt4-doc
SVN commit 9629 by rakuco: py-qt4-doc: Merge r330665 from ports. r330665 | rakuco | 2013-10-17 22:22:58 +0300 (Thu, 17 Oct 2013) | 4 lines Properly support staging after r330463. Submitted by:antoine@ M +3 -3 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
Re: [kde-freebsd] devel/py-pykde4 fails on 9.2-RELEASE/amd64
On 10/17/2013 21:02, Jan Henrik Sylvester wrote: > env MAKE_JOBS_UNSAFE=yes make -C /usr/ports/devel/py-pykde4 > > fails on my 9.2-RELEASE/amd64 system with: > > /usr/local/kde4/include/krecursivefilterproxymodel.h:118: error: > 'virtual bool KRecursiveFilterProxyModel::filterAcceptsRow(int, const > QModelIndex&) const' is private > > Full log attached. Ok, I did not see ports/183046, when I wrote the mail. Using the Debian patch mentioned there works for me: fetch -o - 'http://launchpadlibrarian.net/149780365/pykde4_4%3A4.11.1-0ubuntu1_4%3A4.11.1-0ubuntu2.diff.gz' | gzip -dc | sed '1,33d ; 335,342d ; s|^+|| ; /^[+-][+-][+-] pykde4-/s|pykde4-[^/]*/||' > /usr/ports/devel/py-pykde4/files/patch-debian-pykde4.11_protected_public > BTW: Trying to isolate this in my failing x11/kde4 build (it works fine > with kdegames4_UNSET=kajongg now), I found that the dependency on > games/kdegames4 is wrong, since ${KDE4_PREFIX}/bin/kmines is part of > games/kmines and not games/kdegames4. As a metaport, games/kdegames4 > cannot depend on a file. The patch attached fixes this. Of course, this should still be applied, too. Cheers, Jan Henrik ___ 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