pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools415 Relax ONLY_FOR_PLATFORM and accep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2786d5bad35
branches:  trunk
changeset: 386411:f2786d5bad35
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sat Oct 08 11:05:57 2022 +0000

description:
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@

diffstat:

 sysutils/xentools415/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c24685c56c4 -r f2786d5bad35 sysutils/xentools415/Makefile
--- a/sysutils/xentools415/Makefile     Sat Oct 08 10:07:16 2022 +0000
+++ b/sysutils/xentools415/Makefile     Sat Oct 08 11:05:57 2022 +0000
@@ -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 @@
 
 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