diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-11 02:49:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-11 02:49:50 +0800 |
commit | 3192a8588d3f71f9256cb3a4c6c6bb70bb87a020 (patch) | |
tree | bc0a7e777829a88e920dfc983b7014d45c84b261 /audio | |
parent | bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41 (diff) | |
download | marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.tar marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.tar.gz marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.tar.bz2 marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.tar.lz marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.tar.xz marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.tar.zst marcuscom-ports-3192a8588d3f71f9256cb3a4c6c6bb70bb87a020.zip |
Temporarily disable the broken libgda support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9017 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 14 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 4a0374dee..654419f47 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.77 2007/05/30 03:21:42 mezz Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.78 2007/06/07 14:05:45 ahze Exp $ # PORTNAME= rhythmbox @@ -48,8 +48,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ FAAD "Enable FAAD decoder support" off \ NOTIFY "Enable libnotify support" on \ VORBIS "Enable Ogg/Vorbis support" on \ - GDA "Enable GDA database storage" off \ LIRC "Enable Infrared syncing support" off +# GDA "Enable GDA database storage" off .include <bsd.port.pre.mk> @@ -63,12 +63,12 @@ CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest USE_GSTREAMER+= faad .endif -.if defined(WITH_GDA) -USE_GNOME+= libgda2 -CONFIGURE_ARGS+=--with-database=libgda -.else +#.if defined(WITH_GDA) +#USE_GNOME+= libgda2 +#CONFIGURE_ARGS+=--with-database=libgda +#.else CONFIGURE_ARGS+=--with-database=tree -.endif +#.endif .if defined(WITH_LIRC) LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 4a0374dee..654419f47 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.77 2007/05/30 03:21:42 mezz Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.78 2007/06/07 14:05:45 ahze Exp $ # PORTNAME= rhythmbox @@ -48,8 +48,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ FAAD "Enable FAAD decoder support" off \ NOTIFY "Enable libnotify support" on \ VORBIS "Enable Ogg/Vorbis support" on \ - GDA "Enable GDA database storage" off \ LIRC "Enable Infrared syncing support" off +# GDA "Enable GDA database storage" off .include <bsd.port.pre.mk> @@ -63,12 +63,12 @@ CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest USE_GSTREAMER+= faad .endif -.if defined(WITH_GDA) -USE_GNOME+= libgda2 -CONFIGURE_ARGS+=--with-database=libgda -.else +#.if defined(WITH_GDA) +#USE_GNOME+= libgda2 +#CONFIGURE_ARGS+=--with-database=libgda +#.else CONFIGURE_ARGS+=--with-database=tree -.endif +#.endif .if defined(WITH_LIRC) LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc |