Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jul 2012 21:54:13 +0200
From:      Jan Beich <jbeich@tormail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169649: [patch] graphics/gegl: do not depend on -lexecinfo, it's unused
Message-ID:  <1SmVgw-000P04-EL@internal.tormail.org>
Resent-Message-ID: <201207042000.q64K0Ij1005203@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1SmVgw-000P04-EL>