make this more pkgsrc-friendly (thanks to agc for educating me)

This commit is contained in:
christos 2006-03-05 09:19:03 +00:00
parent 4b49ca87b2
commit f3cb4378a8
3 changed files with 5 additions and 15 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2006/03/05 09:04:50 christos Exp $
# $NetBSD: Makefile,v 1.3 2006/03/05 09:19:03 christos Exp $
#
DISTNAME= strace-4.5.14
@ -11,7 +11,8 @@ HOMEPAGE= http://www.liacs.nl/~wichert/strace/
COMMENT= Trace system calls
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
GNU_CONFIGURE= yes
REPLACE_PERL= strace-graph
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2006/03/05 08:28:29 christos Exp $
$NetBSD: distinfo,v 1.3 2006/03/05 09:19:03 christos Exp $
SHA1 (strace-4.5.14.tar.bz2) = 72c17d1dd6786d22ca0aaaa7292b8edcd70a27de
RMD160 (strace-4.5.14.tar.bz2) = cb42cac34d1624dd24842ada0dbb9dfff67e8e93
@ -20,4 +20,3 @@ SHA1 (patch-an) = 7d744598fc35ffb3de04f969c7d7b6df377e4743
SHA1 (patch-ao) = 232675e1e9b3a6faf34860676c6cea00051086e9
SHA1 (patch-ap) = ebd1af2b869602600262e76afb3d36c8123cd51d
SHA1 (patch-aq) = 53486623021bfc4e376054119f637ce9a445df2b
SHA1 (patch-ar) = 0045d6a9b8556c257aef7ea669e1529e14cd9cce

View file

@ -1,10 +0,0 @@
$NetBSD: patch-ar,v 1.1 2006/03/05 08:17:49 christos Exp $
--- strace-graph 2005-12-01 23:27:26.000000000 -0500
+++ strace-graph 2006-03-05 03:13:23.000000000 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# This script processes strace -f output. It displays a graph of invoked
# subprocesses, and is useful for finding out what complex commands do.