From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 21:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9739294F for ; Mon, 3 Jun 2013 21:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1C61A0F for ; Mon, 3 Jun 2013 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Lo0l8046157 for ; Mon, 3 Jun 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Lo03Y046156; Mon, 3 Jun 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 21:50:00 GMT Resent-Message-Id: <201306032150.r53Lo03Y046156@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, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19A51838 for ; Mon, 3 Jun 2013 21:48:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id EF23F19F0 for ; Mon, 3 Jun 2013 21:48:23 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r53LmNfb032034 for ; Mon, 3 Jun 2013 21:48:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r53LmNhl032022; Mon, 3 Jun 2013 21:48:23 GMT (envelope-from nobody) Message-Id: <201306032148.r53LmNhl032022@oldred.freebsd.org> Date: Mon, 3 Jun 2013 21:48:23 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179275: multimedia/banshee: remove (disabled) boo support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 21:50:00 -0000 >Number: 179275 >Category: ports >Synopsis: multimedia/banshee: remove (disabled) boo support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: multimedia/banshee @ r317503, ports @ r319807 >Description: There is a disabled option for Boo support in multimedia/banshee, but lang/boo is broken and expired. Fully remove Boo support to allow lang/boo to be removed. While here pet portlint and fix the MPT option. >How-To-Repeat: `Tools/scripts/rmport lang/boo` finds this port as a dependent one. >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319807) +++ Makefile (working copy) @@ -22,14 +22,13 @@ ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins \ ${LOCALBASE}/libdata/pkgconfig/notify-sharp.pc:${PORTSDIR}/devel/notify-sharp -# For now, remove APPLEDEV and BOO since they are broken +# For now, remove APPLEDEV since it is broken OPTIONS_DEFINE= DOCS BPMDETECT GIO MTP WEBKIT YOUTUBE APPLEDEV_DESC= Apple device -BOO_DESC= Boo BPMDETECT_DESC= Force dependency on soundtouch (required for BPM detection) GIO_DESC= Use GIO for disk access -WEBKIT_DESC= Build and/or install extensions using Webkit +WEBKIT_DESC= Build and/or install extensions using Webkit YOUTUBE_DESC= Build and/or install the Youtube extension OPTIONS_DEFAULT=BPMDETECT GIO MTP WEBKIT YOUTUBE @@ -45,7 +44,7 @@ USE_SQLITE= yes INSTALLS_ICONS= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware +CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware --disable-boo .include @@ -83,16 +82,6 @@ USE_GSTREAMER+= soundtouch .endif -.if ${PORT_OPTIONS:MBOO} -CONFIGURE_ARGS+=--enable-boo -BUILD_DEPENDS+= booc:${PORTSDIR}/lang/boo -RUN_DEPENDS+= booc:${PORTSDIR}/lang/boo -PLIST_SUB+= OPT_BOO="" -.else -CONFIGURE_ARGS+=--disable-boo -PLIST_SUB+= OPT_BOO="@comment " -.endif - .if ${PORT_OPTIONS:MAPPLEDEV} CONFIGURE_ARGS+=--enable-appledevice LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libgpodsharp.pc:${PORTSDIR}/audio/libgpod @@ -103,7 +92,7 @@ PLIST_SUB+= APPLEDEV="@comment " .endif -.if ${PORTSDIR:MMTP} +.if ${PORT_OPTIONS:MMTP} CONFIGURE_ARGS+=--enable-mtp LIB_DEPENDS+= mtp:${PORTSDIR}/audio/libmtp PLIST_SUB+= OPT_MTP="" Index: pkg-plist =================================================================== --- pkg-plist (revision 319807) +++ pkg-plist (working copy) @@ -49,8 +49,6 @@ lib/banshee/Extensions/Banshee.AmazonMp3.exe.mdb lib/banshee/Extensions/Banshee.Audiobook.dll lib/banshee/Extensions/Banshee.Audiobook.dll.mdb -%%OPT_BOO%%lib/banshee/Extensions/Banshee.BooScript.dll -%%OPT_BOO%%lib/banshee/Extensions/Banshee.BooScript.dll.mdb lib/banshee/Extensions/Banshee.Bpm.dll lib/banshee/Extensions/Banshee.Bpm.dll.mdb lib/banshee/Extensions/Banshee.CoverArt.dll >Release-Note: >Audit-Trail: >Unformatted: