summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authoratatat <atatat>2001-12-21 21:26:05 +0000
committeratatat <atatat>2001-12-21 21:26:05 +0000
commit6cfdfe39bfcd09fd9a271863008871702e2169be (patch)
treefa1718654fd4163ca46dcece24bdd2309955330b /sysutils/lsof/Makefile
parent1ec6991de0844dc3f1c282c37e72179f30cdab96 (diff)
downloadpkgsrc-6cfdfe39bfcd09fd9a271863008871702e2169be.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/Makefile')
-rw-r--r--sysutils/lsof/Makefile7
1 files changed, 4 insertions, 3 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$//}