oops committed from wrong tree - revert, will recommit the right one shortly
This commit is contained in:
parent
6eb18769b7
commit
f9236c76db
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.84 2012/03/15 21:34:52 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.85 2012/03/15 21:36:44 sthen Exp $
|
||||
|
||||
COMMENT= list information about open files
|
||||
|
||||
VERSION= 4.85
|
||||
VERSION= 4.83
|
||||
DISTNAME= lsof_${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
REVISION= 7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mirrorservice.org/sites/vic.cc.purdue.edu/pub/tools/unix/lsof/OLD/ \
|
||||
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (lsof_4.85.tar.gz) = 6BUdtwigI/WIo1kdpVoKKQ==
|
||||
RMD160 (lsof_4.85.tar.gz) = 7RHi5nj7ndw7BoKwpKQSaWxdCP4=
|
||||
SHA1 (lsof_4.85.tar.gz) = hFaJdrd4/zq7qj/EjWgh3aVW7zc=
|
||||
SHA256 (lsof_4.85.tar.gz) = u4nfIBBiF7624LdWFUOSS7NAH3Qecj7ifhHe0Y8v/pQ=
|
||||
SIZE (lsof_4.85.tar.gz) = 1073042
|
||||
MD5 (lsof_4.83.tar.gz) = JDCJzPNnLGSzPsjJ7yoqSA==
|
||||
RMD160 (lsof_4.83.tar.gz) = l5spdSvbcAwWsXf60J2EWIchJAU=
|
||||
SHA1 (lsof_4.83.tar.gz) = qseRG+kAYkKs21GHEyV4Nk0wFH0=
|
||||
SHA256 (lsof_4.83.tar.gz) = ZTRCEWhCpU1MHHCWqZSUKEWkxRvNDjq6BWete8WiyJk=
|
||||
SIZE (lsof_4.83.tar.gz) = 1060158
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Configure,v 1.33 2012/03/15 21:34:52 sthen Exp $
|
||||
--- Configure.orig Tue Sep 27 18:27:40 2011
|
||||
+++ Configure Sun Oct 9 16:02:29 2011
|
||||
@@ -3834,13 +3834,30 @@ return(0); }
|
||||
$OpenBSD: patch-Configure,v 1.34 2012/03/15 21:36:44 sthen Exp $
|
||||
--- Configure.orig Mon Jan 18 19:01:14 2010
|
||||
+++ Configure Tue Jul 19 09:19:48 2011
|
||||
@@ -3787,13 +3787,30 @@ return(0); }
|
||||
3*)
|
||||
LSOF_TSTBIGF=" "
|
||||
LSOF_VERS=3090
|
||||
@ -36,7 +36,7 @@ $OpenBSD: patch-Configure,v 1.33 2012/03/15 21:34:52 sthen Exp $
|
||||
;;
|
||||
esac # }
|
||||
fi # }
|
||||
@@ -3848,7 +3865,7 @@ return(0); }
|
||||
@@ -3801,7 +3818,7 @@ return(0); }
|
||||
# Test for legal OpenBSD version.
|
||||
|
||||
case $LSOF_VERS in # {
|
||||
@ -45,7 +45,7 @@ $OpenBSD: patch-Configure,v 1.33 2012/03/15 21:34:52 sthen Exp $
|
||||
;;
|
||||
*)
|
||||
echo "Unknown OpenBSD version: $LSOF_VERS"
|
||||
@@ -3910,11 +3927,6 @@ return(0); }
|
||||
@@ -3863,11 +3880,6 @@ return(0); }
|
||||
LSOF_TMP1=1
|
||||
fi # }
|
||||
fi # }
|
||||
@ -57,7 +57,7 @@ $OpenBSD: patch-Configure,v 1.33 2012/03/15 21:34:52 sthen Exp $
|
||||
if test -d ${OPENBSD_SYS}/isofs/cd9660 # {
|
||||
then
|
||||
LSOF_CFGF="$LSOF_CFGF -DHAS9660FS=1"
|
||||
@@ -4088,6 +4100,18 @@ return(0); }
|
||||
@@ -4041,6 +4053,18 @@ return(0); }
|
||||
if test -r ${LSOF_INCLUDE}/sys/pipe.h # {
|
||||
then
|
||||
LSOF_CFGF="$LSOF_CFGF -DHAS_SYS_PIPEH"
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lsof_8,v 1.4 2012/03/15 21:34:52 sthen Exp $
|
||||
--- lsof.8.orig Tue Sep 27 19:06:24 2011
|
||||
+++ lsof.8 Sun Oct 9 16:02:30 2011
|
||||
@@ -849,7 +849,8 @@ where:
|
||||
$OpenBSD: patch-lsof_8,v 1.5 2012/03/15 21:36:44 sthen Exp $
|
||||
--- lsof.8.orig Sun Jul 3 18:30:18 2011
|
||||
+++ lsof.8 Sun Jul 3 18:30:45 2011
|
||||
@@ -799,7 +799,8 @@ where:
|
||||
applies to all IP versions.
|
||||
.br
|
||||
\fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP
|
||||
|
Loading…
Reference in New Issue
Block a user