Date: Sat, 08 May 2010 02:13:18 +0400 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146385: [patch] graphics/librsvg2: drop gconf2 dependency Message-ID: <86mxwb8io1.fsf@gmail.com> Resent-Message-ID: <201005072220.o47MK29b045125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86mxwb8io1.fsf>