pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-build Prevent check-interpreter.mk from co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/098ecb7d1657
branches:  trunk
changeset: 538322:098ecb7d1657
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Feb 05 22:44:18 2008 +0000

description:
Prevent check-interpreter.mk from complaining about missing python and
bash interpreters.

diffstat:

 devel/boost-build/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 20eb7f74d745 -r 098ecb7d1657 devel/boost-build/Makefile
--- a/devel/boost-build/Makefile        Tue Feb 05 22:39:41 2008 +0000
+++ b/devel/boost-build/Makefile        Tue Feb 05 22:44:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/01/04 19:58:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/05 22:44:18 heinz Exp $
 #
 
 BOOST_PACKAGE=         build
@@ -17,6 +17,14 @@
 CONF_FILES=            ${EGDIR}/site-config.jam \
                        ${PKG_SYSCONFDIR}/site-config.jam
 
+# contains /usr/bin/python
+CHECK_INTERPRETER_SKIP= share/boost-build/example/customization/inline_file.py
+CHECK_INTERPRETER_SKIP+=share/boost-build/tools/doxproc.py
+CHECK_INTERPRETER_SKIP+=share/boost-build/test/*.py
+# contains /bin/bash
+CHECK_INTERPRETER_SKIP+=share/boost-build/nightly.sh
+CHECK_INTERPRETER_SKIP+=share/boost-build/roll.sh
+
 .include "toolset.mk"
 
 post-extract:



Home | Main Index | Thread Index | Old Index