summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-12-20 18:15:09 +0000
committergdt <gdt@pkgsrc.org>2016-12-20 18:15:09 +0000
commite9bf691f49d06f241816864e356c1843fcb9cd8e (patch)
tree8d8e8ea97a0dc9cbd9595e16a7ccadc9c601a10a /sysutils
parent0e5931eff44407a63ab4c09a23469288b88679b3 (diff)
downloadpkgsrc-e9bf691f49d06f241816864e356c1843fcb9cd8e.tar.gz
Drop i386 from ONLY_FOR_PLATFORM
Xen 4.5 and 4.6 no longer support i386. Thus, don't try to build there. ok bouyer@
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xenkernel45/Makefile6
-rw-r--r--sysutils/xenkernel46/Makefile6
-rw-r--r--sysutils/xentools45/Makefile6
-rw-r--r--sysutils/xentools46/Makefile6
4 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile
index 2a33f683875..01d15e73b4d 100644
--- a/sysutils/xenkernel45/Makefile
+++ b/sysutils/xenkernel45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/12/20 10:22:28 bouyer Exp $
+# $NetBSD: Makefile,v 1.25 2016/12/20 18:15:09 gdt Exp $
VERSION= 4.5.5
DISTNAME= xen-${VERSION}
@@ -13,8 +13,8 @@ COMMENT= Xen 4.5.x Kernel
LICENSE= gnu-gpl-v2
-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= Linux-2.6*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64
NO_CONFIGURE= yes
USE_TOOLS+= gmake
diff --git a/sysutils/xenkernel46/Makefile b/sysutils/xenkernel46/Makefile
index 90f2eae8c87..b1d259710af 100644
--- a/sysutils/xenkernel46/Makefile
+++ b/sysutils/xenkernel46/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/12/20 10:22:28 bouyer Exp $
+# $NetBSD: Makefile,v 1.6 2016/12/20 18:15:10 gdt Exp $
VERSION= 4.6.3
DISTNAME= xen-${VERSION}
@@ -13,8 +13,8 @@ COMMENT= Xen 4.6.x Kernel
LICENSE= gnu-gpl-v2
-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= Linux-2.6*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64
NO_CONFIGURE= yes
USE_TOOLS+= gmake
diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile
index c2d878c5461..dd7046d78d2 100644
--- a/sysutils/xentools45/Makefile
+++ b/sysutils/xentools45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2016/12/20 10:22:29 bouyer Exp $
+# $NetBSD: Makefile,v 1.42 2016/12/20 18:15:10 gdt Exp $
VERSION= 4.5.5
PKGREVISION= 2
@@ -27,8 +27,8 @@ DEPENDS+= ${PYPKGPREFIX}-curses>=0:../../devel/py-curses
PKG_SYSCONFSUBDIR= xen
-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= Linux-2.6*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64
CONFLICTS+= libxen-[0-9]*
CONFLICTS+= xentools20-[0-9]*
diff --git a/sysutils/xentools46/Makefile b/sysutils/xentools46/Makefile
index 1f60e8524a1..018397d3e37 100644
--- a/sysutils/xentools46/Makefile
+++ b/sysutils/xentools46/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/12/20 17:24:58 bouyer Exp $
+# $NetBSD: Makefile,v 1.7 2016/12/20 18:15:10 gdt Exp $
VERSION= 4.6.3
VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e
@@ -27,8 +27,8 @@ DEPENDS+= ${PYPKGPREFIX}-curses>=0:../../devel/py-curses
PKG_SYSCONFSUBDIR= xen
-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= Linux-2.6*-x86_64
+ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64
CONFLICTS+= libxen-[0-9]*
CONFLICTS+= xentools20-[0-9]*