pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dpkg Needs more REPLACE_PERL, and USE_TOOLS+=perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89ddcb8a81a0
branches:  trunk
changeset: 604261:89ddcb8a81a0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 27 20:53:42 2012 +0000

description:
Needs more REPLACE_PERL, and USE_TOOLS+=perl needs to be perl:run.

diffstat:

 misc/dpkg/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 3e689efc0fb0 -r 89ddcb8a81a0 misc/dpkg/Makefile
--- a/misc/dpkg/Makefile        Sun May 27 20:46:14 2012 +0000
+++ b/misc/dpkg/Makefile        Sun May 27 20:53:42 2012 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2012/05/26 14:27:20 christos Exp $
+# $NetBSD: Makefile,v 1.23 2012/05/27 20:53:42 dholland Exp $
 #
 
 DISTNAME=      dpkg_1.16.3
 PKGNAME=       dpkg-1.16.3
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,10 +23,13 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake msgfmt perl
+USE_TOOLS+=            gmake msgfmt perl:run
 USE_NCURSES=           yes     # needs tigetstr()
 
 REPLACE_PERL=          scripts/*.pl
+REPLACE_PERL+=         dselect/methods/ftp/install
+REPLACE_PERL+=         dselect/methods/ftp/setup
+REPLACE_PERL+=         dselect/methods/ftp/update
 
 CONFIGURE_ARGS+=       --with-zlib
 CONFIGURE_ARGS+=       --disable-start-stop-daemon



Home | Main Index | Thread Index | Old Index