pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs quell CHECK_INTERPRETER complaint abou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/865b9a681b9c
branches:  trunk
changeset: 554702:865b9a681b9c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 18 13:57:41 2009 +0000

description:
quell CHECK_INTERPRETER complaint about a helper script which is
not worth a full perl dependency

diffstat:

 editors/TeXmacs/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r ff5080eb9506 -r 865b9a681b9c editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Wed Feb 18 12:39:04 2009 +0000
+++ b/editors/TeXmacs/Makefile  Wed Feb 18 13:57:41 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2009/02/11 17:53:40 drochner Exp $
+# $NetBSD: Makefile,v 1.80 2009/02/18 13:57:41 drochner Exp $
 
 DISTNAME=              TeXmacs-1.0.6.15-src
 PKGNAME=               ${DISTNAME:S/-src//}
@@ -45,6 +45,14 @@
        ${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log
        ${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM}
 
+# just a helper script, not worth a full perl dependency
+CHECK_INTERPRETER_SKIP=        libexec/TeXmacs/bin/bbox_add.pl
+# but be friendly and set the path to something reasonable
+REPLACE_INTERPRETER+=          optionalperl
+REPLACE.optionalperl.old=      .*perl[^[:space:]]*
+REPLACE.optionalperl.new=      ${LOCALBASE}/bin/perl
+REPLACE_FILES.optionalperl=    plugins/feynmf/bin/bbox_add.pl
+
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index