Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2012 00:52:03 GMT
From:      Damien Fleuriot <dam@my.gd>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165482: lsof-4.86A,6 refuses to build on 8.3 prerelease/beta
Message-ID:  <201202260052.q1Q0q3AR058860@red.freebsd.org>
Resent-Message-ID: <201202260100.q1Q10Rnq029542@freefall.freebsd.org>

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

>Number:         165482
>Category:       ports
>Synopsis:       lsof-4.86A,6 refuses to build on 8.3 prerelease/beta
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 26 01:00:26 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202260052.q1Q0q3AR058860>