From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 7 22:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD5D41065672 for ; Fri, 7 May 2010 22:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 809568FC14 for ; Fri, 7 May 2010 22:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o47MK2V7045126 for ; Fri, 7 May 2010 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o47MK29b045125; Fri, 7 May 2010 22:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 May 2010 22:20:02 GMT Resent-Message-Id: <201005072220.o47MK29b045125@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, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E8EB106566C for ; Fri, 7 May 2010 22:13:29 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3038FC08 for ; Fri, 7 May 2010 22:13:28 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so45419fge.13 for ; Fri, 07 May 2010 15:13:21 -0700 (PDT) Received: by 10.86.239.33 with SMTP id m33mr4767899fgh.31.1273270401428; Fri, 07 May 2010 15:13:21 -0700 (PDT) Received: from localhost (95-25-129-134.broadband.corbina.ru [95.25.129.134]) by mx.google.com with ESMTPS id 28sm5116736fkx.6.2010.05.07.15.13.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 May 2010 15:13:20 -0700 (PDT) Message-Id: <86mxwb8io1.fsf@gmail.com> Date: Sat, 08 May 2010 02:13:18 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/146385: [patch] graphics/librsvg2: drop gconf2 dependency 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: Fri, 07 May 2010 22:20:02 -0000 >Number: 146385 >Category: ports >Synopsis: [patch] graphics/librsvg2: drop gconf2 dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 07 22:20:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: using svg for www/w3m via gdk-pixbuf no gconf/dbus/hal >Description: devel/gconf2 is not used by the library (based on grep(1) search) >How-To-Repeat: >Fix: The patch is more like a hack. USE_GNOME=librsvg2 will bring gconf2 back. --- a.diff begins here --- Index: graphics/librsvg2/Makefile =================================================================== RCS file: /a/.cvsup/ports/graphics/librsvg2/Makefile,v retrieving revision 1.82 diff -u -p -r1.82 Makefile --- graphics/librsvg2/Makefile 28 Mar 2010 06:37:03 -0000 1.82 +++ graphics/librsvg2/Makefile 7 May 2010 21:54:36 -0000 @@ -20,6 +20,7 @@ COMMENT= Library for parsing and renderi BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ + gsf-1.114:${PORTSDIR}/devel/libgsf \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 @@ -27,7 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack +USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-svgz \ --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: