pkgsrc-WIP-changes archive

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

deepstate: also depend on honggfuzz



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Sep 24 00:48:14 2020 +0200
Changeset:	6f377ba3a3f8c816a4735196c2f4969ef9e7b7b6

Modified Files:
	deepstate/Makefile

Log Message:
deepstate: also depend on honggfuzz

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

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

diffstat:
 deepstate/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/deepstate/Makefile b/deepstate/Makefile
index a7f3076227..902819e3a8 100644
--- a/deepstate/Makefile
+++ b/deepstate/Makefile
@@ -6,7 +6,10 @@ USE_LANGUAGES=	c99 c++
 USE_CMAKE=	yes
 AUTO_MKDIRS=	yes
 
-DEPENDS+=	afl-[0-9]*:../../devel/afl
+#XXX these two seem to require additional build steps
+BUILD_DEPENDS+=	afl-[0-9]*:../../devel/afl
+BUILD_DEPENDS+=	honggfuzz-[0-9]*:../../devel/honggfuzz
+
 DEPENDS+=	${PYPKGPREFIX}-angr-[0-9]*:../../wip/py-angr
 DEPENDS+=	${PYPKGPREFIX}-cachetools-[0-9]*:../../devel/py-cachetools
 DEPENDS+=	${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser


Home | Main Index | Thread Index | Old Index