pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools30-hvm The example shell scripts are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79b379c7e1c4
branches:  trunk
changeset: 521161:79b379c7e1c4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 05 20:47:26 2006 +0000

description:
The example shell scripts are not used, so it doesn't matter if they
contain "test ==" or not. Fixes PR 34982.

diffstat:

 sysutils/xentools30-hvm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4c821626283d -r 79b379c7e1c4 sysutils/xentools30-hvm/Makefile
--- a/sysutils/xentools30-hvm/Makefile  Sun Nov 05 20:44:04 2006 +0000
+++ b/sysutils/xentools30-hvm/Makefile  Sun Nov 05 20:47:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/10/21 22:10:05 bouyer Exp $
+# $NetBSD: Makefile,v 1.3 2006/11/05 20:47:26 rillig Exp $
 #
 
 DISTNAME=              xen-3.0.3_0-src
@@ -23,6 +23,7 @@
 CONFLICTS+=            xentools20-[0-9]*
 
 WRKSRC=                        ${WRKDIR}/xen-3.0.3_0-src/tools
+CHECK_PORTABILITY_SKIP+=       examples/*
 
 EGDIR=                 ${PREFIX}/share/examples/xen
 MESSAGE_SUBST=         EGDIR=${EGDIR}



Home | Main Index | Thread Index | Old Index