pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 Don't assume any pre-installed perl5. This ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ae897b9e40c
branches: trunk
changeset: 532991:1ae897b9e40c
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Sep 06 16:31:38 2007 +0000
description:
Don't assume any pre-installed perl5. This is necessary for pbulk builds
when Perl is installed in the "outer" pkgsrc. Otherwise, references to
the pbulk directory are stored in the binary package.
diffstat:
lang/perl5/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c8f4b511446d -r 1ae897b9e40c lang/perl5/Makefile
--- a/lang/perl5/Makefile Thu Sep 06 16:07:51 2007 +0000
+++ b/lang/perl5/Makefile Thu Sep 06 16:31:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2007/02/06 19:12:09 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.128 2007/09/06 16:31:38 rillig Exp $
DISTNAME= perl-5.8.8
PKGREVISION= 4
@@ -145,6 +145,7 @@
CONFIGURE_ARGS+= -Dsed=${TOOLS_SED:Q}
CONFIGURE_ARGS+= -Dsh=${TOOLS_SH:Q}
CONFIGURE_ARGS+= -Dissymlink="${TOOLS_TEST} -h"
+CONFIGURE_ARGS+= -Dperl5=${FALSE}
# Nail down the needed libraries for each platform here to avoid hidden
# dependencies. If this isn't defined, then use the perl defaults for the
Home |
Main Index |
Thread Index |
Old Index