From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 29 23:00:37 2004 Return-Path: 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 2D85716A4CE for ; Thu, 29 Apr 2004 23:00:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16C543D53 for ; Thu, 29 Apr 2004 23:00:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3U60aJm040843 for ; Thu, 29 Apr 2004 23:00:36 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3U60agn040842; Thu, 29 Apr 2004 23:00:36 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 29 Apr 2004 23:00:36 -0700 (PDT) Resent-Message-Id: <200404300600.i3U60agn040842@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, michael johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E50316A4CF for ; Thu, 29 Apr 2004 22:55:01 -0700 (PDT) Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265F943D1D for ; Thu, 29 Apr 2004 22:55:01 -0700 (PDT) (envelope-from root@ahze.net) Received: by ahze.ahze.net (Postfix, from userid 0) id 224236588; Fri, 30 Apr 2004 01:55:53 -0400 (EDT) Message-Id: <20040430055553.224236588@ahze.ahze.net> Date: Fri, 30 Apr 2004 01:55:53 -0400 (EDT) From: michael johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66102: [PATCH] devel/pth: [Optimized CFLAGS] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 06:00:37 -0000 >Number: 66102 >Category: ports >Synopsis: [PATCH] devel/pth: [Optimized CFLAGS] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 23:00:36 PDT 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #43: Thu Apr 22 05:38:22 EDT 2004 >Description: - Use optimized CFLAGS when WITH_OPTIMIZED_CFLAGS is defined from make test with WITH_OPTIMIZED_CFLAGS defined. OK - ALL TESTS SUCCESSFULLY PASSED. Please send the following summary line via Email to the author Ralf S. Engelschall for inclusion into the list of successfully tested platforms (see PORTING file): Pth: OK: i386-portbld-freebsd5.2 | mcsc/sc/mc | down | 2.0.0 OK - ALL TESTS SUCCESSFULLY PASSED. Please send the following summary line via Email to the author Ralf S. Engelschall for inclusion into the list of successfully tested platforms (see PORTING file): Pth: OK: i386-portbld-freebsd4.10 | sjlj/ssjlj/sas | down | 2.0.0 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- pth-2.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pth/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- Makefile 10 Apr 2004 17:26:33 -0000 1.64 +++ Makefile 30 Apr 2004 05:49:18 -0000 @@ -30,9 +30,12 @@ MAN3= pth.3 pthread.3 post-patch: +.if !defined(WITH_OPTIMIZED_CFLAGS) || defined(WITHOUT_OPTIMIZED_CFLAGS) ${REINPLACE_CMD} -e \ "s,-funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math,${CFLAGS}," \ ${WRKSRC}/configure +.endif + post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." --- pth-2.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: