ports/140984: Fix running of audio/exaile when SVG support is absent
Joseph S. Atkinson
jsa at wickedmachine.net
Sun Nov 29 00:30:02 UTC 2009
>Number: 140984
>Category: ports
>Synopsis: Fix running of audio/exaile when SVG support is absent
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 29 00:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Joseph S. Atkinson
>Release:
>Organization:
>Environment:
>Description:
Exaile will build fine, but on invocation, if librsvg2 is not installed, will crash. This was supposed to be an optional depend, but didn't quite work out that way.
This adds librsvg2.so.2 as a LIB_DEPEND. Bumps PORTREVISION so the package will be updated.
Reported by lx@
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ru /usr/ports/audio/exaile/Makefile exaile/Makefile
--- /usr/ports/audio/exaile/Makefile 2009-11-28 18:43:35.000000000 -0500
+++ exaile/Makefile 2009-11-28 19:15:41.000000000 -0500
@@ -7,6 +7,7 @@
PORTNAME= exaile
DISTVERSION= 0.3.0.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://launchpadlibrarian.net/35452349/ \
http://wickedmachine.net/mirror/
@@ -14,6 +15,7 @@
MAINTAINER= jsa at wickedmachine.net
COMMENT= A full featured python-based music player for GTK+
+LIB_DEPENDS= rsvg-2.2:${PORTSDIR}/graphics/librsvg2
RUN_DEPENDS= py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
USE_GNOME= pygtk2
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list