Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2005 19:14:00 -0500 (EST)
From:      Wesley Shields <wxs@csh.rit.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85610: [MAINTAINER UPDATE]: Remove -O3 from math/tomsfastmath
Message-ID:  <200509020014.j820E0So086350@syn.csh.rit.edu>
Resent-Message-ID: <200509012310.j81NAH4L001938@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509020014.j820E0So086350>