From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 30 06:00:01 2012 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6029D8A8 for ; Sun, 30 Dec 2012 06:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2D39D8FC0C for ; Sun, 30 Dec 2012 06:00:01 +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 qBU601CQ067648 for ; Sun, 30 Dec 2012 06:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBU601hr067644; Sun, 30 Dec 2012 06:00:01 GMT (envelope-from gnats) Date: Sun, 30 Dec 2012 06:00:01 GMT Message-Id: <201212300600.qBU601hr067644@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/169649: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 06:00:01 -0000 The following reply was made to PR ports/169649; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169649: commit references a PR Date: Sun, 30 Dec 2012 05:58:26 +0000 (UTC) Author: mezz Date: Sun Dec 30 05:58:16 2012 New Revision: 309651 URL: http://svnweb.freebsd.org/changeset/ports/309651 Log: - backtrace() is only called when GEGL_BUFFER_DEBUG_ALLOCATIONS is defined, so disable libexecinfo. - Update the header. PR: ports/169649 Submitted by: Jan Beich Modified: head/graphics/gegl/Makefile (contents, props changed) Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Sun Dec 30 05:32:18 2012 (r309650) +++ head/graphics/gegl/Makefile Sun Dec 30 05:58:16 2012 (r309651) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: gegl -# Date created: 3 October 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= gegl PORTVERSION= 0.1.8 @@ -15,8 +11,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.1:${PORTSDIR}/x11/babl \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl OPTIONS= CAIRO "Enable Cairo" on \ ENSCRIPT "Enable Enscript" on \ @@ -45,9 +40,10 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 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= 107 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"