summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authoratatat <atatat>2002-12-22 20:04:30 +0000
committeratatat <atatat>2002-12-22 20:04:30 +0000
commit3ee974ebdf0fef703ce710de9ddb0885bea402b3 (patch)
tree17c41e602be3e6d18fa04b0ade85839851161bce /sysutils/lsof/Makefile
parent0777b3ff298c23c92e2bad90a394ea13a21543c0 (diff)
downloadpkgsrc-3ee974ebdf0fef703ce710de9ddb0885bea402b3.tar.gz
Upgrade lsof pkg to 4.66. Notable changes are:
... Implemented the HASNOSOCKSECURITY compile-time option. When it and HASSECURITY are defined, lsof will be built to list only the user's open files, but will also list anyone else's open socket files, provided the "-i" option selects their listing. Updated the Customize script to ask about setting HASNOSOCKSECURITY. Left it undefined in all dialect machine.h header files. This change was requested by Kenneth Stailey <kstailey@speakeasy.net> for use with ntop. ... Improved lsof help (-h) and version (-v) information reporting. ... In order to the provide a simple pkgsrc hook for the new HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS setting (as a complement to the LSOF_MORE_SECURE option we already have).
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 587874b8afb..7f6ebc258ab 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2002/10/12 03:13:39 atatat Exp $
+# $NetBSD: Makefile,v 1.57 2002/12/22 20:04:30 atatat Exp $
#
-DISTNAME= lsof_4.65
+DISTNAME= lsof_4.66
PKGNAME= ${DISTNAME:S/_/-/}
TMPWRK= ${WRKDIR}/${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
@@ -22,7 +22,8 @@ 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}
+CPPFLAGS+= -DLSOF_MORE_SECURE=${LSOF_MORE_SECURE} \
+ -DLSOF_LESS_SECURE_SOCKETS=${LSOF_LESS_SECURE_SOCKETS}
OSVERSION_SPECIFIC= yes
SRCBALL_NAME= ${DISTNAME}_src