Date: Wed, 21 May 2014 14:14:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r354750 - branches/2014Q2/security/honggfuzz Message-ID: <201405211414.s4LEEhPx034168@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed May 21 14:14:43 2014 New Revision: 354750 URL: http://svnweb.freebsd.org/changeset/ports/354750 QAT: https://qat.redports.org/buildarchive/r354750/ Log: MFH: r354745 - Fix build with clang Reported by: pkg-fallout Approved by: portmgr (self) Modified: branches/2014Q2/security/honggfuzz/Makefile branches/2014Q2/security/honggfuzz/pkg-descr Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/security/honggfuzz/Makefile ============================================================================== --- branches/2014Q2/security/honggfuzz/Makefile Wed May 21 12:44:28 2014 (r354749) +++ branches/2014Q2/security/honggfuzz/Makefile Wed May 21 14:14:43 2014 (r354750) @@ -3,6 +3,7 @@ PORTNAME= honggfuzz PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -11,7 +12,6 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= General-purpose fuzzer with simple, command-line interface LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes @@ -19,6 +19,7 @@ USE_GMAKE= yes NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh + ${REINPLACE_CMD} -i "" -E 's,gcc,${CC},' ${WRKSRC}/Makefile do-build: @(cd ${WRKSRC}; ${GMAKE}) Modified: branches/2014Q2/security/honggfuzz/pkg-descr ============================================================================== --- branches/2014Q2/security/honggfuzz/pkg-descr Wed May 21 12:44:28 2014 (r354749) +++ branches/2014Q2/security/honggfuzz/pkg-descr Wed May 21 14:14:43 2014 (r354750) @@ -2,4 +2,4 @@ Honggfuzz is a general-purpose fuzzing t files, Hongfuzz supplies and modifies input to a test program and utilize the ptrace() API/POSIX signal interface to detect and log crashes. -WWW: http://code.google.com/p/honggfuzz/ +WWW: http://code.google.com/p/honggfuzz/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405211414.s4LEEhPx034168>