diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-28 00:40:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-28 00:40:44 +0000 |
commit | a144168f6d4870475eb4b5cd3884e830ed6ec5f8 (patch) | |
tree | 92a75aa43007a1817a1b56f1d88ba5ce49c17a25 /sysutils | |
parent | cd310e1c776a3d75c885775201be234c79e707d5 (diff) | |
download | pkgsrc-a144168f6d4870475eb4b5cd3884e830ed6ec5f8.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')
-rw-r--r-- | sysutils/lsof/Makefile | 8 | ||||
-rw-r--r-- | sysutils/lsof/files/md5 | 4 |
2 files changed, 7 insertions, 5 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} \ diff --git a/sysutils/lsof/files/md5 b/sysutils/lsof/files/md5 index 0cbb4184a8a..9a65a05fd9b 100644 --- a/sysutils/lsof/files/md5 +++ b/sysutils/lsof/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.19 2000/04/06 13:17:10 wiz Exp $ +$NetBSD: md5,v 1.20 2000/06/28 00:40:45 wiz Exp $ -MD5 (lsof_4.49_W.tar.gz) = eaed2b0662d424c0be1d317193fd5c59 +MD5 (lsof_4.50D.n+obsd.tar.gz) = f13369f423aad757e96ec28c328c7ff1 |