From wxs@syn.csh.rit.edu  Thu Sep  1 23:09:09 2005
Return-Path: <wxs@syn.csh.rit.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CDB2C16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <wxs@csh.rit.edu>
Reply-To: Wesley Shields <wxs@csh.rit.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE]: Remove -O3 from math/tomsfastmath
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85610
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: Remove -O3 from math/tomsfastmath
>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:   Thu Sep 01 23:10:16 GMT 2005
>Closed-Date:    Fri Sep 02 14:43:32 GMT 2005
>Last-Modified:  Fri Sep 02 14:49:44 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Fri Sep 2 14:43:26 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85610 
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Fri Sep 2 14:46:38 GMT 2005 
Responsible-Changed-Why:  
Grabbed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85610 
Responsible-Changed-From-To: garga->freebsd-ports-bugs 
Responsible-Changed-By: garga 
Responsible-Changed-When: Fri Sep 2 14:49:27 GMT 2005 
Responsible-Changed-Why:  
Already closed by sem 

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