Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools413 /usr/include/xen/xenio.h is not n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a081408328d
branches:  trunk
changeset: 437615:4a081408328d
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Thu Aug 27 19:34:19 2020 +0000

description:
/usr/include/xen/xenio.h is not new; so go back to simple ONLY_FOR_PLATFORM
patterns, but include 9.0_STABLE

diffstat:

 sysutils/xentools413/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 20582813c2c8 -r 4a081408328d sysutils/xentools413/Makefile
--- a/sysutils/xentools413/Makefile     Thu Aug 27 16:54:11 2020 +0000
+++ b/sysutils/xentools413/Makefile     Thu Aug 27 19:34:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/08/27 13:39:04 bouyer Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/27 19:34:19 bouyer Exp $
 #
 VERSION=       4.13.1
 
@@ -35,14 +35,10 @@
 
 PKG_SYSCONFSUBDIR=     xen
 
-
-.if exists(/usr/include/xen/xenio.h)
-ONLY_FOR_PLATFORM=     NetBSD-*-x86_64
-.else
 ONLY_FOR_PLATFORM=     NetBSD-9.99.6[4-9]-x86_64 NetBSD-9.99.[7-9]*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-9.[1-9]-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-9.[1-9]_*-x86_64
-.endif
+ONLY_FOR_PLATFORM+=    NetBSD-9.0_STABLE-x86_64
 
 SSP_SUPPORTED=         no
 



Home | Main Index | Thread Index | Old Index