pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2022Q4] pkgsrc/sysutils/xentools415
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jan 6 19:48:25 UTC 2023
Modified Files:
pkgsrc/sysutils/xentools415 [pkgsrc-2022Q4]: Makefile
Log Message:
Pullup ticket #6714 - requested by gdt
sysutils/xentools415: NetBSD 10 build fix
Revisions pulled up:
- sysutils/xentools415/Makefile 1.23
---
Module Name: pkgsrc
Committed By: gdt
Date: Wed Dec 28 23:45:02 UTC 2022
Modified Files:
pkgsrc/sysutils/xentools415: Makefile
Log Message:
xentools415: allow on NetBSD 10
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.2.1 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.22 pkgsrc/sysutils/xentools415/Makefile:1.22.2.1
--- pkgsrc/sysutils/xentools415/Makefile:1.22 Thu Dec 15 13:24:44 2022
+++ pkgsrc/sysutils/xentools415/Makefile Fri Jan 6 19:48:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/12/15 13:24:44 bouyer Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2023/01/06 19:48:24 bsiegert Exp $
#
# VERSION is set in version.mk as it is shared with other packages
.include "version.mk"
@@ -23,7 +23,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
PKG_SYSCONFSUBDIR= xen
-ONLY_FOR_PLATFORM= NetBSD-9.99.*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-1[0-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