pkgsrc-WIP-changes archive

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

triforceafl: Install required header files



Module Name:	pkgsrc-wip
Committed By:	akulpillai <vishnu%akulpillai.com@localhost>
Pushed By:	akulpillai
Date:		Sun Jun 16 09:40:31 2019 +0000
Changeset:	ac89a709be8be06ec5b7ef8e737a2a4e9f0b5b6e

Modified Files:
	triforceafl/Makefile
	triforceafl/PLIST

Log Message:
triforceafl: Install required header files

Install files required for NetBSD syscall fuzzer

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

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

diffstat:
 triforceafl/Makefile | 6 ++++++
 triforceafl/PLIST    | 2 ++
 2 files changed, 8 insertions(+)

diffs:
diff --git a/triforceafl/Makefile b/triforceafl/Makefile
index c3e692ec1f..45fab662b6 100644
--- a/triforceafl/Makefile
+++ b/triforceafl/Makefile
@@ -30,6 +30,12 @@ post-install:
 	${RUN} cd ${WRKSRC} && \
 		${INSTALL_PROGRAM} afl-qemu-system-trace \
 			${DESTDIR}${AFLPREFIX}/bin
+	${RUN} cd ${WRKSRC} && \
+		${INSTALL_DATA} config.h \
+			${DESTDIR}${AFLPREFIX}
+	${RUN} cd ${WRKSRC} && \
+		${INSTALL_DATA} types.h \
+			${DESTDIR}${AFLPREFIX}
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
diff --git a/triforceafl/PLIST b/triforceafl/PLIST
index 98402a8343..4650d35195 100644
--- a/triforceafl/PLIST
+++ b/triforceafl/PLIST
@@ -12,6 +12,7 @@ triforceafl/bin/afl-qemu-system-trace
 triforceafl/bin/afl-showmap
 triforceafl/bin/afl-tmin
 triforceafl/bin/afl-whatsup
+triforceafl/config.h
 triforceafl/lib/afl/afl-as
 triforceafl/lib/afl/as
 triforceafl/share/afl/testcases/README.testcases
@@ -76,3 +77,4 @@ triforceafl/share/doc/afl/sister_projects.txt
 triforceafl/share/doc/afl/status_screen.txt
 triforceafl/share/doc/afl/technical_details.txt
 triforceafl/share/doc/afl/triforce_internals.txt
+triforceafl/types.h


Home | Main Index | Thread Index | Old Index