ports/117370: [PATCH] sysutils/lsof: Fix Configure on 8-CURRENT

Yuri Pankov yuri.pankov at gmail.com
Sun Oct 21 05:40:02 UTC 2007


>Number:         117370
>Category:       ports
>Synopsis:       [PATCH] sysutils/lsof: Fix Configure on 8-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 21 05:40:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD darklight.org.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Oct 20 23:26:49 MSD 2007
>Description:
Allow Configure to recognize 8-CURRENT.

Added file(s):
- files/patch-Configure

Port maintainer (ler at lerctr.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lsof-4.79C_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof.orig/Makefile /usr/ports/sysutils/lsof/Makefile
--- /usr/ports/sysutils/lsof.orig/Makefile	2007-10-21 08:29:26.000000000 +0400
+++ /usr/ports/sysutils/lsof/Makefile	2007-10-21 08:31:01.000000000 +0400
@@ -8,6 +8,7 @@
 
 PORTNAME=	lsof
 PORTVERSION=	4.79C
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
 		ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  \
diff -ruN --exclude=CVS /usr/ports/sysutils/lsof.orig/files/patch-Configure /usr/ports/sysutils/lsof/files/patch-Configure
--- /usr/ports/sysutils/lsof.orig/files/patch-Configure	1970-01-01 03:00:00.000000000 +0300
+++ /usr/ports/sysutils/lsof/files/patch-Configure	2007-10-21 08:14:49.000000000 +0400
@@ -0,0 +1,14 @@
+--- ./Configure.orig	2007-10-21 08:13:35.000000000 +0400
++++ ./Configure	2007-10-21 08:14:39.000000000 +0400
+@@ -1438,6 +1438,11 @@
+ 	echo "!!!WARNING!!!  Unsupported FreeBSD version: $LSOF_VSTR"
+ 	echo "!!!WARNING!!!  Configuring for FreeBSD 7.0"
+ 	;;
++      8*)
++	LSOF_VERS=7000
++	echo "!!!WARNING!!!  Unsupported FreeBSD version: $LSOF_VSTR"
++	echo "!!!WARNING!!!  Configuring for FreeBSD 7.0"
++	;;
+       *)
+ 	echo Unknown FreeBSD release: `uname -r`
+ 	echo Assuming FreeBSD 2.x
--- lsof-4.79C_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list