ports/169649: [patch] graphics/gegl: do not depend on -lexecinfo, it's unused
Jan Beich
jbeich at tormail.org
Wed Jul 4 20:00:19 UTC 2012
>Number: 169649
>Category: ports
>Synopsis: [patch] graphics/gegl: do not depend on -lexecinfo, it's unused
>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: Wed Jul 04 20:00:18 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Jan Beich
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
backtrace() is only called when GEGL_BUFFER_DEBUG_ALLOCATIONS is defined.
>How-To-Repeat:
>Fix:
--- no_execinfo_dep.diff begins here ---
Index: graphics/gegl/Makefile
===================================================================
RCS file: /space/cvs/marcuscom-cvs/ports/graphics/gegl/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- graphics/gegl/Makefile 1 Jun 2012 14:55:46 -0000 1.3
+++ graphics/gegl/Makefile 4 Jul 2012 19:47:48 -0000
@@ -14,8 +14,7 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= A graph based image processing framework
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= babl-0:${PORTSDIR}/x11/babl \
- execinfo:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS= babl-0:${PORTSDIR}/x11/babl
OPTIONS= CAIRO "Enable Cairo" on \
ENSCRIPT "Enable Enscript" on \
@@ -42,9 +41,10 @@ USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= ac_cv_header_execinfo_h=no
CONFIGURE_ARGS+=--without-vala
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lintl
+LDFLAGS+= -L${LOCALBASE}/lib -lintl
GEGL_MINOR= 199
GEGL_VER= 0.2
--- no_execinfo_dep.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list