From nobody@FreeBSD.org  Sun Feb 26 00:52:03 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AEE4D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Feb 2012 00:52:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A5BD8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Feb 2012 00:52:03 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1Q0q3xk058861
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Feb 2012 00:52:03 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q1Q0q3AR058860;
	Sun, 26 Feb 2012 00:52:03 GMT
	(envelope-from nobody)
Message-Id: <201202260052.q1Q0q3AR058860@red.freebsd.org>
Date: Sun, 26 Feb 2012 00:52:03 GMT
From: Damien Fleuriot <dam@my.gd>
To: freebsd-gnats-submit@FreeBSD.org
Subject: lsof-4.86A,6 refuses to build on 8.3 prerelease/beta
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ler@lerctr.org

>Number:         165482
>Category:       ports
>Synopsis:       sysutils/lsof: lsof-4.86A,6 refuses to build on 8.3 prerelease/beta
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 26 01:00:26 UTC 2012
>Closed-Date:    Mon Feb 27 11:12:36 UTC 2012
>Last-Modified:  Mon Feb 27 11:12:36 UTC 2012
>Originator:     Damien Fleuriot
>Release:        8.3-PRERELEASE
>Organization:
>Environment:
FreeBSD [snip] 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Sat Feb 25 12:22:01 CET 2012     root@[snip]:/usr/obj/usr/src/sys/SF  amd64
>Description:
lsof-4.86A,6 refuses to build on 8.3* , see the output below:

sf# make
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
===>  Extracting for lsof-4.86A,6
=> SHA256 Checksum OK for lsof_4.86A.freebsd.tar.bz2.
===>  Patching for lsof-4.86A,6
===>  Configuring for lsof-4.86A,6
Unknown FreeBSD release: 8.3-PRERELEASE
===>  Script "Configure" failed unexpectedly.



Requires a simple addition to Configure, unified diff attached to the PR.
>How-To-Repeat:
cd /usr/ports/sysutils/lsof && make

>Fix:


Patch attached with submission follows:

--- Configure   2012-02-26 01:46:13.000000000 +0100
+++ Configure   2012-02-26 01:47:48.000000000 +0100
@@ -1577,6 +1577,10 @@
        LSOF_TSTBIGF=" "
        LSOF_VERS=8020
        ;;
+      8.3*)
+       LSOF_TSTBIGF=" "
+       LSOF_VERS=8030
+       ;;
       9*)
        LSOF_TSTBIGF=" "
        LSOF_VERS=9000

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Feb 26 19:27:03 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165482 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 26 19:27:08 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ler@lerctr.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165482: sysutils/lsof: lsof-4.86A,6 refuses to build on 8.3 prerelease/beta
Date: Sun, 26 Feb 2012 19:27:04 UT

 Maintainer of sysutils/lsof,
 
 Please note that PR ports/165482 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165482
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Larry Rosenman <ler@lerctr.org>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/165482: sysutils/lsof: lsof-4.86A,6 refuses to build on
 8.3 prerelease/beta
Date: Sun, 26 Feb 2012 14:16:51 -0600

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 On 2/26/2012 1:27 PM, Edwin Groothuis wrote:
 > Maintainer of sysutils/lsof,
 > 
 > Please note that PR ports/165482 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix 
 > you agree on, reply to this email stating that you approve the
 > patch and a committer will take care of it.
 > 
 > The full text of the PR can be found at: 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165482
 > 
 
 I'm in contact with the Author, and am updating my 8.x system.
 
 Should have an update in a few days.
 
 Thanks!
 
 - -- 
 Larry Rosenman                     http://www.lerctr.org/~ler
 Phone: +1 512-248-2683                 E-Mail: ler@lerctr.org
 US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iQEcBAEBAgAGBQJPSpMzAAoJENC8dtAvA1zmzFcIAK9JTbWlqx8UgFASIQtMDxM6
 inmxHoKDuVp4rekRLfexFkJXCMJKc5j5Gx+mRWi2WMWnY64ze3PyVkUARJm51Zfg
 A2qTkCHmhg4b7cdh7jCjzTkcwU/FrjBbNl4JGkP2WLF65sfZVP54vNsMzPoNL2hT
 Psqj+RVworNClZuDgcE0Y3I+KofEaLUawG8NFezLwB5Zi7A0ZeFI3ta9k+qAuOU8
 Sop28LRg6M6ldS+ifKecSZKcjGyDnY64dxfyn1uLRiqyRmNBipkwFkPdoPRVPCNX
 RkuqMh9DDX1R02lJtqAXUWb3pP/Ik+Vi6HQB7ZyDqbATUhqNDwav4IfDniFpyOw=
 =wmUz
 -----END PGP SIGNATURE-----
State-Changed-From-To: feedback->closed 
State-Changed-By: scheidell 
State-Changed-When: Mon Feb 27 11:12:32 UTC 2012 
State-Changed-Why:  
superseded by 165497 

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