From cyberbotx@kirby.cyberbotx.com  Mon Sep 28 22:30:26 2009
Return-Path: <cyberbotx@kirby.cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DF2D4106568B
	for <freebsd-gnats-submit@freebsd.org>; 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 <freebsd-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] print/fontforge: Patch configure to produce CFLAGS without optimizations properly
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         139225
>Category:       ports
>Synopsis:       [MAINTAINER] print/fontforge: Patch configure to produce CFLAGS without optimizations properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 28 22:40:01 UTC 2009
>Closed-Date:    Thu Oct 01 13:24:13 UTC 2009
>Last-Modified:  Thu Oct  1 13:30:03 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Tue Sep 29 17:21:16 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139225 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Thu Oct 1 13:24:13 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139225 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139225: commit references a PR
Date: Thu,  1 Oct 2009 13:24:21 +0000 (UTC)

 amdmi3      2009-10-01 13:24:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     print/fontforge      Makefile 
   Added files:
     print/fontforge/files patch-configure 
   Log:
   - Properly produce CFLAGS without optimizations
   
   PR:             139225
   Suggested by:   Andriy Gapon
   Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
   
   Revision  Changes    Path
   1.113     +1 -0      ports/print/fontforge/Makefile
   1.3       +11 -0     ports/print/fontforge/files/patch-configure (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
