pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
deepstate-{afl,honggfuzz}: correct the dependencies
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Sep 25 19:16:07 2020 +0200
Changeset: 0cfef4236c7fb7aa7c179282d79234d914ac4d88
Modified Files:
deepstate-afl/Makefile
deepstate-honggfuzz/Makefile
Log Message:
deepstate-{afl,honggfuzz}: correct the dependencies
They depend on their underlying fuzzing package not only when building,
but also when running.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0cfef4236c7fb7aa7c179282d79234d914ac4d88
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
deepstate-afl/Makefile | 2 +-
deepstate-honggfuzz/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/deepstate-afl/Makefile b/deepstate-afl/Makefile
index ae78fea5b9..d391b2e7bd 100644
--- a/deepstate-afl/Makefile
+++ b/deepstate-afl/Makefile
@@ -6,7 +6,7 @@ USE_LANGUAGES= c99 c++
USE_CMAKE= yes
AUTO_MKDIRS= yes
-BUILD_DEPENDS+= afl-[0-9]*:../../devel/afl
+DEPENDS+= afl-[0-9]*:../../devel/afl
DEPENDS+= deepstate>=${VERSION}:../../wip/deepstate
CMAKE_ARG_PATH= ${WRKSRC}
diff --git a/deepstate-honggfuzz/Makefile b/deepstate-honggfuzz/Makefile
index 9a17df8195..9c72ec7ab2 100644
--- a/deepstate-honggfuzz/Makefile
+++ b/deepstate-honggfuzz/Makefile
@@ -6,7 +6,7 @@ USE_LANGUAGES= c99 c++
USE_CMAKE= yes
AUTO_MKDIRS= yes
-BUILD_DEPENDS+= honggfuzz-[0-9]*:../../devel/honggfuzz
+DEPENDS+= honggfuzz-[0-9]*:../../devel/honggfuzz
DEPENDS+= deepstate>=${VERSION}:../../wip/deepstate
CMAKE_ARG_PATH= ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index