From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 4 20:00:19 2012 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 56DAA106566B for ; Wed, 4 Jul 2012 20:00:19 +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 019068FC0C for ; Wed, 4 Jul 2012 20:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q64K0Iu9005204 for ; Wed, 4 Jul 2012 20:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q64K0Ij1005203; Wed, 4 Jul 2012 20:00:18 GMT (envelope-from gnats) Resent-Date: Wed, 4 Jul 2012 20:00:18 GMT Resent-Message-Id: <201207042000.q64K0Ij1005203@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, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBC4B106566B for ; Wed, 4 Jul 2012 19:58:43 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id AEA938FC08 for ; Wed, 4 Jul 2012 19:58:43 +0000 (UTC) Received: from exit-01b.noisetor.net ([173.254.216.67]:41971 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SmVhn-001fXX-Pm for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jul 2012 15:58:34 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SmVgw-000P04-EL for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jul 2012 19:56:51 +0000 Message-Id: <1SmVgw-000P04-EL@internal.tormail.org> Date: Wed, 04 Jul 2012 21:54:13 +0200 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/169649: [patch] graphics/gegl: do not depend on -lexecinfo, it's unused 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: Wed, 04 Jul 2012 20:00:19 -0000 >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: