Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 01:05:21 -0400 (EDT)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obrien@FreeBSD.org
Subject:   ports/43278: sysutils/lsof: claims 4.7 is unsupported in Configure
Message-ID:  <200209230505.g8N55Llp067780@wwweasel.geeksrus.net>

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

>Number:         43278
>Category:       ports
>Synopsis:       sysutils/lsof: claims 4.7 is unsupported in Configure
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 22:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.7-RC i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 21 10:38:39 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386


>Description:

The Configure script doesn't know about 4.7.

>How-To-Repeat:

Attempt to build the port on a 4.7-* system.

>Fix:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
Index: files/patch-Configure
===================================================================
RCS file: files/patch-Configure
diff -N files/patch-Configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Configure	23 Sep 2002 04:59:24 -0000
@@ -0,0 +1,22 @@
+--- Configure.orig	Wed Aug 21 08:06:56 2002
++++ Configure	Mon Sep 23 00:59:18 2002
+@@ -1174,6 +1174,10 @@
+ 	LSOF_TSTBIGF=" "
+ 	LSOF_VERS=460
+ 	;;
++      4.7*)
++	LSOF_TSTBIGF=" "
++	LSOF_VERS=470
++	;;
+       4*)
+ 	LSOF_VERS=460
+ 	echo "!!!WARNING!!!  Unsupported FreeBSD version: $LSOF_VSTR"
+@@ -1279,7 +1283,7 @@
+ 	LSOF_CFGF="$LSOF_CFGF -DHASVMLOCKH"
+       fi	# }
+       ;;
+-    400|410|420|430|440|450|460|500)
++    400|410|420|430|440|450|460|470|500)
+       if test -r ${LSOF_INCLUDE}/sys/namei.h	# {
+       then
+ 	grep -q "^struct[ 	]*namecache[ 	]*{" ${LSOF_INCLUDE}/sys/namei.h
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==


>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?200209230505.g8N55Llp067780>