pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PERL5_PKGSRCDIR isn't defined when using the new tools...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eef3aa3078e
branches:  trunk
changeset: 494113:4eef3aa3078e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu May 19 15:26:03 2005 +0000

description:
PERL5_PKGSRCDIR isn't defined when using the new tools framework.  Replace
it with an explicit lang/perl58 reference.

diffstat:

 comms/pilotmgr/Makefile     |  4 ++--
 databases/p5-MLDBM/Makefile |  4 ++--
 net/p5-Net-Daemon/Makefile  |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r e81b53679127 -r 4eef3aa3078e comms/pilotmgr/Makefile
--- a/comms/pilotmgr/Makefile   Thu May 19 15:18:13 2005 +0000
+++ b/comms/pilotmgr/Makefile   Thu May 19 15:26:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:45:07 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/19 15:26:03 jlam Exp $
 
 DISTNAME=      pilotmgr-1.107p2
 PKGNAME=       pilotmgr-1.107.2
@@ -14,7 +14,7 @@
 DEPENDS+=      p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=      p5-Tk-[0-9]*:../../x11/p5-Tk
 DEPENDS+=      p5-pilot-link-[0-9]*:../p5-pilot-link
-DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR}
+DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl58
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-.*$//}
 USE_X11=               YES
diff -r e81b53679127 -r 4eef3aa3078e databases/p5-MLDBM/Makefile
--- a/databases/p5-MLDBM/Makefile       Thu May 19 15:18:13 2005 +0000
+++ b/databases/p5-MLDBM/Makefile       Thu May 19 15:26:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:13 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/19 15:26:03 jlam Exp $
 #
 
 DISTNAME=              MLDBM-2.01
@@ -12,7 +12,7 @@
 HOMEPAGE=              http://theory.uwinnipeg.ca/CPAN/data/MLDBM/MLDBM.html
 COMMENT=               Perl5 module for storing arbitrary data in tied hashes
 
-DEPENDS+=              {p5-Data-Dumper>=2.08,perl{,-thread}>=5.6.1nb2}:${PERL5_PKGSRCDIR}
+DEPENDS+=              {p5-Data-Dumper>=2.08,perl{,-thread}>=5.6.1nb2}:../../lang/perl58
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r e81b53679127 -r 4eef3aa3078e net/p5-Net-Daemon/Makefile
--- a/net/p5-Net-Daemon/Makefile        Thu May 19 15:18:13 2005 +0000
+++ b/net/p5-Net-Daemon/Makefile        Thu May 19 15:26:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:53 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/19 15:26:03 jlam Exp $
 #
 
 DISTNAME=      Net-Daemon-0.36
@@ -12,7 +12,7 @@
 HOMEPAGE=      http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
 COMMENT=       Perl5 module for writing networking daemons
 
-DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR}
+DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl58
 
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/Daemon/.packlist
 



Home | Main Index | Thread Index | Old Index