From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 8 19:50:01 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 A5ED71065688 for ; Wed, 8 Jul 2009 19:50:01 +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 80DA78FC15 for ; Wed, 8 Jul 2009 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n68Jo1EC029474 for ; Wed, 8 Jul 2009 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n68Jo1a3029473; Wed, 8 Jul 2009 19:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 8 Jul 2009 19:50:01 GMT Resent-Message-Id: <200907081950.n68Jo1a3029473@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 BE1101065672 for ; Wed, 8 Jul 2009 19:41:24 +0000 (UTC) (envelope-from jsa@wickedmachine.net) Received: from shaitan.wickedmachine.net (tn-67-232-95-224.dhcp.embarqhsd.net [67.232.95.224]) by mx1.freebsd.org (Postfix) with ESMTP id 609058FC18 for ; Wed, 8 Jul 2009 19:41:24 +0000 (UTC) (envelope-from jsa@wickedmachine.net) Received: from shaitan.wickedmachine.net (localhost [127.0.0.1]) by shaitan.wickedmachine.net (8.14.3/8.14.3) with ESMTP id n68JfQl6004593 for ; Wed, 8 Jul 2009 15:41:26 -0400 (EDT) (envelope-from jsa@wickedmachine.net) Message-Id: <1247082086.4428@shaitan.wickedmachine.net> Date: Wed, 8 Jul 2009 15:41:26 -0400 From: "Joseph S. Atkinson" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/136481: audio/exaile-devel - include recommended depend 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: Wed, 08 Jul 2009 19:50:03 -0000 >Number: 136481 >Category: ports >Synopsis: audio/exaile-devel - include recommended depend >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 08 19:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Joseph S. Atkinson >Release: FreeBSD 8.0-BETA1 amd64 >Organization: >Environment: System: FreeBSD 8.0-BETA1 #3 r195422: Mon Jul 6 23:16:46 EDT 2009 jsa@shaitan.wickedmachine.net:/usr/obj/usr/src/sys/SHAITAN >Description: On most systems, the default Python bsddb module is Python's module. On FreeBSD, we build one based on the bsddb in base and make Python's a seperate port. Our default works with Exaile, but causes a bit of oddness, such as file paths inexplicably relocating. This oddness may cause further unseen consequences, so instead we will rely on databases/py-bsddb to keep in sync with expected behaviors. If users decide that potentially broken behavior is good enough for them and they do not want this extra dependency, I have left the rope on the chandelier for them. >How-To-Repeat: After setting up Exaile with paths to the music directories, exaile will create the file: ~/.local/share/exail/music.db.db This file should really have only one db extension, and this artifact is tied to some differenence in behavior between the the two flavors of bsddb modules. >Fix: --- exail-devel_bsddb.diff begins here --- diff -ru exaile-devel.orig/Makefile exaile-devel/Makefile --- exaile-devel.orig/Makefile 2009-07-08 15:04:09.576086902 -0400 +++ exaile-devel/Makefile 2009-07-08 15:16:11.955643801 -0400 @@ -7,7 +7,7 @@ PORTNAME= exaile DISTVERSION= 0.2.99.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.exaile.org/files/ \ http://wickedmachine.net/~jsa/FreeBSD/distfiles/ @@ -29,7 +29,8 @@ # The reality with these options is that they all will be autodetected and used # if already installed. These just force Exaile to bring them in as well. -OPTIONS= BAD "Install bad gstreamer plugins" On\ +OPTIONS= BAD "Install bad GStreamer plugins" On \ + BDB "Install Python Berkley DB module" On \ CDDB "Lookup CD information within Exaile" On \ DBUS "Rely on Python D-Bus bindings" On \ HAL "Force depend on HAL" On \ @@ -41,6 +42,10 @@ USE_GSTREAMER+= bad .endif +.if !defined(WITHOUT_BDB) +RUN_DEPENDS+= py*-bsddb>=2.5:${PORTSDIR}/databases/py-bsddb +.endif + .if !defined(WITHOUT_CDDB) RUN_DEPENDS+= py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb .endif --- exail-devel_bsddb.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: