pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pev



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sun Jul 10 02:55:02 UTC 2022

Modified Files:
        pkgsrc/security/pev: Makefile PLIST

Log Message:
pev: fix building on macOS

Tested on NetBSD/amd64, macOS/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/pev/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/pev/PLIST

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

Modified files:

Index: pkgsrc/security/pev/Makefile
diff -u pkgsrc/security/pev/Makefile:1.10 pkgsrc/security/pev/Makefile:1.11
--- pkgsrc/security/pev/Makefile:1.10   Sun May 30 00:49:51 2021
+++ pkgsrc/security/pev/Makefile        Sun Jul 10 02:55:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/05/30 00:49:51 khorben Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/10 02:55:02 khorben Exp $
 
 .include "../../security/libpe/Makefile.common"
 
@@ -15,5 +15,10 @@ MAKE_FLAGS+= DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   prefix=${PREFIX}
 MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
 
+OPSYSVARS+=    SOEXT
+SOEXT.Darwin=  dylib
+SOEXT.*=       so
+PLIST_SUBST+=  SOEXT=${SOEXT}
+
 .include "../../security/libpe/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/pev/PLIST
diff -u pkgsrc/security/pev/PLIST:1.4 pkgsrc/security/pev/PLIST:1.5
--- pkgsrc/security/pev/PLIST:1.4       Sat May 29 23:28:36 2021
+++ pkgsrc/security/pev/PLIST   Sun Jul 10 02:55:02 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/05/29 23:28:36 khorben Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/07/10 02:55:02 khorben Exp $
 bin/ofs2rva
 bin/pedis
 bin/pehash
@@ -10,11 +10,11 @@ bin/pesec
 bin/pestr
 bin/readpe
 bin/rva2ofs
-lib/pev/plugins/csv_plugin.so
-lib/pev/plugins/html_plugin.so
-lib/pev/plugins/json_plugin.so
-lib/pev/plugins/text_plugin.so
-lib/pev/plugins/xml_plugin.so
+lib/pev/plugins/csv_plugin.${SOEXT}
+lib/pev/plugins/html_plugin.${SOEXT}
+lib/pev/plugins/json_plugin.${SOEXT}
+lib/pev/plugins/text_plugin.${SOEXT}
+lib/pev/plugins/xml_plugin.${SOEXT}
 man/man1/ofs2rva.1
 man/man1/pedis.1
 man/man1/pehash.1



Home | Main Index | Thread Index | Old Index