pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone The files in debian/ use bashisms and a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d344b3be2142
branches:  trunk
changeset: 530360:d344b3be2142
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jun 26 15:26:37 2007 +0000

description:
The files in debian/ use bashisms and are therefore excluded from the
portability check.

diffstat:

 devel/monotone/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cf7bb6803ede -r d344b3be2142 devel/monotone/Makefile
--- a/devel/monotone/Makefile   Tue Jun 26 15:05:50 2007 +0000
+++ b/devel/monotone/Makefile   Tue Jun 26 15:26:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/05/28 08:13:25 dan Exp $
+# $NetBSD: Makefile,v 1.39 2007/06/26 15:26:37 rillig Exp $
 #
 
 DISTNAME=      monotone-0.35
@@ -24,6 +24,8 @@
 PKG_OPTIONS_VAR=       PKG_OPTIONS.monotone
 PKG_SUPPORTED_OPTIONS= inet6
 
+CHECK_PORTABILITY_SKIP+=       debian/*
+
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Minet6)



Home | Main Index | Thread Index | Old Index