pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xenstoretools
Module Name: pkgsrc
Committed By: gdt
Date: Thu Mar 9 16:44:25 UTC 2023
Modified Files:
pkgsrc/sysutils/xenstoretools: Makefile
Log Message:
sysutils/xenstoretools: Allow on NetBSD 10
Actually, allow on 10-19 :-). (At this point "NetBSD 5 and up" is
just "NetBSD", but it feels safer to add a 1 to the regexp than to
rototill more seriously.)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/xenstoretools/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/xenstoretools/Makefile
diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.24 pkgsrc/sysutils/xenstoretools/Makefile:1.25
--- pkgsrc/sysutils/xenstoretools/Makefile:1.24 Tue Jul 5 15:56:33 2022
+++ pkgsrc/sysutils/xenstoretools/Makefile Thu Mar 9 16:44:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/07/05 15:56:33 bouyer Exp $
+# $NetBSD: Makefile,v 1.25 2023/03/09 16:44:25 gdt Exp $
#
# VERSION is set in xentool415/version.mk
@@ -44,7 +44,7 @@ PKG_SYSCONFSUBDIR= xen
BUILD_DEFS+= VARBASE
ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64
-ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
+ONLY_FOR_PLATFORM+= NetBSD-[15-9]*-x86_64 NetBSD-[15-9]*-i386
CONFLICTS+= libxen-[0-9]*
CONFLICTS+= xentools20-[0-9]*
Home |
Main Index |
Thread Index |
Old Index