mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- 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]
This commit is contained in:
parent
2b036931bf
commit
6f0d26a11a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374725
3 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= afl
|
PORTNAME= afl
|
||||||
PORTVERSION= 0.61b
|
PORTVERSION= 0.80b
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
||||||
|
|
||||||
|
@ -13,7 +13,8 @@ USES= compiler gmake tar:tgz
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG DOCS TEST_INSTRUMENTATION
|
OPTIONS_DEFINE= DEBUG DOCS TEST_INSTRUMENTATION
|
||||||
TEST_INSTRUMENTATION_DESC= Execute tests expected to fail in jails
|
TEST_INSTRUMENTATION_DESC= Execute tests expected to fail in jails
|
||||||
OPTIONS_DEFAULT= DOCS
|
|
||||||
|
PORTSCOUT= ignore:1
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
ONLY_FOR_ARCHS_REASON= Uses binary instrumentation
|
ONLY_FOR_ARCHS_REASON= Uses binary instrumentation
|
||||||
|
@ -47,10 +48,10 @@ post-patch:
|
||||||
${REINPLACE_CMD} -e 's@ifdef.*\(__OpenBSD__\)@if defined(\1) || \
|
${REINPLACE_CMD} -e 's@ifdef.*\(__OpenBSD__\)@if defined(\1) || \
|
||||||
(defined(__FreeBSD__) \&\& __FreeBSD__ < 9)@' \
|
(defined(__FreeBSD__) \&\& __FreeBSD__ < 9)@' \
|
||||||
${WRKSRC}/afl-as.h
|
${WRKSRC}/afl-as.h
|
||||||
|
${REINPLACE_CMD} -e 's@sys/\(termios.h\)@\1@' \
|
||||||
|
${WRKSRC}/afl-fuzz.c
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/
|
${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (afl-0.61b.tgz) = 6f0613c4568bb24f43c8672c351a7205c41836f0d6def9ce98b75aca119d3a1e
|
SHA256 (afl-0.80b.tgz) = bfdb0976c8d3093814cf9008eb3246155945bc04c0fa3018e0d8c956da690d33
|
||||||
SIZE (afl-0.61b.tgz) = 678234
|
SIZE (afl-0.80b.tgz) = 689981
|
||||||
|
|
|
@ -16,6 +16,9 @@ bin/afl-gcc
|
||||||
bin/afl-showmap
|
bin/afl-showmap
|
||||||
lib/afl/afl-as
|
lib/afl/afl-as
|
||||||
lib/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/gzip/small_archive.gz
|
||||||
share/afl/archives/lzo/small_achive.lzo
|
share/afl/archives/lzo/small_achive.lzo
|
||||||
share/afl/archives/tar/small_archive.tar
|
share/afl/archives/tar/small_archive.tar
|
||||||
|
|
Loading…
Add table
Reference in a new issue