From owner-svn-ports-head@freebsd.org Sun Jan 3 11:38:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5494A60711; Sun, 3 Jan 2016 11:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88DCA118C; Sun, 3 Jan 2016 11:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Bck9u071415; Sun, 3 Jan 2016 11:38:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Bckhs071412; Sun, 3 Jan 2016 11:38:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031138.u03Bckhs071412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 11:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405132 - head/security/afl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 11:38:48 -0000 Author: miwi Date: Sun Jan 3 11:38:46 2016 New Revision: 405132 URL: https://svnweb.freebsd.org/changeset/ports/405132 Log: - Update to 1.95b - Convert to options helper PR: 205375 Submitted by: Fabian Keil Modified: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Sun Jan 3 11:33:09 2016 (r405131) +++ head/security/afl/Makefile Sun Jan 3 11:38:46 2016 (r405132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.86b +PORTVERSION= 1.95b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -37,13 +37,8 @@ BUILD_DEPENDS += ${LOCALBASE}/bin/as:${P RUN_DEPENDS += ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .endif -.if ${PORT_OPTIONS:MMINIMIZE_CORPUS} -RUN_DEPENDS+= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -.endif - -.if ${PORT_OPTIONS:MPLOT_SUPPORT} -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -.endif +MINIMIZE_CORPUS_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +PLOT_SUPORT_RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot post-patch: .if ! ${PORT_OPTIONS:MTEST_INSTRUMENTATION} @@ -60,11 +55,6 @@ post-patch: ${REINPLACE_CMD} -e 's@\( as_params\[0\] = "\)@\1${LOCALBASE}/bin/@' \ ${WRKSRC}/afl-as.c .endif -# XXX remove once 8.4-RELEASE is EOL -# GNU as 2.15 doesn't understand lahf/sahf on amd64 - ${REINPLACE_CMD} -e 's@ifdef.*\(__OpenBSD__\)@if defined(\1) || \ - (defined(__FreeBSD__) \&\& __FreeBSD__ < 9)@' \ - ${WRKSRC}/afl-as.h post-install: ${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/ @@ -73,8 +63,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${PREFIX}/bin/ .endfor -.if ${PORT_OPTIONS:MMINIMIZE_CORPUS} +post-install-MINIMIZE_CORPUS-on: ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${PREFIX}/bin/ -.endif .include Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Sun Jan 3 11:33:09 2016 (r405131) +++ head/security/afl/distinfo Sun Jan 3 11:38:46 2016 (r405132) @@ -1,2 +1,2 @@ -SHA256 (afl-1.86b.tgz) = 19588e43d14d3f76c5970f7e64ab314d13b325198a7a8eff8a9e3d6a1cb3c9af -SIZE (afl-1.86b.tgz) = 801376 +SHA256 (afl-1.95b.tgz) = 21ec6bb8c182fd821d25c8b67283f81a632c4f74419c9db5fec0135dd0c9ae2a +SIZE (afl-1.95b.tgz) = 804542 Modified: head/security/afl/pkg-plist ============================================================================== --- head/security/afl/pkg-plist Sun Jan 3 11:33:09 2016 (r405131) +++ head/security/afl/pkg-plist Sun Jan 3 11:38:46 2016 (r405132) @@ -72,3 +72,4 @@ lib/afl/as %%PORTDOCS%%%%DOCSDIR%%/sister_projects.txt %%PORTDOCS%%%%DOCSDIR%%/status_screen.txt %%PORTDOCS%%%%DOCSDIR%%/technical_details.txt +%%PORTDOCS%%%%DOCSDIR%%/QuickStartGuide.txt