git: 3cb9e08bf0a6 - main - databases/couchdb3: drop i386 support

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Sun, 08 Jun 2025 13:07:12 UTC
The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3cb9e08bf0a6295d4d7a4c520b75fddc1075c74f

commit 3cb9e08bf0a6295d4d7a4c520b75fddc1075c74f
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-06-08 12:40:36 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-06-08 13:07:00 +0000

    databases/couchdb3: drop i386 support
---
 databases/couchdb3/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile
index bac226b27473..c600b6e53748 100644
--- a/databases/couchdb3/Makefile
+++ b/databases/couchdb3/Makefile
@@ -12,6 +12,9 @@ WWW=		https://couchdb.apache.org/
 LICENSE=	APACHE20 BSD3CLAUSE ISCL OFL11 WTFPL
 LICENSE_COMB=	multi
 
+# not supported upstream
+NOT_FOR_ARCHS=	i386
+
 BUILD_DEPENDS=	erlang-runtime${_ERLVER}>=${_ERLVER}.0:lang/erlang-runtime${_ERLVER} \
 		rebar:devel/rebar
 LIB_DEPENDS=	libicudata.so:devel/icu \