pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

triforce-afl: Add Makefile rules from devel/afl



Module Name:	pkgsrc-wip
Committed By:	akulpillai <vishnu%akulpillai.com@localhost>
Pushed By:	akulpillai
Date:		Fri May 31 09:14:48 2019 +0000
Changeset:	bf9184af97e00cad2ac2837dd298dbcfe5d74d94

Modified Files:
	triforce-afl/Makefile

Log Message:
triforce-afl: Add Makefile rules from devel/afl

Fixes afl-cmin interpreter issues

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf9184af97e00cad2ac2837dd298dbcfe5d74d94

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 triforce-afl/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/triforce-afl/Makefile b/triforce-afl/Makefile
index 2601e11b44..5bec4904b0 100644
--- a/triforce-afl/Makefile
+++ b/triforce-afl/Makefile
@@ -11,7 +11,9 @@ HOMEPAGE=	https://github.com/nccgroup/TriforceAFL/
 COMMENT=	AFL/QEMU fuzzing with full-system emulation
 LICENSE=	apache-2.0
 
-USE_TOOLS=	bison gmake pkg-config makeinfo perl:build
+USE_TOOLS=	bash:run bison gmake perl:build pkg-config makeinfo
+REPLACE_SH+=	afl-plot
+REPLACE_BASH+=	afl-cmin
 
 PYTHON_VERSIONS_ACCEPTED=	27
 


Home | Main Index | Thread Index | Old Index