pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/lsof Upgrade to lsof version 4.75, thereby ge...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae9cb33a4d76
branches: trunk
changeset: 493939:ae9cb33a4d76
user: atatat <atatat%pkgsrc.org@localhost>
date: Tue May 17 04:45:08 2005 +0000
description:
Upgrade to lsof version 4.75, thereby getting rid of most of the
accumulated patches. Changes related to or affecting NetBSD (or
pkgsrc) from the 00DIST file:
4.75 May 16, 2005
...
Improved the BSDI, FreeBSD, NetBSD, OpenBSD and Solaris
kvm_open() and kvm_openfiles() error messages.
Enabled support for NetBSD 2.99.12.
Also, add the "uname -r" value to the lsof package version. This
means that lintpkgsrc will report the lsof package as being out of
date if you update your kernel without updating lsof. It's entirely
likely that lsof will continue to work, but it might not (and it will
warn you anyway), but it's nice to know that it might be good to
rebuild it.
diffstat:
sysutils/lsof/Makefile | 6 ++--
sysutils/lsof/distinfo | 10 +++-----
sysutils/lsof/patches/patch-ab | 50 ------------------------------------------
sysutils/lsof/patches/patch-ac | 17 --------------
4 files changed, 7 insertions(+), 76 deletions(-)
diffs (106 lines):
diff -r 681bfc0c4fcf -r ae9cb33a4d76 sysutils/lsof/Makefile
--- a/sysutils/lsof/Makefile Mon May 16 22:31:19 2005 +0000
+++ b/sysutils/lsof/Makefile Tue May 17 04:45:08 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2005/05/16 03:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.85 2005/05/17 04:45:08 atatat Exp $
#
-DISTNAME= lsof_4.74
-PKGNAME= ${DISTNAME:S/_/-/}
+DISTNAME= lsof_4.75
+PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION}
CATEGORIES= sysutils
MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \
diff -r 681bfc0c4fcf -r ae9cb33a4d76 sysutils/lsof/distinfo
--- a/sysutils/lsof/distinfo Mon May 16 22:31:19 2005 +0000
+++ b/sysutils/lsof/distinfo Tue May 17 04:45:08 2005 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.54 2005/03/26 20:36:01 kristerw Exp $
+$NetBSD: distinfo,v 1.55 2005/05/17 04:45:08 atatat Exp $
-SHA1 (lsof_4.74.tar.bz2) = eed401b9d32bc009be48359ffb3bcdea119570d6
-RMD160 (lsof_4.74.tar.bz2) = f167101e8a248f7f2ed1dd95631ede47cbb26a85
-Size (lsof_4.74.tar.bz2) = 732392 bytes
+SHA1 (lsof_4.75.tar.bz2) = b5c8e05c81a6ddc53ac5d397bfd58c18be3d8f15
+RMD160 (lsof_4.75.tar.bz2) = dd5ccdafe1009a9e5c5b20294e0b8fddb6d8687b
+Size (lsof_4.75.tar.bz2) = 700801 bytes
SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f
-SHA1 (patch-ab) = cb9b8e17ebee109a98e4ac8e131146d7475702a4
-SHA1 (patch-ac) = e75fbe948f364814589ec255ac40e6e680637eee
diff -r 681bfc0c4fcf -r ae9cb33a4d76 sysutils/lsof/patches/patch-ab
--- a/sysutils/lsof/patches/patch-ab Mon May 16 22:31:19 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-$NetBSD: patch-ab,v 1.35 2005/03/23 04:35:56 atatat Exp $
-
-Fix build on 3.0 branch and 3.99.x current.
-
---- Configure.orig 2005-01-17 08:24:32.000000000 -0500
-+++ Configure
-@@ -2346,15 +2346,28 @@ return(0); }
- LSOF_TSTBIGF=" "
- LSOF_VERS="2099010"
- ;;
-- 2.99.11)
-+ 2.99.*)
- LSOF_TSTBIGF=" "
-- LSOF_VERS="2099011"
-+ LSOF_VERS="2099010"
- ;;
- 2*)
- LSOF_VERS="2000000"
- echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR"
- echo "!!!WARNING!!! Configuring for NetBSD 2.0"
- ;;
-+ 3.0*)
-+ LSOF_TSTBIGF=" "
-+ LSOF_VERS="3000000"
-+ ;;
-+ 3.99.*)
-+ LSOF_TSTBIGF=" "
-+ LSOF_VERS="3099000"
-+ ;;
-+ 3*)
-+ LSOF_VERS="3000000"
-+ echo "!!!WARNING!!! Unsupported NetBSD version: $LSOF_VSTR"
-+ echo "!!!WARNING!!! Configuring for NetBSD 3.0"
-+ ;;
- *)
- echo "Unknown NetBSD release: $LSOF_VSTR"
- echo Assuming NetBSD 1.6
-@@ -2366,7 +2379,11 @@ return(0); }
- # Test for legal NetBSD version.
-
- case $LSOF_VERS in # {
-- 1002000|1003000|1004000|1005000|1006000|2000000|2099009|2099010|2099011)
-+ 1002000|1003000|1004000|1005000|1006000)
-+ ;;
-+ 2000000|2099009|2099010)
-+ ;;
-+ 3000000|3099000)
- ;;
- *)
- echo "Unknown NetBSD version: $LSOF_VERS"
diff -r 681bfc0c4fcf -r ae9cb33a4d76 sysutils/lsof/patches/patch-ac
--- a/sysutils/lsof/patches/patch-ac Mon May 16 22:31:19 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.23 2005/03/26 20:36:01 kristerw Exp $
-
---- dialects/darwin/get-hdr-loc.sh.orig Sat Mar 26 21:23:20 2005
-+++ dialects/darwin/get-hdr-loc.sh Sat Mar 26 21:24:29 2005
-@@ -50,11 +50,9 @@
- echo "" 1>&2
- echo "(See 00FAQ for download instructions.)" 1>&2
- echo "" 1>&2
-- echo "Now you must specify the path to the place to which they were" 1>&2
-- echo "downloaded." 1>&2
-- echo "" 1>&2
- echo "-------------------------------------------------------------" 1>&2
- fi # }
-+ exit 1
-
- END=0
- while test $END = 0 # {
Home |
Main Index |
Thread Index |
Old Index