Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2022 05:41:56 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bc80eb913359 - main - security/headscale: mark ARM support as broken
Message-ID:  <202206300541.25U5fu2Z061368@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206300541.25U5fu2Z061368>