svn commit: r354750 - branches/2014Q2/security/honggfuzz

Antoine Brodin antoine at FreeBSD.org
Wed May 21 14:14:44 UTC 2014


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 at 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/


More information about the svn-ports-all mailing list