Subject: pkg/10461: pkgsrc/sysutils/lsof-4.49 needs 1.5 kernel check in Configure
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mason@primenet.com.au>
List: netbsd-bugs
Date: 06/27/2000 00:03:14
>Number:         10461
>Category:       pkg
>Synopsis:       pkgsrc/sysutils/lsof-4.49 needs 1.5 kernel check in Configure
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 27 00:04:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Geoff C. Wing
>Release:        20000626
>Organization:
Geoff Wing : <gcw@pobox.com>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@rxvt.org>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@zsh.org>       Phone   : (Australia) 0413 431 874
>Environment:
System: NetBSD c.primenet.com.au 1.5A NetBSD 1.5A (C) #0: Mon Jun 26 21:54:32 EST 2000 mason@c.primenet.com.au:/usr/netbsd/src/sys/arch/i386/compile/C i386


>Description:
	lsof-4.49 doesn't know about NetBSD 1.5*

>How-To-Repeat:
	obvious
>Fix:
	add patch file:


--- Configure.org	Fri Mar 24 01:26:42 2000
+++ Configure	Tue Jun 27 16:56:14 2000
@@ -1725,6 +1725,9 @@
       1.4*)
 	LSOF_VERS="1040"
 	;;
+      1.5*)
+	LSOF_VERS="1050"
+	;;
       *)
 	echo Unknown NetBSD release: `uname -r`
 	echo Assuming NetBSD 1.0
@@ -1736,7 +1739,7 @@
     # Test for legal NetBSD version.
 
     case $LSOF_VERS in	# {
-    1000|1010|1020|1030|1040)
+    1000|1010|1020|1030|1040|1050)
       ;;
     *)
       echo "Unsupported NetBSD version: $LSOF_VERS"
>Release-Note:
>Audit-Trail:
>Unformatted: