Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 12:28:32 +0600 (YEKST)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101800: [MAINTAINER] lang/gforth: unbreak on 7.x
Message-ID:  <20060811062832.CC47012BBA@fonon.realnet>
Resent-Message-ID: <200608111000.k7BA0U1P063392@freefall.freebsd.org>

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

>Number:         101800
>Category:       ports
>Synopsis:       [MAINTAINER] lang/gforth: unbreak on 7.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 10:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
Don't mark broken on 7.x

>How-To-Repeat:
>Fix:

--- gforth-0.6.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/gforth/Makefile /var/tmp/gforth/Makefile
--- /usr/ports/lang/gforth/Makefile	Thu Aug 10 02:38:53 2006
+++ /var/tmp/gforth/Makefile	Fri Aug 11 12:27:43 2006
@@ -39,7 +39,9 @@
 
 .include <bsd.port.pre.mk>
 
-BROKEN=		does not build
+.if ${OSVERSION} < 700000
+BROKEN=	does not build on pointyhat, report if you have similar problems
+.endif
 
 .if ${ARCH} == i386
 WORDSIZE=32
@@ -51,10 +53,6 @@
 BYTEORDER=b
 .else
 BYTEORDER=l
-.endif
-
-.if ${OSVERSION} < 500000
-BROKEN=	Does not compile on 4.x
 .endif
 
 post-install: install-doc install-el remove-empty-files remove-empty-dirs
--- gforth-0.6.2.patch ends here ---

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



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