Date: Thu, 1 Sep 2005 19:09:32 -0500 (EST) From: Wesley Shields <wxs@csh.rit.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85608: [MAINTAINER UPDATE]: Remove -O3 from math/libtommath Message-ID: <200509020009.j8209VXu085968@syn.csh.rit.edu> Resent-Message-ID: <200509012310.j81NAGjV001895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509020009.j8209VXu085968>