Temporarily disable the broken libgda support.

Reported by:	ahze
This commit is contained in:
Joe Marcus Clarke 2007-06-10 18:48:50 +00:00
parent 579aafa824
commit b46dfa470f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193183
2 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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