pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/chezscheme
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Jan 7 13:03:20 UTC 2025
Modified Files:
pkgsrc/lang/chezscheme: Makefile
Log Message:
lang/chezscheme: Teach print-PLIST to DTRT.
No functional change intended for the package build -- just a
convenience for the next person to update this.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/chezscheme/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/chezscheme/Makefile
diff -u pkgsrc/lang/chezscheme/Makefile:1.4 pkgsrc/lang/chezscheme/Makefile:1.5
--- pkgsrc/lang/chezscheme/Makefile:1.4 Tue Jan 7 11:56:36 2025
+++ pkgsrc/lang/chezscheme/Makefile Tue Jan 7 13:03:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/01/07 11:56:36 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/07 13:03:20 riastradh Exp $
DISTNAME= chezscheme-10.0.0
PKGREVISION= 1
@@ -51,6 +51,9 @@ TEST_TARGET= test
# XXX There are three possible variables: m, defaultm, and mboot.
# mboot is probably wrong; not clear whether to use m or defaultm here.
PLIST_SUBST+= CHEZ_PLATFORM=${CHEZ_PLATFORM}
+PRINT_PLIST_AWK+= \
+ /^lib\/csv[0-9.]*\// \
+ { sub(/${CHEZ_PLATFORM}/, "$${CHEZ_PLATFORM}") }
CHEZ_PLATFORM= ${CHEZ_PLATFORM_sh:sh}
CHEZ_PLATFORM_sh= \
cd ${WRKSRC:Q} && \
Home |
Main Index |
Thread Index |
Old Index