pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/p5-Locale-libintl Made pkgsrc stop complaining ab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce8d197319c6
branches: trunk
changeset: 528149:ce8d197319c6
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Apr 22 09:25:24 2007 +0000
description:
Made pkgsrc stop complaining about non-existing interpreter "/bin/false".
We have no variable in pkgsrc for the "false" program located in the
filesystem which we could use with REPLACE_INTERPRETER; most definitions
in mk/tools/tools.*.mk refer to the builtin shell command.
Anyway, being able to run a script with the "false" program _really_
doesn't make much sense.
diffstat:
misc/p5-Locale-libintl/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 3cee8a59e5ad -r ce8d197319c6 misc/p5-Locale-libintl/Makefile
--- a/misc/p5-Locale-libintl/Makefile Sun Apr 22 09:04:54 2007 +0000
+++ b/misc/p5-Locale-libintl/Makefile Sun Apr 22 09:25:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/04/22 09:13:41 heinz Exp $
+# $NetBSD: Makefile,v 1.4 2007/04/22 09:25:24 heinz Exp $
P5_LIBINTL_VER= 1.16
DISTNAME= libintl-perl-${P5_LIBINTL_VER}
@@ -16,6 +16,14 @@
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/libintl-perl/.packlist
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode/*.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData/*.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Messages.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/TextDomain.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_pp.pm
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_xs.pod
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index