pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/strace USE_TOOLS+=perl:run. There are very fe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75cfc798c2d8
branches:  trunk
changeset: 602218:75cfc798c2d8
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Apr 08 03:37:30 2012 +0000

description:
USE_TOOLS+=perl:run. There are very few cases where it makes sense to
REPLACE_PERL without depending on it. PKGREVISION to 4.

diffstat:

 sysutils/strace/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 4b82cfae663e -r 75cfc798c2d8 sysutils/strace/Makefile
--- a/sysutils/strace/Makefile  Sun Apr 08 03:25:03 2012 +0000
+++ b/sysutils/strace/Makefile  Sun Apr 08 03:37:30 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2011/09/01 13:00:49 christos Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/08 03:37:30 dholland Exp $
 #
 
 DISTNAME=              strace-4.5.15
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=strace/}
 EXTRACT_SUFX=          .tar.bz2
@@ -22,6 +22,7 @@
 GNU_CONFIGURE=         yes
 
 REPLACE_PERL=          strace-graph
+USE_TOOLS+=            perl:run
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index