pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xentools48
Module Name: pkgsrc
Committed By: rillig
Date: Mon Jun 8 19:25:03 UTC 2020
Modified Files:
pkgsrc/sysutils/xentools48: Makefile
Log Message:
sysutils/xentools48: fix SUBST blocks
The additional 1s,/usr/bin/env is necessary for parserom.pl, which
differs from the other Perl files in that directory.
The pathsvar block is a no-op since tools/Makefile does not contain
"/var" anymore and the other file has been converted to GNU autoconf for
replacing the placeholders.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/xentools48/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xentools48/Makefile
diff -u pkgsrc/sysutils/xentools48/Makefile:1.33 pkgsrc/sysutils/xentools48/Makefile:1.34
--- pkgsrc/sysutils/xentools48/Makefile:1.33 Sat Jun 6 04:09:44 2020
+++ pkgsrc/sysutils/xentools48/Makefile Mon Jun 8 19:25:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/06/06 04:09:44 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2020/06/08 19:25:03 rillig Exp $
#
VERSION= 4.8.5
VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c
@@ -137,12 +137,7 @@ SUBST_FILES.perlpath+= ../ipxe/src/util/
SUBST_FILES.perlpath+= ../ipxe/src/util/swapdevids.pl
SUBST_FILES.perlpath+= ../ipxe/src/util/symcheck.pl
SUBST_SED.perlpath= -e "s|/usr/bin/perl|${PREFIX}/bin/perl|g"
-
-SUBST_CLASSES+= pathsvar
-SUBST_STAGE.pathsvar= pre-configure
-SUBST_FILES.pathsvar= tools/Makefile \
- tools/hotplug/Linux/init.d/sysconfig.xendomains
-SUBST_SED.pathsvar= -e "s|/var/lib|${VARBASE}/run|g"
+SUBST_SED.perlpath+= -e '1s,/usr/bin/env perl,${PREFIX}/bin/perl,'
SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-configure
Home |
Main Index |
Thread Index |
Old Index