Index: head/security/honggfuzz/Makefile =================================================================== --- head/security/honggfuzz/Makefile (revision 509404) +++ head/security/honggfuzz/Makefile (revision 509405) @@ -1,38 +1,34 @@ # Created by: Sofian Brabez # $FreeBSD$ PORTNAME= honggfuzz PORTVERSION= 0.7 CATEGORIES= security MAINTAINER= sbz@FreeBSD.org COMMENT= General-purpose fuzzer with simple, command-line interface LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_mips= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 -BROKEN_mips64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 -BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 - -USES= gmake +USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= google GC_TAGNAME= 6d01e82 OPTIONS_DEFINE= EXAMPLES # inplace replacement to remove relative binary path in examples scripts post-patch: @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh @${REINPLACE_CMD} -i "" -e 's,gcc,${CC},' \ -e 's| -Werror||' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include