Created attachment 150720 [details] Update security/afl to 0.91b The ChangeLog is available at: http://lcamtuf.coredump.cx/afl/ChangeLog.txt
I get an install error during staging here: =======================<phase: stage >============================ ===> Staging for afl-0.91b ===> afl-0.91b depends on executable: gnuplot - found ===> Generating temporary packing list [*] Checking for the ability to compile x86 code... [+] Everything seems to be working, ready to compile. [+] All done! Be sure to review README - it's pretty short and useful. mkdir -p -m 755 ${DESTDIR}/usr/local/bin ${DESTDIR}/usr/local/lib/afl ${DESTDIR}/usr/local/share/doc/afl ${DESTDIR}/usr/local/share/afl rm -f ${DESTDIR}/usr/local/bin/afl-plot.sh install -s -o root -g wheel -m 555 afl-gcc afl-fuzz afl-showmap afl-plot ${DESTDIR}/usr/local/bin strip: /wrkdirs/usr/ports/security/afl/work/stage/usr/local/bin/afl-plot: File format not recognized install: wait: No such file or directory Makefile:80: recipe for target 'install' failed gmake: *** [install] Error 70 *** [do-install] Error code 2 Stop in /usr/ports/security/afl.
Created attachment 151031 [details] Update security/afl to 1.05b Sorry, my mistake. I apparently didn't retest with DEBUG=off. The updated patch should fix this.
A commit references this bug: Author: riggs Date: Sun Dec 28 14:07:14 UTC 2014 New revision: 375724 URL: https://svnweb.freebsd.org/changeset/ports/375724 Log: - Update to version 1.05b - Add OPTIONs for MINIMIZE_CORPUS and PLOT_SUPPORT (latter via gnuplot) PR: 196095 Submitted by: fk@fabiankeil.de (maintainer) Changes: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist
Looks good, thanks for taking a look. Committed!