Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 1999 02:43:11 +0200 (CEST)
From:      girgen@partitur.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11793: lsof updated
Message-ID:  <199905200043.CAA01010@trumpet.partitur.se>

next in thread | raw e-mail | index | archive | help

>Number:         11793
>Category:       ports
>Synopsis:       lsof updated, old distfile removed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 19 17:50:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
Partitur
>Environment:
3.2-BETA FreeBSD 3.2-BETA #0: Fri May 14 12:29:49 CEST 1999
	

>Description:
lsof updated, and old version removed from the ftp sites.
	

>How-To-Repeat:

	

>Fix:
Here's a trivial patch:

diff -urN lsof.orig/Makefile lsof/Makefile
--- lsof.orig/Makefile  Wed May 19 23:45:52 1999
+++ lsof/Makefile       Wed May 19 23:46:07 1999
@@ -7,8 +7,8 @@
 # $Id: Makefile,v 1.41 1999/03/30 21:51:42 obrien Exp $
 #
 
-DISTNAME=      lsof_4.42_W
-PKGNAME=       lsof-4.42
+DISTNAME=      lsof_4.43_W
+PKGNAME=       lsof-4.43
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/  \
                ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
diff -urN lsof.orig/files/md5 lsof/files/md5
--- lsof.orig/files/md5 Wed May 19 23:45:52 1999
+++ lsof/files/md5      Wed May 19 23:46:19 1999
@@ -1 +1 @@
-MD5 (lsof_4.42_W.tar.gz) = 30b4bf27f46f397d7be5dd0bc1cf1753
+MD5 (lsof_4.43_W.tar.gz) = 4d5263b853c882a33f626be0a47c937d
diff -urN lsof.orig/patches/patch-ab lsof/patches/patch-ab
--- lsof.orig/patches/patch-ab  Wed May 19 23:45:52 1999
+++ lsof/patches/patch-ab       Thu Jan  1 01:00:00 1970
@@ -1,21 +0,0 @@
---- Configure.orig     Mon Mar 29 12:06:49 1999
-+++ Configure  Mon May 10 19:09:54 1999
-@@ -764,6 +764,9 @@
-       3.1*)
-       LSOF_VERS=310
-       ;;
-+      3.2*)
-+      LSOF_VERS=320
-+      ;;
-       4.0*)
-       LSOF_VERS=400
-       ;;
-@@ -831,7 +834,7 @@
-       LSOF_CFGF="$LSOF_CFGF -DHASVMLOCKH"
-       fi      # }
-       ;;
--    300|310)
-+    300|310|320)
-       LSOF_CFGL="-lkvm"
-       if test -r ${LSOF_INCLUDE}/nfs/rpcv2.h  # {
-       then


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905200043.CAA01010>