Date: Fri, 26 Jun 2026 12:09:42 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de7a9b1317ca - main - www/pydio-cells: for aarch64, amd64 only Message-ID: <6a3e6c06.3e6e9.570653b1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=de7a9b1317caf8f84366b13d135818d1ac6e755d commit de7a9b1317caf8f84366b13d135818d1ac6e755d 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:07:56 +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 --- 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 a791849264d5..802d05dc742b 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= pydiohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3e6c06.3e6e9.570653b1>
