From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 12 02:50:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E10F16A4CE for ; Fri, 12 Dec 2003 02:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A08843D35 for ; Fri, 12 Dec 2003 02:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBCAo9FR072864 for ; Fri, 12 Dec 2003 02:50:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBCAo9oH072863; Fri, 12 Dec 2003 02:50:09 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 12 Dec 2003 02:50:09 -0800 (PST) Resent-Message-Id: <200312121050.hBCAo9oH072863@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CB116A4CE for ; Fri, 12 Dec 2003 02:48:43 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0BE643D3C for ; Fri, 12 Dec 2003 02:48:41 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id hBCAmee05889; Fri, 12 Dec 2003 11:48:40 +0100 Received: (from stolz@localhost)hBCAmejR046698; Fri, 12 Dec 2003 11:48:40 +0100 (CET) (envelope-from stolz) Message-Id: <200312121048.hBCAmejR046698@menelaos.informatik.rwth-aachen.de> Date: Fri, 12 Dec 2003 11:48:40 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: cyrille.lefevre@laposte.net Subject: ports/60178: [patch] lang/gforth: set ONLY_FOR_ARCHS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 10:50:12 -0000 >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@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@laposte.net COMMENT= Fast and portable Forth system +ONLY_FOR_ARCHS= "i386 amd64 ia64" + # Global variables # --- gforth ends here --- >Release-Note: >Audit-Trail: >Unformatted: