pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Drop i386 from ONLY_FOR_PLATFORM



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c7e7ce51fd5
branches:  trunk
changeset: 356173:6c7e7ce51fd5
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Dec 20 18:15:09 2016 +0000

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

 sysutils/xenkernel45/Makefile |  6 +++---
 sysutils/xenkernel46/Makefile |  6 +++---
 sysutils/xentools45/Makefile  |  6 +++---
 sysutils/xentools46/Makefile  |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (80 lines):

diff -r 8043c5690fc1 -r 6c7e7ce51fd5 sysutils/xenkernel45/Makefile
--- a/sysutils/xenkernel45/Makefile     Tue Dec 20 17:24:58 2016 +0000
+++ b/sysutils/xenkernel45/Makefile     Tue Dec 20 18:15:09 2016 +0000
@@ -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 @@
 
 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 -r 8043c5690fc1 -r 6c7e7ce51fd5 sysutils/xenkernel46/Makefile
--- a/sysutils/xenkernel46/Makefile     Tue Dec 20 17:24:58 2016 +0000
+++ b/sysutils/xenkernel46/Makefile     Tue Dec 20 18:15:09 2016 +0000
@@ -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 @@
 
 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 -r 8043c5690fc1 -r 6c7e7ce51fd5 sysutils/xentools45/Makefile
--- a/sysutils/xentools45/Makefile      Tue Dec 20 17:24:58 2016 +0000
+++ b/sysutils/xentools45/Makefile      Tue Dec 20 18:15:09 2016 +0000
@@ -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 @@
 
 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 -r 8043c5690fc1 -r 6c7e7ce51fd5 sysutils/xentools46/Makefile
--- a/sysutils/xentools46/Makefile      Tue Dec 20 17:24:58 2016 +0000
+++ b/sysutils/xentools46/Makefile      Tue Dec 20 18:15:09 2016 +0000
@@ -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 @@
 
 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]*



Home | Main Index | Thread Index | Old Index