From so@informatix.i-clue.de  Thu Apr 26 03:24:53 2001
Return-Path: <so@informatix.i-clue.de>
Received: from informatix.i-clue.de (server.ms-agentur.de [62.153.134.194])
	by hub.freebsd.org (Postfix) with ESMTP id EA8F637B424
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Apr 2001 03:24:51 -0700 (PDT)
	(envelope-from so@informatix.i-clue.de)
Received: (from root@localhost)
	by informatix.i-clue.de (8.11.3/8.11.3) id f3QAPJK03369;
	Thu, 26 Apr 2001 12:25:19 +0200 (CEST)
	(envelope-from so)
Message-Id: <200104261025.f3QAPJK03369@informatix.i-clue.de>
Date: Thu, 26 Apr 2001 12:25:19 +0200 (CEST)
From: so@informatix.i-clue.de
Reply-To: so@i-clue.de
To: FreeBSD-gnats-submit@freebsd.org
Cc: so@i-clue.de
Subject: ports:lsof needs updating 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26874
>Category:       ports
>Synopsis:       lsof needs massagin: it moans about incompatible version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 26 03:30:04 PDT 2001
>Closed-Date:    Fri Apr 27 01:06:27 PDT 2001
>Last-Modified:  Fri Apr 27 01:07:16 PDT 2001
>Originator:     Christoph Sold
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
i-clue GmbH
>Environment:
System: FreeBSD informatix.i-clue.de 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Apr 24 08:05:39 CEST 2001 so@informatix.i-clue.de:/usr/src/sys/compile/INFORMATIX i386


>Description:
	during install from ports:
!!!WARNING!!!  Unsupported FreeBSD version: 4.3-STABLE
!!!WARNING!!!  Configuring for FreeBSD 4.1
>How-To-Repeat:
	cd /usr/ports/sysutils/lsof
	make install
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: roam 
Responsible-Changed-When: Fri Apr 27 00:50:48 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26874 

From: Peter Pentchev <roam@orbitel.bg>
To: so@i-clue.de
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/26874: ports:lsof needs updating
Date: Fri, 27 Apr 2001 10:53:57 +0300

 On Thu, Apr 26, 2001 at 12:25:19PM +0200, so@informatix.i-clue.de wrote:
 > 
 > >Number:         26874
 > >Category:       ports
 > >Synopsis:       lsof needs massagin: it moans about incompatible version
 > >Originator:     Christoph Sold
 > >Release:        FreeBSD 4.3-STABLE i386
 > >Organization:
 > i-clue GmbH
 > >Environment:
 > System: FreeBSD informatix.i-clue.de 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Apr 24 08:05:39 CEST 2001 so@informatix.i-clue.de:/usr/src/sys/compile/INFORMATIX i386
 > 
 > 
 > >Description:
 > 	during install from ports:
 > !!!WARNING!!!  Unsupported FreeBSD version: 4.3-STABLE
 > !!!WARNING!!!  Configuring for FreeBSD 4.1
 > >How-To-Repeat:
 > 	cd /usr/ports/sysutils/lsof
 > 	make install
 
 Could you try the attached patch?  I guess it (or something similar) will
 soon make it into the mainstream lsof distribution, but until then.. :)
 
 G'luck,
 Peter
 
 -- 
 I am not the subject of this sentence.
 
 Index: ports/sysutils/lsof/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/sysutils/lsof/Makefile,v
 retrieving revision 1.82
 diff -u -r1.82 Makefile
 --- ports/sysutils/lsof/Makefile	2001/02/15 21:33:33	1.82
 +++ ports/sysutils/lsof/Makefile	2001/04/27 07:51:52
 @@ -8,6 +8,7 @@
  
  PORTNAME=	lsof
  PORTVERSION=	4.55
 +PORTREVISION=	1
  CATEGORIES=	sysutils
  MASTER_SITES=	ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/  \
  		ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
 Index: ports/sysutils/lsof/files/patch-ab
 ===================================================================
 RCS file: patch-ab
 diff -N patch-ab
 --- ports/sysutils/lsof/files/patch-ab	Fri Apr 27 00:51:00 2001
 +++ ports/sysutils/lsof/files/patch-ab	Fri Apr 27 00:51:52 2001
 @@ -0,0 +1,21 @@
 +--- Configure.old	Fri Apr 27 10:41:42 2001
 ++++ Configure	Fri Apr 27 10:42:36 2001
 +@@ -995,6 +995,9 @@
 +       4.2*)
 + 	LSOF_VERS=420
 + 	;;
 ++      4.3*)
 ++	LSOF_VERS=430
 ++	;;
 +       4*)
 + 	LSOF_VERS=410
 + 	echo "!!!WARNING!!!  Unsupported FreeBSD version: $LSOF_VSTR"
 +@@ -1083,7 +1086,7 @@
 + 	LSOF_CFGF="$LSOF_CFGF -DHASVMLOCKH"
 +       fi	# }
 +       ;;
 +-    400|410|420|500)
 ++    400|410|420|430|500)
 +       if test -r ${LSOF_INCLUDE}/sys/namei.h	# {
 +       then
 + 	grep -q "^struct[ 	]*namecache[ 	]*{" ${LSOF_INCLUDE}/sys/namei.h
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Fri Apr 27 01:06:27 PDT 2001 
State-Changed-Why:  
This is a benign warning.  The next LSOF version will not display this 
"warning" on 4.3. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26874 
>Unformatted:
