diff options
author | atatat <atatat> | 2001-12-21 21:26:05 +0000 |
---|---|---|
committer | atatat <atatat> | 2001-12-21 21:26:05 +0000 |
commit | 5fbaa8a2e90b96bc72cf367d3d455992953b6d74 (patch) | |
tree | fa1718654fd4163ca46dcece24bdd2309955330b /sysutils/lsof | |
parent | 52b9f18d3650d6ebeb09f787d08bcd3def6dc037 (diff) | |
download | pkgsrc-5fbaa8a2e90b96bc72cf367d3d455992953b6d74.tar.gz |
Upgrade to version 4.60. NetBSD related fixes/features from the
release notes are:
4.60 November 9, 2001
Added special handling to and corrected bugs in
the matching of IPv4 in IPv6 addresses to -i6:<...>
selectors.
...
Made lsof's method of killing its child process
more robust, based on a suggestion from Bela Lubkin
<belal@caldera.com>.
...
Modified all dialect Makefile segments to accept
select -v #define's from the environment -- a
builder's comment, host, logname, system information
and user name. This was done for Bela Lubkin, so
he can "tune" the -v output when he packages lsof
in the upcoming Caldera OSR 5.0.7 release.
The relevant #define from the last note is LSOF_BLDCMT which is
currently assigned the value "NetBSD pkgsrc rocks!" :)
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 7 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 0b262009ace..4ddc8f20a5f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2001/10/22 12:39:17 atatat Exp $ +# $NetBSD: Makefile,v 1.49 2001/12/21 21:26:05 atatat Exp $ # -DISTNAME= lsof_4.59_W -PKGNAME= lsof-4.59 +DISTNAME= lsof_4.60_W +PKGNAME= lsof-4.60 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ @@ -20,6 +20,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS= -n ${LOWER_OPSYS} CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS}" +MAKE_FLAGS+= LSOF_BLDCMT="NetBSD pkgsrc rocks!" CPPFLAGS+= -DLSOF_MORE_SECURE=${LSOF_MORE_SECURE} SRCBALL_NAME= ${DISTNAME:S/_W$//} diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 6537e1d60d7..a5d24e54b78 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2001/10/22 12:39:18 atatat Exp $ +$NetBSD: distinfo,v 1.11 2001/12/21 21:26:05 atatat Exp $ -SHA1 (lsof_4.59_W.tar.gz) = 0ebe1710e8b2ae54f255f77c8f0199f4ec1d3c3a -Size (lsof_4.59_W.tar.gz) = 867497 bytes +SHA1 (lsof_4.60_W.tar.gz) = 6f1a848918323b9a355617948d499d003f2c25e0 +Size (lsof_4.60_W.tar.gz) = 873549 bytes SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5 |