diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-21 09:51:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-21 09:51:56 +0000 |
commit | b47f1e91c9729f397193917f5d09ef031af66f50 (patch) | |
tree | 6ed8fcd4ac016054821423b2b5c919bea797dd3c /sysutils/lsof | |
parent | 250b043f3c0ca0861f31e2379c4b05bafbbf2f9e (diff) | |
download | pkgsrc-b47f1e91c9729f397193917f5d09ef031af66f50.tar.gz |
Update to 4.57. Only change that seems it could affect NetBSD:
o Added locale support to lsof's isprint() test,
based on a suggestion from Dan Mercer <damercer@mmm.com>.
Lsof will use setlocale(), when that function and
its supporting <locale.h> header file are available.
New version's existence brought to my attention by Lloyd Parkes.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 7 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index d9c3b1b911e..63eb154e929 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2001/06/11 06:34:50 jlam Exp $ -# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp +# $NetBSD: Makefile,v 1.45 2001/08/21 09:51:56 wiz Exp $ # -DISTNAME= lsof_4.56_W -PKGNAME= lsof-4.56 +DISTNAME= lsof_4.57_W +PKGNAME= lsof-4.57 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 6c2e1ff5aad..864e404fe23 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2001/05/14 15:39:30 atatat Exp $ +$NetBSD: distinfo,v 1.7 2001/08/21 09:51:56 wiz Exp $ -SHA1 (lsof_4.56_W.tar.gz) = 95303bf52544494ac1315266b980113cede8ba96 -Size (lsof_4.56_W.tar.gz) = 832764 bytes +SHA1 (lsof_4.57_W.tar.gz) = 129a679184dc441e7958b088a55c17eab1dba042 +Size (lsof_4.57_W.tar.gz) = 854407 bytes SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5 |