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:
Muhammad Moinur Rahman
2025-06-02 23:56:25 +02:00
parent b701365974
commit d643e5cfe2
+3 -16
View File
@@ -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