From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 27 08:00:38 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 D02BC16A4B3 for ; Sat, 27 Sep 2003 08:00:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A98D43FF7 for ; Sat, 27 Sep 2003 08:00:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8RF0VFY080139 for ; Sat, 27 Sep 2003 08:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8RF0Vas080138; Sat, 27 Sep 2003 08:00:31 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 27 Sep 2003 08:00:31 -0700 (PDT) Resent-Message-Id: <200309271500.h8RF0Vas080138@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9816E16A4B3 for ; Sat, 27 Sep 2003 07:55:39 -0700 (PDT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8767244027 for ; Sat, 27 Sep 2003 07:55:38 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.54.33]) by hfep08.dion.ne.jp with SMTP id <20030927145535864.ZYNR@hfep08.dion.ne.jp> for ; Sat, 27 Sep 2003 23:55:35 +0900 Message-Id: <20030927235508.533673ae.tkato@prontomail.com> Date: Sat, 27 Sep 2003 23:55:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57285: Update port: graphics/gts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 15:00:39 -0000 >Number: 57285 >Category: ports >Synopsis: Update port: graphics/gts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 27 08:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p10 i386 >Organization: >Environment: >Description: - Fix build on non-i386 platform New file: files/patch-src::rounding.h >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gts/Makefile graphics/gts/Makefile --- /usr/ports/graphics/gts/Makefile Thu Jul 17 17:47:52 2003 +++ graphics/gts/Makefile Wed Sep 24 13:01:00 2003 @@ -26,9 +26,6 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -# Supports only i386 FP operation -ONLY_FOR_ARCHS= i386 - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-release \$$(LT_RELEASE)||g' diff -urN /usr/ports/graphics/gts/files/patch-src::rounding.h graphics/gts/files/patch-src::rounding.h --- /usr/ports/graphics/gts/files/patch-src::rounding.h Thu Jan 1 09:00:00 1970 +++ graphics/gts/files/patch-src::rounding.h Wed Sep 24 12:57:59 2003 @@ -0,0 +1,16 @@ +--- src/rounding.h.orig Mon Jun 17 12:05:45 2002 ++++ src/rounding.h Wed Sep 24 12:57:41 2003 +@@ -28,11 +28,11 @@ + _FPU_SETCW(fpu_round_double); } + # define FPU_RESTORE {_FPU_SETCW(fpu_init);} + #else /* not HAVE_FPU_CONTROL_H */ +-# ifdef __FreeBSD__ ++# ifdef HAVE_FROATINGPOINT_H + # include + # define FPU_ROUND_DOUBLE (fpsetprec(FP_PD)) + # define FPU_RESTORE (fpsetprec(FP_PE)) +-# else /* not __FreeBSD__ */ ++# else /* not HAVE_FROATINGPOINT_H */ + # ifdef WIN32 + # ifdef _MSC_VER + # include >Release-Note: >Audit-Trail: >Unformatted: