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 B70E616A41F 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 C298543D60 for ; Thu, 1 Sep 2005 23:10:16 +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 j81NAGhq001899 for ; Thu, 1 Sep 2005 23:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j81NAGjV001895; Thu, 1 Sep 2005 23:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 1 Sep 2005 23:10:16 GMT Resent-Message-Id: <200509012310.j81NAGjV001895@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 BA87016A41F for ; Thu, 1 Sep 2005 23:04:39 +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 3986743D4C for ; Thu, 1 Sep 2005 23:04:39 +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 j8209WxS085969 for ; Thu, 1 Sep 2005 19:09:32 -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 j8209VXu085968; Thu, 1 Sep 2005 19:09:32 -0500 (EST) (envelope-from wxs) Message-Id: <200509020009.j8209VXu085968@syn.csh.rit.edu> Date: Thu, 1 Sep 2005 19:09:32 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85608: [MAINTAINER UPDATE]: Remove -O3 from math/libtommath 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:18 -0000 >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: