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.000000000 +0200
+++ x11/kde4/Makefile 2013-10-17 20:42:30.000000000 +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 [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
