ports/139225: [MAINTAINER] print/fontforge: Patch configure to produce CFLAGS without optimizations properly
Naram Qashat
cyberbotx at cyberbotx.com
Mon Sep 28 22:40:01 UTC 2009
>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:
More information about the freebsd-ports-bugs
mailing list