mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/libgda5: Remove NOOP slave ports
Both libgda5-bdb and libgda5-mdb has been removed from the tree a long time ago but they were not properly cleaned up from the master port. Approved by: portmgr (just-fix-it)
This commit is contained in:
@@ -34,7 +34,9 @@ INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --without-oracle \
|
||||
--disable-crypto \
|
||||
--disable-default-binary \
|
||||
--enable-introspection
|
||||
--enable-introspection \
|
||||
--without-bdb \
|
||||
--without-mdb
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@@ -54,13 +56,6 @@ USE_GNOME+= cairo gtk30
|
||||
CONFIGURE_ARGS+=--without-ui
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA5_SLAVE}==bdb
|
||||
USES+= bdb:5
|
||||
CONFIGURE_ARGS+= --with-bdb=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-bdb
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA5_SLAVE}==ldap
|
||||
USES+= ldap
|
||||
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
|
||||
@@ -83,14 +78,6 @@ CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --without-postgres
|
||||
.endif
|
||||
|
||||
# MDB (MS Access)
|
||||
.if ${LIBGDA5_SLAVE}==mdb
|
||||
LIB_DEPENDS+= libmdbsql.so:databases/mdbtools
|
||||
CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mdb
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA5_SLAVE}==jdbc
|
||||
USES+= java
|
||||
JAVA_VENDOR= openjdk
|
||||
|
||||
Reference in New Issue
Block a user