pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Restrict to Linux-2.[46]*-i386 NetBSD-*-i386....
details: https://anonhg.NetBSD.org/pkgsrc/rev/47fa8f91f67b
branches: trunk
changeset: 530570:47fa8f91f67b
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Sun Jul 01 20:20:24 2007 +0000
description:
Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath.
diffstat:
sysutils/xenkernel20/Makefile | 4 +++-
sysutils/xenkernel3/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 12a005848d39 -r 47fa8f91f67b sysutils/xenkernel20/Makefile
--- a/sysutils/xenkernel20/Makefile Sun Jul 01 20:16:31 2007 +0000
+++ b/sysutils/xenkernel20/Makefile Sun Jul 01 20:20:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/07/06 21:14:19 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2007/07/01 20:20:24 bouyer Exp $
#
DISTNAME= xen-2.0.7-install-x86_32
@@ -11,6 +11,8 @@
HOMEPAGE= http://www.NetBSD.org/Ports/xen/
COMMENT= Xen Kernel
+ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 NetBSD-*-i386
+
WRKSRC= ${WRKDIR}/xen-2.0-install
NO_CONFIGURE= yes
diff -r 12a005848d39 -r 47fa8f91f67b sysutils/xenkernel3/Makefile
--- a/sysutils/xenkernel3/Makefile Sun Jul 01 20:16:31 2007 +0000
+++ b/sysutils/xenkernel3/Makefile Sun Jul 01 20:20:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/14 19:37:00 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/01 20:20:24 bouyer Exp $
#
VERSION= 3.1.0
@@ -14,6 +14,8 @@
COMMENT= Xen3 Kernel
CONFLICTS= xenkernel30-*
+ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 NetBSD-*-i386
+
WRKSRC= ${WRKDIR}/dist
NO_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index