Index: head/ports-mgmt/portrac/Makefile =================================================================== --- head/ports-mgmt/portrac/Makefile (revision 390653) +++ head/ports-mgmt/portrac/Makefile (revision 390654) @@ -1,27 +1,30 @@ # $FreeBSD$ PORTNAME= portrac PORTVERSION= 0.5 CATEGORIES= ports-mgmt MASTER_SITES= http://e-soul.org/distfiles/ \ http://home.e-soul.org/~mgp/distfiles/ MAINTAINER= Mario.G.Pavlov@gmail.com COMMENT= Simple GUI tool for tracking port updates LICENSE= BSD2CLAUSE +BROKEN_FreeBSD_9= does not build (lacking c++11 support) + PLIST_FILES= bin/portrac \ share/portrac/portrac.png \ share/portrac/up-to-date.png \ share/portrac/updates-available.png -USES= qmake tar:bzip2 +USES= compiler:c++11-lib qmake tar:bzip2 +USE_CXXSTD= c++11 USE_QT5= widgets buildtools_build do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \ + ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \ ${MKDIR} ${STAGEDIR}${DATADIR} && \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${STAGEDIR}${DATADIR} .include Index: head/ports-mgmt/portrac/files/patch-PortChecker.cc =================================================================== --- head/ports-mgmt/portrac/files/patch-PortChecker.cc (nonexistent) +++ head/ports-mgmt/portrac/files/patch-PortChecker.cc (revision 390654) @@ -0,0 +1,11 @@ +--- PortChecker.cc.orig 2014-09-29 18:19:21 UTC ++++ PortChecker.cc +@@ -31,6 +31,8 @@ + #include + #include + #include ++#include ++#include + + #include + Property changes on: head/ports-mgmt/portrac/files/patch-PortChecker.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portrac/files/patch-Preferences.cc =================================================================== --- head/ports-mgmt/portrac/files/patch-Preferences.cc (nonexistent) +++ head/ports-mgmt/portrac/files/patch-Preferences.cc (revision 390654) @@ -0,0 +1,10 @@ +--- Preferences.cc.orig 2014-09-29 18:19:21 UTC ++++ Preferences.cc +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "Preferences.hh" + Property changes on: head/ports-mgmt/portrac/files/patch-Preferences.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property