From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 29 00:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D59F8106568F for ; Sun, 29 Nov 2009 00:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99B5F8FC12 for ; Sun, 29 Nov 2009 00:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAT0U2uB065370 for ; Sun, 29 Nov 2009 00:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAT0U2As065364; Sun, 29 Nov 2009 00:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 29 Nov 2009 00:30:02 GMT Resent-Message-Id: <200911290030.nAT0U2As065364@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, "Joseph S. Atkinson" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B01C106566B for ; Sun, 29 Nov 2009 00:26:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ED90B8FC16 for ; Sun, 29 Nov 2009 00:26:48 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAT0QmxK092106 for ; Sun, 29 Nov 2009 00:26:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAT0QmVT092092; Sun, 29 Nov 2009 00:26:48 GMT (envelope-from nobody) Message-Id: <200911290026.nAT0QmVT092092@www.freebsd.org> Date: Sun, 29 Nov 2009 00:26:48 GMT From: "Joseph S. Atkinson" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140984: Fix running of audio/exaile when SVG support is absent 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: Sun, 29 Nov 2009 00:30:02 -0000 >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@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: