ports/146385: [patch] graphics/librsvg2: drop gconf2 dependency
Anonymous
swell.k at gmail.com
Fri May 7 22:20:02 UTC 2010
>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:
More information about the freebsd-ports-bugs
mailing list