summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-06-28 00:40:44 +0000
committerwiz <wiz>2000-06-28 00:40:44 +0000
commit0fb61ac982abbaa19c415fa2e80e3a0bdf88c510 (patch)
tree92a75aa43007a1817a1b56f1d88ba5ce49c17a25 /sysutils/lsof/Makefile
parentceaa42c79acdc2f96328782e861ea1bbe8c80e8c (diff)
downloadpkgsrc-0fb61ac982abbaa19c415fa2e80e3a0bdf88c510.tar.gz
Update to pre-release 4.50D. Fixes pkg/10461.
BSD-relevant changes: o Updated FreeBSD, NetBSD, NeXTSTEP, OpenBSD, and OpenStep support to report "no PCB" and the values of the SO_CANTSENDMORE and SO_CANTRCVMORE state flags when a socket structure has no inpcb pointer. o Upgraded support for FreeBSD 5.0-CURRENT. Ben Smithurst <ben@scientia.demon.co.uk> supplied patches and did testing. David O'Brien <obrien@NUXI.com> supplied a test system. The update included dropping the Fctty part of file descriptor file system support, conditional on a Configure script test. I propagated those changes to BSDI, NetBSD, and OpenBSD in anticipation of their having the modification in the future. o Added support for 64 bit file sizes and offsets on BSDI, FreeBSD, NetBSD, and OpenBSD, based on a report from Dan Nelson <dnelson@emsphone.com>. Dan supplied a patch and did FreeBSD testing. o Added Configure script recognition of NetBSD 1.5, based on a report from Andrew Brown <atatat@atatdot.net>.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index b534a8301c3..5315432452b 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2000/04/06 13:17:09 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2000/06/28 00:40:44 wiz Exp $
# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp
#
-DISTNAME= lsof_4.49_W
-PKGNAME= lsof-4.49.4
+DISTNAME= lsof_4.50D.n+obsd
+PKGNAME= lsof-4.50.1
WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
CATEGORIES= sysutils
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
@@ -30,6 +30,7 @@ REAL_GROUP= -g kmem
MAKE_ENV+= CPPFLAGS=
.endif
+.if defined(${WE_WILL_NEED_THIS_FOR_THE_NEXT_RELEASE})
post-extract:
@(cd ${WRKDIR} ; \
EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \
@@ -45,6 +46,7 @@ post-extract:
${PAX} -r < ${SRCBALL_NAME}.tar; \
fi)
@( cd ${WRKSRC} ; ${ECHO} "y" | ./Inventory || exit 1 )
+.endif
do-install:
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m 2755 ${REAL_GROUP} \