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!" :)
This commit is contained in:
parent
2f351dca7b
commit
c4d4636352
2 changed files with 7 additions and 6 deletions
|
@ -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$//}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue