ports/60178: [patch] lang/gforth: set ONLY_FOR_ARCHS

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Fri Dec 12 10:50:12 UTC 2003


>Number:         60178
>Category:       ports
>Synopsis:       [patch] lang/gforth: set ONLY_FOR_ARCHS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 12 02:50:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
Floating-point exceptions exist only on i386 and friends.

NB: This doesn't mean that it does build on amd64 and ia64.
>How-To-Repeat:
http://bento.freebsd.org/errorlogs/sparc64-5-full/gforth-0.6.1.log
>Fix:
--- gforth begins here ---
--- Makefile.orig	Fri Dec 12 11:44:49 2003
+++ Makefile	Fri Dec 12 11:45:38 2003
@@ -14,6 +14,8 @@
 MAINTAINER=	cyrille.lefevre at laposte.net
 COMMENT=	Fast and portable Forth system
 
+ONLY_FOR_ARCHS=	"i386 amd64 ia64"
+
 # Global variables
 #
 
--- gforth ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list