From 3192a8588d3f71f9256cb3a4c6c6bb70bb87a020 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 10 Jun 2007 18:49:50 +0000 Subject: Temporarily disable the broken libgda support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9017 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox-devel/Makefile | 14 +++++++------- audio/rhythmbox/Makefile | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'audio') 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 # # $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 @@ -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 # # $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 @@ -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 -- cgit v1.2.3