ports/87896: sysutils/freesbie IGNORE tests wrong value

Virgil Champlin champlin at stupidog.org
Mon Oct 24 02:20:17 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list