From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 1 23:10:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 C526616A420 for ; Thu, 1 Sep 2005 23:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 445AC43D68 for ; Thu, 1 Sep 2005 23:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j81NAHYh001939 for ; Thu, 1 Sep 2005 23:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j81NAH4L001938; Thu, 1 Sep 2005 23:10:17 GMT (envelope-from gnats) Resent-Date: Thu, 1 Sep 2005 23:10:17 GMT Resent-Message-Id: <200509012310.j81NAH4L001938@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, Wesley Shields Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB2C16A41F for ; Thu, 1 Sep 2005 23:09:09 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECD243D5A for ; Thu, 1 Sep 2005 23:09:07 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.3/8.13.1) with ESMTP id j820E1eH086351 for ; Thu, 1 Sep 2005 19:14:01 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.3/8.13.1/Submit) id j820E0So086350; Thu, 1 Sep 2005 19:14:00 -0500 (EST) (envelope-from wxs) Message-Id: <200509020014.j820E0So086350@syn.csh.rit.edu> Date: Thu, 1 Sep 2005 19:14:00 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85610: [MAINTAINER UPDATE]: Remove -O3 from math/tomsfastmath X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 23:10:19 -0000 >Number: 85610 >Category: ports >Synopsis: [MAINTAINER UPDATE]: Remove -O3 from math/tomsfastmath >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: Thu Sep 01 23:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD syn 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #2: Mon Aug 1 15:34:15 EST 2005 root@syn:/usr/obj/usr/src/sys/GENERIC i386 >Description: Remove -O3 from math/tomsfastmath. I hope this will fix the error on sparc64 (I'm currently waiting for a sparc64 box to be shipped to me so I can investigate it further if this doesn't solve it). http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.7.2005072820/tomsfastmath-0.05.log >How-To-Repeat: N/A >Fix: diff -ruN tomsfastmath.orig/Makefile tomsfastmath/Makefile --- tomsfastmath.orig/Makefile Wed Aug 31 15:30:20 2005 +++ tomsfastmath/Makefile Wed Aug 31 15:42:40 2005 @@ -7,6 +7,7 @@ PORTNAME= tomsfastmath PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://libtomcrypt.org/tfm/files/ DISTNAME= tfm-${PORTVERSION} diff -ruN tomsfastmath.orig/files/patch-makefile tomsfastmath/files/patch-makefile --- tomsfastmath.orig/files/patch-makefile Wed Aug 31 15:30:20 2005 +++ tomsfastmath/files/patch-makefile Wed Aug 31 15:30:53 2005 @@ -1,5 +1,14 @@ ---- makefile.orig Fri Aug 5 10:44:08 2005 -+++ makefile Fri Aug 5 10:45:03 2005 +--- makefile.orig Mon Aug 1 12:34:18 2005 ++++ makefile Wed Aug 31 15:30:39 2005 +@@ -7,7 +7,7 @@ + + ifndef IGNORE_SPEED + +-CFLAGS += -O3 -funroll-all-loops ++CFLAGS += -funroll-all-loops + + #profiling + #PROF=-pg -g @@ -49,11 +49,11 @@ HEADERS=tfm.h >Release-Note: >Audit-Trail: >Unformatted: