git: d643e5cfe27c - main - databases/libgda5: Remove NOOP slave ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jun 2025 21:57:24 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d643e5cfe27c69f132353d06e793195d14df8502
commit d643e5cfe27c69f132353d06e793195d14df8502
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-06-01 20:46:56 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-06-02 21:56:25 +0000
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)
---
databases/libgda5/Makefile | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 71c2150e3b6e..d824f80236b9 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -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