ports/85608: [MAINTAINER UPDATE]: Remove -O3 from math/libtommath

Wesley Shields wxs at csh.rit.edu
Thu Sep 1 23:10:18 UTC 2005


>Number:         85608
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: Remove -O3 from math/libtommath
>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 at syn:/usr/obj/usr/src/sys/GENERIC i386

>Description:
Remove -O3 from math/libtommath

>How-To-Repeat:
N/A

>Fix:

diff -ruN libtommath.orig/Makefile libtommath/Makefile
--- libtommath.orig/Makefile	Mon Aug 29 09:28:13 2005
+++ libtommath/Makefile	Wed Aug 31 15:20:29 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	libtommath
 PORTVERSION=	0.36
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://math.libtomcrypt.org/files/
 DISTNAME=	ltm-${PORTVERSION}
diff -ruN libtommath.orig/files/patch-makefile libtommath/files/patch-makefile
--- libtommath.orig/files/patch-makefile	Mon Aug 29 09:28:15 2005
+++ libtommath/files/patch-makefile	Wed Aug 31 15:20:01 2005
@@ -1,5 +1,14 @@
---- makefile.orig	Fri Aug  5 09:34:54 2005
-+++ makefile	Fri Aug  5 09:36:36 2005
+--- makefile.orig	Mon Aug  1 12:34:44 2005
++++ makefile	Wed Aug 31 15:19:42 2005
+@@ -10,7 +10,7 @@
+ ifndef IGNORE_SPEED
+ 
+ #for speed 
+-CFLAGS += -O3 -funroll-loops
++CFLAGS += -funroll-loops
+ 
+ #for size 
+ #CFLAGS += -Os
 @@ -48,9 +48,9 @@
  #INCPATH-The directory to install the header files for libtommath.
  #DATAPATH-The directory to install the pdf docs.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list