pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools415



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Sat Oct  8 11:05:58 UTC 2022

Modified Files:
        pkgsrc/sysutils/xentools415: Makefile

Log Message:
Relax ONLY_FOR_PLATFORM and accept 9.99.*
Quotin Greg Troxel:
 I think we should just allow 9.99.  While really it's 9.99.64 and up,
 pkgsrc is only expected to work on current current, and ancient current
 is no longer of interest.

issue on 9.99.100 reported by oskar%fessel.org@localhost on port-xen@


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/xentools415/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/xentools415/Makefile
diff -u pkgsrc/sysutils/xentools415/Makefile:1.20 pkgsrc/sysutils/xentools415/Makefile:1.21
--- pkgsrc/sysutils/xentools415/Makefile:1.20   Sun Aug 21 20:20:29 2022
+++ pkgsrc/sysutils/xentools415/Makefile        Sat Oct  8 11:05:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/08/21 20:20:29 markd Exp $
+# $NetBSD: Makefile,v 1.21 2022/10/08 11:05:57 bouyer Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 .include        "version.mk"
@@ -24,7 +24,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 PKG_SYSCONFSUBDIR=     xen
 
-ONLY_FOR_PLATFORM=     NetBSD-9.99.6[4-9]-x86_64 NetBSD-9.99.[7-9]*-x86_64
+ONLY_FOR_PLATFORM=     NetBSD-9.99.*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-9.[1-9]-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-9.[1-9]_*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-9.0_STABLE-x86_64



Home | Main Index | Thread Index | Old Index