aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2025-11-01 13:51:09 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2025-11-01 16:40:44 +0000
commitf83bc802f38e75091150ab24b3ad36de500e7735 (patch)
treec1049c96f070d15b4c92ae5c28c3cbd91365a685
parent60b6fb53d87a95792e47e0971efd5184aeecc99b (diff)
databases/erlfdb: Remove port
Depends on removed port databases/foundationdb71-client
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/erlfdb/Makefile23
-rw-r--r--databases/erlfdb/distinfo3
-rw-r--r--databases/erlfdb/files/patch-rebar.config23
-rw-r--r--databases/erlfdb/pkg-descr3
-rw-r--r--databases/erlfdb/pkg-plist23
7 files changed, 1 insertions, 76 deletions
diff --git a/MOVED b/MOVED
index e4941f09cb99..6eff7eacfbff 100644
--- a/MOVED
+++ b/MOVED
@@ -4854,3 +4854,4 @@ databases/foundationdb71-client||2025-11-01|Remove broken port
databases/foundationdb71-server||2025-11-01|Remove broken port
databases/foundationdb73-client||2025-11-01|Remove broken port
databases/foundationdb73-server||2025-11-01|Remove broken port
+databases/erlfdb||2025-11-01|Depends on removed port databases/foundationdb71-client
diff --git a/databases/Makefile b/databases/Makefile
index eb30d5547c77..cd530c34d57a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -57,7 +57,6 @@
SUBDIR += duckdb
SUBDIR += ejdb
SUBDIR += emacsql
- SUBDIR += erlfdb
SUBDIR += evolution-data-server
SUBDIR += fastdb
SUBDIR += firebird30-client
diff --git a/databases/erlfdb/Makefile b/databases/erlfdb/Makefile
deleted file mode 100644
index 2f373a8cbc5a..000000000000
--- a/databases/erlfdb/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= erlfdb
-PORTVERSION= 1.3.6
-DISTVERSIONPREFIX= v
-CATEGORIES= databases
-
-MAINTAINER= dch@FreeBSD.org
-COMMENT= FoundationDB client in Erlang via FDB C bindings
-WWW= https://github.com/apache/couchdb-erlfdb
-
-LICENSE= APACHE20
-
-LIB_DEPENDS= libfdb_c.so:databases/foundationdb71-client
-
-USES= erlang:rebar3,enc
-USE_GITHUB= yes
-GH_ACCOUNT= apache
-GH_PROJECT= couchdb-${PORTNAME}
-
-post-install:
- @${FIND} ${STAGEDIR} -type f -name *.so \
- -exec ${STRIP_CMD} {} +
-
-.include <bsd.port.mk>
diff --git a/databases/erlfdb/distinfo b/databases/erlfdb/distinfo
deleted file mode 100644
index d9f9637006c3..000000000000
--- a/databases/erlfdb/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1699721252
-SHA256 (apache-couchdb-erlfdb-v1.3.6_GH0.tar.gz) = 1b3ee4c52c970a6429d8a78070caabcad89ce69beb8e24d967966e5e25d7e100
-SIZE (apache-couchdb-erlfdb-v1.3.6_GH0.tar.gz) = 53238
diff --git a/databases/erlfdb/files/patch-rebar.config b/databases/erlfdb/files/patch-rebar.config
deleted file mode 100644
index 7360225fb8b4..000000000000
--- a/databases/erlfdb/files/patch-rebar.config
+++ /dev/null
@@ -1,23 +0,0 @@
---- rebar.config.orig 2022-01-25 23:33:52 UTC
-+++ rebar.config
-@@ -1,18 +1,5 @@
--{plugins, [
-- coveralls,
-- pc
--]}.
--
--{project_plugins, [
-- erlfmt
--]}.
--
--{provider_hooks, [
-- {pre, [
-- {compile, {pc, compile}},
-- {clean, {pc, clean}}
-- ]}
--]}.
-+{pre_hooks, [{"", compile, "enc compile"}]}.
-+{post_hooks, [{"", clean, "enc clean"}]}.
-
- {port_specs, [
- {"priv/erlfdb_nif.so", ["c_src/*.c"]}
diff --git a/databases/erlfdb/pkg-descr b/databases/erlfdb/pkg-descr
deleted file mode 100644
index 9ca8987304ef..000000000000
--- a/databases/erlfdb/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-FoundationDB native Erlang bindings, a NIF wrapper for the FoundationDB
-C API, this project also provides a conforming implementation of the
-Tuple and Directory layers.
diff --git a/databases/erlfdb/pkg-plist b/databases/erlfdb/pkg-plist
deleted file mode 100644
index 913c737f66c4..000000000000
--- a/databases/erlfdb/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb.app
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_directory.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_float.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_hca.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_key.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_nif.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_subspace.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_tuple.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/ebin/erlfdb_util.beam
-lib/erlang/lib/erlfdb-%%VERSION%%/include/erlfdb.hrl
-lib/erlang/lib/erlfdb-%%VERSION%%/priv/erlfdb_nif.so
-lib/erlang/lib/erlfdb-%%VERSION%%/priv/monitor.py
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb.app.src
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_directory.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_float.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_hca.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_key.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_nif.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_subspace.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_tuple.erl
-lib/erlang/lib/erlfdb-%%VERSION%%/src/erlfdb_util.erl