Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 21:53:00 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374725 - head/security/afl
Message-ID:  <201412142153.sBELr0ea027635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Dec 14 21:52:59 2014
New Revision: 374725
URL: https://svnweb.freebsd.org/changeset/ports/374725
QAT: https://qat.redports.org/buildarchive/r374725/

Log:
  - Update to version 0.80b [1]
  - Fix DOCS option handling, it's default no need to add it to OPTIONS_DEFAULT,
    do not optionally install DOCS files, staging takes care of that
  
  PR:		195415 [1]
  Submitted by:	maintainer [1]

Modified:
  head/security/afl/Makefile
  head/security/afl/distinfo
  head/security/afl/pkg-plist

Modified: head/security/afl/Makefile
==============================================================================
--- head/security/afl/Makefile	Sun Dec 14 21:43:03 2014	(r374724)
+++ head/security/afl/Makefile	Sun Dec 14 21:52:59 2014	(r374725)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	afl
-PORTVERSION=	0.61b
+PORTVERSION=	0.80b
 CATEGORIES=	security
 MASTER_SITES=	http://lcamtuf.coredump.cx/afl/releases/
 
@@ -13,7 +13,8 @@ USES=		compiler gmake tar:tgz
 
 OPTIONS_DEFINE=			DEBUG DOCS TEST_INSTRUMENTATION
 TEST_INSTRUMENTATION_DESC=	Execute tests expected to fail in jails
-OPTIONS_DEFAULT=		DOCS
+
+PORTSCOUT=	ignore:1
 
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	Uses binary instrumentation
@@ -47,10 +48,10 @@ post-patch:
 	${REINPLACE_CMD} -e 's@ifdef.*\(__OpenBSD__\)@if defined(\1) || \
 		(defined(__FreeBSD__) \&\& __FreeBSD__ < 9)@' \
 		${WRKSRC}/afl-as.h
+	${REINPLACE_CMD} -e 's@sys/\(termios.h\)@\1@' \
+		${WRKSRC}/afl-fuzz.c
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/
-.endif
 
 .include <bsd.port.post.mk>

Modified: head/security/afl/distinfo
==============================================================================
--- head/security/afl/distinfo	Sun Dec 14 21:43:03 2014	(r374724)
+++ head/security/afl/distinfo	Sun Dec 14 21:52:59 2014	(r374725)
@@ -1,2 +1,2 @@
-SHA256 (afl-0.61b.tgz) = 6f0613c4568bb24f43c8672c351a7205c41836f0d6def9ce98b75aca119d3a1e
-SIZE (afl-0.61b.tgz) = 678234
+SHA256 (afl-0.80b.tgz) = bfdb0976c8d3093814cf9008eb3246155945bc04c0fa3018e0d8c956da690d33
+SIZE (afl-0.80b.tgz) = 689981

Modified: head/security/afl/pkg-plist
==============================================================================
--- head/security/afl/pkg-plist	Sun Dec 14 21:43:03 2014	(r374724)
+++ head/security/afl/pkg-plist	Sun Dec 14 21:52:59 2014	(r374725)
@@ -16,6 +16,9 @@ bin/afl-gcc
 bin/afl-showmap
 lib/afl/afl-as
 lib/afl/as
+share/afl/archives/ar/small_archive.a
+share/afl/archives/compress/small_archive.Z
+share/afl/archives/cpio/small_archive.cpio
 share/afl/archives/gzip/small_archive.gz
 share/afl/archives/lzo/small_achive.lzo
 share/afl/archives/tar/small_archive.tar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412142153.sBELr0ea027635>