Sun Jul 26 08:40:05 2020 UTC ()
xentools413: remove outdated SUBST block

tools/Makefile does not contain /var/lib anymore, and
sysconfig.xencommons has been switched to GNU autoconf.


(rillig)
diff -r1.4 -r1.5 pkgsrc/sysutils/xentools413/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/xentools413/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools413/Makefile 2020/07/26 08:24:11 1.4
+++ pkgsrc/sysutils/xentools413/Makefile 2020/07/26 08:40:05 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2020/07/26 08:24:11 rillig Exp $ 1# $NetBSD: Makefile,v 1.5 2020/07/26 08:40:05 rillig Exp $
2# 2#
3VERSION= 4.13.1 3VERSION= 4.13.1
4 4
5DIST_SUBDIR= xen413 5DIST_SUBDIR= xen413
6DISTNAME= xen-${VERSION} 6DISTNAME= xen-${VERSION}
7PKGNAME= xentools413-${VERSION} 7PKGNAME= xentools413-${VERSION}
8#PKGREVISION= 2 8#PKGREVISION= 2
9CATEGORIES= sysutils 9CATEGORIES= sysutils
10MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ 10MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/
11 11
12DISTFILES= ${DISTNAME}.tar.gz 12DISTFILES= ${DISTNAME}.tar.gz
13 13
14MAINTAINER= bouyer@NetBSD.org 14MAINTAINER= bouyer@NetBSD.org
@@ -67,32 +67,26 @@ REPLACE_PYTHON+= tools/python/scripts/co @@ -67,32 +67,26 @@ REPLACE_PYTHON+= tools/python/scripts/co
67REPLACE_PYTHON+= tools/python/scripts/verify-stream-v2 67REPLACE_PYTHON+= tools/python/scripts/verify-stream-v2
68REPLACE_PYTHON+= tools/xenmon/xenmon.py tools/misc/xencov_split 68REPLACE_PYTHON+= tools/xenmon/xenmon.py tools/misc/xencov_split
69 69
70REPLACE_PERL+= tools/firmware/rombios/makesym.perl 70REPLACE_PERL+= tools/firmware/rombios/makesym.perl
71REPLACE_PERL+= tools/qemu-xen-traditional/texi2pod.pl 71REPLACE_PERL+= tools/qemu-xen-traditional/texi2pod.pl
72REPLACE_PERL+= tools/examples/xeninfo.pl 72REPLACE_PERL+= tools/examples/xeninfo.pl
73REPLACE_PERL+= tools/include/xen-external/bsd-sys-queue-h-seddery 73REPLACE_PERL+= tools/include/xen-external/bsd-sys-queue-h-seddery
74REPLACE_PERL+= tools/qemu-xen/scripts/texi2pod.pl 74REPLACE_PERL+= tools/qemu-xen/scripts/texi2pod.pl
75REPLACE_PERL+= tools/qemu-xen/scripts/get_maintainer.pl 75REPLACE_PERL+= tools/qemu-xen/scripts/get_maintainer.pl
76REPLACE_PERL+= tools/qemu-xen/scripts/checkpatch.pl 76REPLACE_PERL+= tools/qemu-xen/scripts/checkpatch.pl
77REPLACE_PERL+= tools/libxl/libxl_save_msgs_gen.pl 77REPLACE_PERL+= tools/libxl/libxl_save_msgs_gen.pl
78REPLACE_PERL+= tools/libxl/check-libxl-api-rules 78REPLACE_PERL+= tools/libxl/check-libxl-api-rules
79 79
80SUBST_CLASSES+= pathsvar 
81SUBST_STAGE.pathsvar= pre-configure 
82SUBST_FILES.pathsvar= tools/Makefile \ 
83 tools/hotplug/Linux/init.d/sysconfig.xendomains 
84SUBST_SED.pathsvar= -e "s|/var/lib|${VARBASE}/run|g" 
85 
86SUBST_CLASSES+= conf 80SUBST_CLASSES+= conf
87SUBST_STAGE.conf= pre-configure 81SUBST_STAGE.conf= pre-configure
88SUBST_FILES.conf+= tools/ocaml/xenstored/define.ml 82SUBST_FILES.conf+= tools/ocaml/xenstored/define.ml
89SUBST_FILES.conf+= tools/libxl/xl_cmdtable.c 83SUBST_FILES.conf+= tools/libxl/xl_cmdtable.c
90SUBST_FILES.conf+= docs/misc/block-scripts.txt 84SUBST_FILES.conf+= docs/misc/block-scripts.txt
91SUBST_FILES.conf+= docs/misc/vtd.txt 85SUBST_FILES.conf+= docs/misc/vtd.txt
92SUBST_SED.conf= -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" 86SUBST_SED.conf= -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g"
93 87
94XEND_SCRIPTS= block vif-bridge vif-ip qemu-ifup hotplugpath.sh locking.sh 88XEND_SCRIPTS= block vif-bridge vif-ip qemu-ifup hotplugpath.sh locking.sh
95 89
96SUBST_CLASSES.NetBSD+= proc 90SUBST_CLASSES.NetBSD+= proc
97SUBST_STAGE.proc= pre-configure 91SUBST_STAGE.proc= pre-configure
98SUBST_FILES.proc+= tools/ocaml/xenstored/define.ml 92SUBST_FILES.proc+= tools/ocaml/xenstored/define.ml