git: cd3134273b9c - 2026Q2 - www/pydio-cells: for aarch64, amd64 only

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Fri, 26 Jun 2026 12:16:04 UTC
The branch 2026Q2 has been updated by fuz:

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

commit cd3134273b9c21156a1c4549bf50edd1c72a7483
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-06-24 11:10:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-06-26 12:12:58 +0000

    www/pydio-cells: for aarch64, amd64 only
    
    The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
    are only available on aarch64 and amd64 FreeBSD.  Other platforms are
    not supported on FreeBSD right now.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2026Q2
    
    (cherry picked from commit de7a9b1317caf8f84366b13d135818d1ac6e755d)
---
 www/pydio-cells/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile
index 676b3231b956..33a27fb1114e 100644
--- a/www/pydio-cells/Makefile
+++ b/www/pydio-cells/Makefile
@@ -12,8 +12,8 @@ WWW=		https://github.com/pydio/cells
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON=	Not supported on i386
+ONLY_FOR_ARCHS=	aarch64 amd64
+ONLY_FOR_ARCHS_REASON=	module modernc.org/sqlite only supported on aarch64 and amd64
 
 USES=		cpe go:modules gmake
 CPE_VENDOR=	pydio