pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Make sure that the path to "test" in ${TOOL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2412f96b59cd
branches:  trunk
changeset: 496473:2412f96b59cd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 30 13:07:39 2005 +0000

description:
Make sure that the path to "test" in ${TOOLS_DIR} is not embedded in
Config.pm.  Bump PKGREVISION.

diffstat:

 lang/perl5/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 02dbe334fd17 -r 2412f96b59cd lang/perl5/Makefile
--- a/lang/perl5/Makefile       Thu Jun 30 13:03:35 2005 +0000
+++ b/lang/perl5/Makefile       Thu Jun 30 13:07:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2005/06/24 06:43:45 jlam Exp $
+# $NetBSD: Makefile,v 1.94 2005/06/30 13:07:39 minskim Exp $
 
 # The following two variables should have empty values unless we're
 # building a perl snapshot or release candidate.
@@ -13,7 +13,7 @@
 .if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS)
 DISTNAME=      perl-${PERL5_VERS}
 PKGNAME=       perl-${PERL5_VERS}
-PKGREVISION=   4
+PKGREVISION=   5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
 .else
 .  if !empty(PERL5_SNAPSHOT)
@@ -95,10 +95,11 @@
 # Perl embeds the full paths to the following tools in several installed
 # files, so make sure the paths to the ones in ${TOOLS_DIR} aren't used.
 #
-USE_TOOLS+=            hostname ln sed
+USE_TOOLS+=            hostname ln sed test
 CONFIGURE_ARGS+=       -Daphostname=${TOOLS_HOSTNAME_CMD:Q}
 CONFIGURE_ARGS+=       -Dln=${TOOLS_LN:Q}
 CONFIGURE_ARGS+=       -Dsed=${TOOLS_SED:Q}
+CONFIGURE_ARGS+=       -Dissymlink=${TOOLS_TEST:Q}
 
 # 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