From 4d82db701248590339038a6bc16f7a2213ac76dd Mon Sep 17 00:00:00 2001 From: lteo Date: Tue, 23 Jul 2019 02:52:58 +0000 Subject: [PATCH] Take maintainership; ok rpointel@ Add a comment that ST4-${ST4_VER}.jar is only needed during build for antlr; it is not needed at runtime and therefore does not need to be packed. --- security/ghidra/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/security/ghidra/Makefile b/security/ghidra/Makefile index b90ac28fd7b..9897d551e9c 100644 --- a/security/ghidra/Makefile +++ b/security/ghidra/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/23 02:09:20 lteo Exp $ +# $OpenBSD: Makefile,v 1.6 2019/07/23 02:52:58 lteo Exp $ # bundled jython has amd64 components for OpenBSD ONLY_FOR_ARCHS = amd64 @@ -7,7 +7,7 @@ COMMENT = software reverse engineering (SRE) framework VERSION = 9.0.4 GHIDRA_DATE = 20190516 -REVISION = 1 +REVISION = 2 GH_ACCOUNT = NationalSecurityAgency GH_PROJECT = ghidra @@ -18,7 +18,7 @@ CATEGORIES = security HOMEPAGE = https://www.ghidra-sre.org/ -MAINTAINER = Remi Pointel +MAINTAINER = Lawrence Teo # Apache v2 PERMIT_PACKAGE = Yes @@ -39,6 +39,8 @@ JSON_SIMPLE_VER = 1.1.1 JUNIT_VER = 4.12 YAJSW_VER = 12.12 +# Note that ST4-${ST4_VER}.jar is only needed during build for antlr; it is not +# needed at runtime and therefore does not need to be packed. JAR_DISTFILES += ST4{org/antlr/ST4/${ST4_VER}/ST4}-${ST4_VER}.jar JAR_DISTFILES += hamcrest{org/hamcrest/hamcrest-all/${HAMCREST_VER}/hamcrest}-all-${HAMCREST_VER}.jar JAR_DISTFILES += javacc{net/java/dev/javacc/javacc/${JAVACC_VER}/javacc}-${JAVACC_VER}.jar