Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools413 xentools413: remove outdated SUBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b55c9c9b5718
branches:  trunk
changeset: 436057:b55c9c9b5718
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 26 08:49:38 2020 +0000

description:
xentools413: remove outdated SUBST blocks for /proc and /kern

The file define.ml does not contain any hard-coded paths anymore. These
are autogenerated in paths.ml.

diffstat:

 sysutils/xentools413/Makefile |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (37 lines):

diff -r be4cfc131240 -r b55c9c9b5718 sysutils/xentools413/Makefile
--- a/sysutils/xentools413/Makefile     Sun Jul 26 08:46:35 2020 +0000
+++ b/sysutils/xentools413/Makefile     Sun Jul 26 08:49:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/07/26 08:46:35 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/26 08:49:38 rillig Exp $
 #
 VERSION=       4.13.1
 
@@ -85,11 +85,6 @@
 
 XEND_SCRIPTS=          block vif-bridge vif-ip qemu-ifup hotplugpath.sh locking.sh
 
-SUBST_CLASSES.NetBSD+= proc
-SUBST_STAGE.proc=      pre-configure
-SUBST_FILES.proc+=     tools/ocaml/xenstored/define.ml
-SUBST_SED.proc=                -e "s|/proc|/kern|g"
-
 SUBST_CLASSES+=                getopt
 SUBST_STAGE.getopt=    pre-configure
 SUBST_MESSAGE.getopt=  Fixing getopt_long_only
@@ -102,15 +97,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-SUBST_CLASSES+=                procdev
-SUBST_STAGE.procdev=   pre-configure
-SUBST_FILES.procdev=   tools/ocaml/xenstored/define.ml
-.if ${OPSYS} == "NetBSD"
-SUBST_SED.procdev=     -e "s|@PROCDEV@|/dev|g"
-.else
-SUBST_SED.procdev=     -e "s|@PROCDEV@|/proc/xen|g"
-.endif
-
 .if ${OPSYS} == "NetBSD"
 MESSAGE_SRC=           ${.CURDIR}/MESSAGE ${.CURDIR}/MESSAGE.NetBSD
 .endif



Home | Main Index | Thread Index | Old Index