git: bc80eb913359 - main - security/headscale: mark ARM support as broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 05:41:56 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc80eb91335940751fa91a7f616a5d5f3b462e9f commit bc80eb91335940751fa91a7f616a5d5f3b462e9f Author: Michael Muenz <m.muenz@gmail.com> AuthorDate: 2022-06-29 05:45:15 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-06-30 05:39:17 +0000 security/headscale: mark ARM support as broken headscale fails to compile on ARM because golang dependency monderc.org/libc doesn't offer ARM support. PR: 263725 Reported by: m.muenz@gmail.com (maintainer) --- security/headscale/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security/headscale/Makefile b/security/headscale/Makefile index da11a91d5303..19ac7c73672c 100644 --- a/security/headscale/Makefile +++ b/security/headscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= headscale PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= m.muenz@gmail.com @@ -10,6 +10,10 @@ COMMENT= Mesh VPN that makes it easy to connect your devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: modernc.org/libc +BROKEN_armv6= fails to compile: modernc.org/libc +BROKEN_armv7= fails to compile: modernc.org/libc + RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= go:modules