Commit f83bc802 authored by Daniel Engberg's avatar Daniel Engberg
Browse files

databases/erlfdb: Remove port

Depends on removed port databases/foundationdb71-client
parent 60b6fb53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@
    SUBDIR += duckdb
    SUBDIR += ejdb
    SUBDIR += emacsql
    SUBDIR += erlfdb
    SUBDIR += evolution-data-server
    SUBDIR += fastdb
    SUBDIR += firebird30-client

databases/erlfdb/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
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>

databases/erlfdb/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1699721252
SHA256 (apache-couchdb-erlfdb-v1.3.6_GH0.tar.gz) = 1b3ee4c52c970a6429d8a78070caabcad89ce69beb8e24d967966e5e25d7e100
SIZE (apache-couchdb-erlfdb-v1.3.6_GH0.tar.gz) = 53238
+0 −23
Original line number Diff line number Diff line
--- 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"]}
Loading