pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone Do not do interpreter checks on the con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dbadc292553
branches:  trunk
changeset: 533929:4dbadc292553
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Oct 07 16:31:37 2007 +0000

description:
Do not do interpreter checks on the contrib files.  These are installed for
convenience but none of them is supposed to be used directly (without manual
changes) AFAICT.  Furthermore, they require a huge variety of different
interpreters and/or utilities, which could grow the monotone dependencies by
a big amount.

This fixes the recent problems shown in bulk build reports.

diffstat:

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

diffs (17 lines):

diff -r 8cb9800f3b38 -r 4dbadc292553 devel/monotone/Makefile
--- a/devel/monotone/Makefile   Sun Oct 07 15:52:58 2007 +0000
+++ b/devel/monotone/Makefile   Sun Oct 07 16:31:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2007/10/05 22:41:36 bjs Exp $
+# $NetBSD: Makefile,v 1.45 2007/10/07 16:31:37 jmmv Exp $
 #
 
 DISTNAME=      monotone-0.36
@@ -23,6 +23,7 @@
 PKG_OPTIONS_VAR=       PKG_OPTIONS.monotone
 PKG_SUPPORTED_OPTIONS= inet6
 
+CHECK_INTERPRETER_SKIP+=       share/monotone/contrib/*
 CHECK_PORTABILITY_SKIP+=       debian/*
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index