pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils - drop 4.99.* , everyone using xen 3.3 should...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a74a40b2eb89
branches:  trunk
changeset: 554612:a74a40b2eb89
user:      cegger <cegger%pkgsrc.org@localhost>
date:      Mon Feb 16 20:16:59 2009 +0000

description:
- drop 4.99.* , everyone using xen 3.3 should be either on netbsd-5 or on -current.
- drop i386 on netbsd-5. It requires Dom0 PAE support only -current has.

diffstat:

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

diffs (41 lines):

diff -r 9e8c3de1d494 -r a74a40b2eb89 sysutils/xenkernel33/Makefile
--- a/sysutils/xenkernel33/Makefile     Mon Feb 16 20:05:12 2009 +0000
+++ b/sysutils/xenkernel33/Makefile     Mon Feb 16 20:16:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/01/13 13:48:33 cegger Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/16 20:16:59 cegger Exp $
 #
 
 VERSION=       3.3.1
@@ -16,8 +16,8 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 ONLY_FOR_PLATFORM=     Linux-2.6*-i386 Linux-2.6*-x86_64
-ONLY_FOR_PLATFORM+=    NetBSD-4.99.*-x86_64 NetBSD-4.99.*-i386
-ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[6-9].*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-5.99.*-i386
 
 CONFLICTS=     xenkernel30-* xentools30-*
 CONFLICTS+=    xenkernel3-*  xentools3-*
diff -r 9e8c3de1d494 -r a74a40b2eb89 sysutils/xentools33/Makefile
--- a/sysutils/xentools33/Makefile      Mon Feb 16 20:05:12 2009 +0000
+++ b/sysutils/xentools33/Makefile      Mon Feb 16 20:16:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2009/02/09 22:56:27 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2009/02/16 20:16:59 cegger Exp $
 #
 
 VERSION=               3.3.1
@@ -23,9 +23,8 @@
 PKG_SYSCONFSUBDIR=     xen
 
 ONLY_FOR_PLATFORM=     Linux-2.6*-i386 Linux-2.6*-x86_64
-ONLY_FOR_PLATFORM+=    NetBSD-4.99.*-x86_64 NetBSD-4.99.*-i386
-ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
-
+ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[6-9].*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-5.99.*-i386
 
 CONFLICTS+=            libxen-[0-9]*
 CONFLICTS+=            xentools20-[0-9]*



Home | Main Index | Thread Index | Old Index