From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 28 22:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE5D410656A9 for ; Mon, 28 Sep 2009 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 84EFA8FC24 for ; Mon, 28 Sep 2009 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8SMe1gR077951 for ; Mon, 28 Sep 2009 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8SMe1qx077950; Mon, 28 Sep 2009 22:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 28 Sep 2009 22:40:01 GMT Resent-Message-Id: <200909282240.n8SMe1qx077950@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, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF2D4106568B for ; Mon, 28 Sep 2009 22:30:26 +0000 (UTC) (envelope-from cyberbotx@kirby.cyberbotx.com) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id 69D0D8FC12 for ; Mon, 28 Sep 2009 22:30:26 +0000 (UTC) Received: from OMTA24.emeryville.ca.mail.comcast.net ([76.96.30.92]) by QMTA07.emeryville.ca.mail.comcast.net with comcast id mLFQ1c0031zF43QA7NWSli; Mon, 28 Sep 2009 22:30:26 +0000 Received: from kirby.cyberbotx.com ([68.41.9.25]) by OMTA24.emeryville.ca.mail.comcast.net with comcast id mNb01c0050YQbD88kNb0gk; Mon, 28 Sep 2009 22:35:01 +0000 Received: from kirby.cyberbotx.com (localhost [127.0.0.1]) by kirby.cyberbotx.com (Postfix) with ESMTP id D88BA1150F for ; Mon, 28 Sep 2009 18:30:23 -0400 (EDT) Received: (from root@localhost) by kirby.cyberbotx.com (8.14.2/8.14.2/Submit) id n8SMUNSk081784; Mon, 28 Sep 2009 18:30:23 -0400 (EDT) (envelope-from cyberbotx) Message-Id: <200909282230.n8SMUNSk081784@kirby.cyberbotx.com> Date: Mon, 28 Sep 2009 18:30:23 -0400 (EDT) From: Naram Qashat To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139225: [MAINTAINER] print/fontforge: Patch configure to produce CFLAGS without optimizations properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2009 22:40:01 -0000 >Number: 139225 >Category: ports >Synopsis: [MAINTAINER] print/fontforge: Patch configure to produce CFLAGS without optimizations properly >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: Mon Sep 28 22:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: Suggested by Andriy Gapon, patch to configure to produce CFLAGS without optimizations. Added file(s): - files/patch-configure Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- fontforge-20090923_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile --- /usr/ports/print/fontforge/Makefile 2009-09-26 10:21:47.000000000 -0400 +++ /kirby/shared/ports/fontforge/Makefile 2009-09-28 18:29:06.000000000 -0400 @@ -7,6 +7,7 @@ PORTNAME= fontforge PORTVERSION= 20090923 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source DISTFILES= ${EXTRACT_ONLY} diff -ruN --exclude=CVS /usr/ports/print/fontforge/files/patch-configure /kirby/shared/ports/fontforge/files/patch-configure --- /usr/ports/print/fontforge/files/patch-configure 1969-12-31 19:00:00.000000000 -0500 +++ /kirby/shared/ports/fontforge/files/patch-configure 2009-09-28 18:28:33.000000000 -0400 @@ -0,0 +1,11 @@ +--- configure.orig 2009-09-23 19:55:22.000000000 -0400 ++++ configure 2009-09-28 18:28:15.000000000 -0400 +@@ -22843,7 +22843,7 @@ + LDFLAGS="$LDFLAGS $gww_archlist" + fi + +-CFLAGS_NOOPT=`echo $CFLAGS | sed -e s/-O2// | sed -e s/-O//` ++CFLAGS_NOOPT=`echo $CFLAGS | sed -e s/-O[0-9]*//g` + + cp $ac_confdir/Makefile.dynamic.in $ac_confdir/Makefile.in + cp $ac_confdir/Unicode/Makefile.dynamic.in $ac_confdir/Unicode/Makefile.in --- fontforge-20090923_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: