pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools413



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 26 08:46:35 UTC 2020

Modified Files:
        pkgsrc/sysutils/xentools413: Makefile

Log Message:
xentools413: clean up SUBST block for XENDCONFDIR

The paths in define.ml are taken from the autogenerated paths.ml now. The
file xl_cmdtable.c has been moved, and it doesn't contain a placeholder
anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/xentools413/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/xentools413/Makefile
diff -u pkgsrc/sysutils/xentools413/Makefile:1.5 pkgsrc/sysutils/xentools413/Makefile:1.6
--- pkgsrc/sysutils/xentools413/Makefile:1.5    Sun Jul 26 08:40:05 2020
+++ pkgsrc/sysutils/xentools413/Makefile        Sun Jul 26 08:46:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/07/26 08:40:05 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/07/26 08:46:35 rillig Exp $
 #
 VERSION=       4.13.1
 
@@ -79,9 +79,7 @@ REPLACE_PERL+=                tools/libxl/check-libxl-
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-configure
-SUBST_FILES.conf+=     tools/ocaml/xenstored/define.ml
-SUBST_FILES.conf+=     tools/libxl/xl_cmdtable.c
-SUBST_FILES.conf+=     docs/misc/block-scripts.txt
+SUBST_FILES.conf=      docs/misc/block-scripts.txt
 SUBST_FILES.conf+=     docs/misc/vtd.txt
 SUBST_SED.conf=                -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g"
 



Home | Main Index | Thread Index | Old Index