pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/acme



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Apr 12 19:52:40 UTC 2020

Modified Files:
        pkgsrc/devel/acme: Makefile

Log Message:
Force infozip on NetBSD to deal with questionable zip file.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/acme/Makefile

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

Modified files:

Index: pkgsrc/devel/acme/Makefile
diff -u pkgsrc/devel/acme/Makefile:1.16 pkgsrc/devel/acme/Makefile:1.17
--- pkgsrc/devel/acme/Makefile:1.16     Sun Nov  3 10:39:05 2019
+++ pkgsrc/devel/acme/Makefile  Sun Apr 12 19:52:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 10:39:05 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/12 19:52:40 joerg Exp $
 #
 
 DISTNAME=              acme091src
@@ -35,4 +35,11 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/docs/* ${DESTDIR}${PREFIX}/share/doc/acme
        cd ${WRKDIR}/ACME_Lib && pax -rw . ${DESTDIR}${ACME_LIB}
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# Extra data overflow: Need 24 bytes but only found 20 bytes
+TOOLS_PLATFORM.unzip=
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index