From ssedov@mbsd.msk.ru  Fri Aug 11 09:52:46 2006
Return-Path: <ssedov@mbsd.msk.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9B56516A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Aug 2006 09:52:46 +0000 (UTC)
	(envelope-from ssedov@mbsd.msk.ru)
Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 37CDA43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Aug 2006 09:52:45 +0000 (GMT)
	(envelope-from ssedov@mbsd.msk.ru)
Received: from [212.57.150.10] (helo=fonon.realnet)
	by com1.ht-systems.ru with esmtpa (Exim 4.62)
	(envelope-from <ssedov@mbsd.msk.ru>)
	id 1GBTh4-0002Gc-1a
	for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Aug 2006 13:52:42 +0400
Received: by fonon.realnet (Postfix, from userid 1001)
	id CC47012BBA; Fri, 11 Aug 2006 12:28:32 +0600 (YEKST)
Message-Id: <20060811062832.CC47012BBA@fonon.realnet>
Date: Fri, 11 Aug 2006 12:28:32 +0600 (YEKST)
From: Stanislav Sedov <ssedov@mbsd.msk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] lang/gforth: unbreak on 7.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101800
>Category:       ports
>Synopsis:       [MAINTAINER] lang/gforth: unbreak on 7.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 10:00:30 GMT 2006
>Closed-Date:    Sat Aug 12 18:29:48 GMT 2006
>Last-Modified:  Sat Aug 12 18:29:48 GMT 2006
>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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Aug 12 18:29:47 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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