Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2005 19:14:23 -0700 (PDT)
From:      Virgil Champlin <champlin@stupidog.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87896: sysutils/freesbie IGNORE tests wrong value
Message-ID:  <20051024021423.8E11B22EF@whisper.stupidog.org>
Resent-Message-ID: <200510240220.j9O2KGxV076772@freefall.freebsd.org>

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

>Number:         87896
>Category:       ports
>Synopsis:       sysutils/freesbie IGNORE tests wrong value
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 24 02:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Virgil Champlin
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
Stupidog.org
>Environment:
System: FreeBSD whisper.stupidog.org 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #21: Wed Oct 12 11:02:47 PDT 2005 root@whisper.stupidog.org:/usr/obj/usr/src/sys/STUPIDOG i386

>Description:

The Makefile wishes to set IGNORE for all FreeBSD versions less than 5.4 but
the test value uses a minor number of 40 rather than 04.  Freesbie doesn't
build without editing the Makefile.  

>How-To-Repeat:

Try to install or upgrade sysutils/freesbie on any system less than 6.0

>Fix:

--- /usr/ports/sysutils/freesbie/Makefile.orig  Thu Oct 20 03:05:57 2005
+++ /usr/ports/sysutils/freesbie/Makefile       Sun Oct 23 14:46:40 2005
@@ -23,7 +23,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 540000
+.if ${OSVERSION} < 504000
 IGNORE=                "Earlier FreeBSD versions then 5.4-RELEASE are not supported."
 .endif



>Release-Note:
>Audit-Trail:
>Unformatted:



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