pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils build xen 3.3 packages for netbsd-5 again des...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb2cb562321c
branches:  trunk
changeset: 554720:fb2cb562321c
user:      cegger <cegger%pkgsrc.org@localhost>
date:      Wed Feb 18 20:31:29 2009 +0000

description:
build xen 3.3 packages for netbsd-5 again despite there is no Dom0 PAE support.
bouyer says:
Dom0 PAE support will be pulled up to netbsd-5 after netbsd-5-0-RELEASE is
tagged. building the packages on netbsd-5 in the meantime does not hurt.

diffstat:

 sysutils/xenkernel33/Makefile |  5 ++---
 sysutils/xentools33/Makefile  |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 66a7b1ffa125 -r fb2cb562321c sysutils/xenkernel33/Makefile
--- a/sysutils/xenkernel33/Makefile     Wed Feb 18 20:17:36 2009 +0000
+++ b/sysutils/xenkernel33/Makefile     Wed Feb 18 20:31:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/02/16 20:16:59 cegger Exp $
+# $NetBSD: Makefile,v 1.10 2009/02/18 20:31:29 cegger Exp $
 #
 
 VERSION=       3.3.1
@@ -16,8 +16,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 ONLY_FOR_PLATFORM=     Linux-2.6*-i386 Linux-2.6*-x86_64
-ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[6-9].*-i386
-ONLY_FOR_PLATFORM+=    NetBSD-5.99.*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
 
 CONFLICTS=     xenkernel30-* xentools30-*
 CONFLICTS+=    xenkernel3-*  xentools3-*
diff -r 66a7b1ffa125 -r fb2cb562321c sysutils/xentools33/Makefile
--- a/sysutils/xentools33/Makefile      Wed Feb 18 20:17:36 2009 +0000
+++ b/sysutils/xentools33/Makefile      Wed Feb 18 20:31:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/02/16 20:16:59 cegger Exp $
+# $NetBSD: Makefile,v 1.16 2009/02/18 20:31:29 cegger Exp $
 #
 
 VERSION=               3.3.1
@@ -23,8 +23,7 @@
 PKG_SYSCONFSUBDIR=     xen
 
 ONLY_FOR_PLATFORM=     Linux-2.6*-i386 Linux-2.6*-x86_64
-ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[6-9].*-i386
-ONLY_FOR_PLATFORM+=    NetBSD-5.99.*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
 
 CONFLICTS+=            libxen-[0-9]*
 CONFLICTS+=            xentools20-[0-9]*



Home | Main Index | Thread Index | Old Index