Index: head/net/nethogs/Makefile =================================================================== --- head/net/nethogs/Makefile (revision 456093) +++ head/net/nethogs/Makefile (revision 456094) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= nethogs PORTVERSION= 0.8.5 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net MAINTAINER= anastasios@mageirias.com COMMENT= Small net top tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: inode2prog.cpp: snprintf is not a member of std - USE_GITHUB= yes GH_ACCOUNT= raboof USES= gmake shebangfix +CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 SHEBANG_FILES= determineVersion.sh bash_CMD= /bin/sh PLIST_FILES= man/man8/nethogs.8.gz \ sbin/nethogs post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nethogs .include