git: 796e29309e8f - main - archivers/plakar: only for aarch64, amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 08:49:19 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=796e29309e8ff2be52de3b83b107230dd95ffbbd
commit 796e29309e8ff2be52de3b83b107230dd95ffbbd
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-07-06 11:51:53 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-07-08 08:49:10 +0000
archivers/plakar: only for aarch64, amd64
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)
---
archivers/plakar/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/archivers/plakar/Makefile b/archivers/plakar/Makefile
index aba68c083562..ae1b54b1ee59 100644
--- a/archivers/plakar/Makefile
+++ b/archivers/plakar/Makefile
@@ -10,6 +10,9 @@ WWW= https://docs.plakar.io/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= aarch64 amd64
+ONLY_FOR_ARCHS_REASON= module modernc.org/sqlite only supported on aarch64 and amd64
+
USES= go:1.25+,modules
GO_MODULE= github.com/PlakarKorp/plakar
GO_TARGET= .