ports/179275: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Jun 19 11:40:01 UTC 2013
The following reply was made to PR ports/179275; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/179275: commit references a PR
Date: Wed, 19 Jun 2013 11:32:34 +0000 (UTC)
Author: rene
Date: Wed Jun 19 11:32:27 2013
New Revision: 321239
URL: http://svnweb.freebsd.org/changeset/ports/321239
Log:
- Remove the BOO option, this depends on the expired port lang/boo
- Fix MTP option
- Pet portlint
PR: ports/179275
Submitted by: myself
Approved by: maintainer timeout (mono@, 16 days)
Modified:
head/multimedia/banshee/Makefile
head/multimedia/banshee/pkg-plist (contents, props changed)
Modified: head/multimedia/banshee/Makefile
==============================================================================
--- head/multimedia/banshee/Makefile Wed Jun 19 11:15:28 2013 (r321238)
+++ head/multimedia/banshee/Makefile Wed Jun 19 11:32:27 2013 (r321239)
@@ -22,14 +22,13 @@ LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkg
${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_XORG= xrandr xxf86vm
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 <bsd.port.options.mk>
@@ -83,16 +82,6 @@ PLIST_SUB+= OPT_DOCS="@comment "
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 @@ CONFIGURE_ARGS+=--disable-appledevice
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=""
Modified: head/multimedia/banshee/pkg-plist
==============================================================================
--- head/multimedia/banshee/pkg-plist Wed Jun 19 11:15:28 2013 (r321238)
+++ head/multimedia/banshee/pkg-plist Wed Jun 19 11:32:27 2013 (r321239)
@@ -49,8 +49,6 @@ lib/banshee/Extensions/Banshee.AmazonMp3
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
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-mono
mailing list