Index: head/ports-mgmt/portal/Makefile =================================================================== --- head/ports-mgmt/portal/Makefile (revision 421220) +++ head/ports-mgmt/portal/Makefile (revision 421221) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= portal PORTVERSION= 0.3 CATEGORIES= ports-mgmt MAINTAINER= culot@FreeBSD.org COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_FreeBSD_9= does not build: requires proper c++11 support (std::to_string) +BROKEN_powerpc64= does not build PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz USE_GITHUB= yes GH_ACCOUNT= culot USES= compiler:c++11-lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include