git: 26d65d120c43 - main - security/govpn: Mark broken on aarch64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 19:37:05 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26d65d120c43473c801086ffcdb9e87f70cc07ca
commit 26d65d120c43473c801086ffcdb9e87f70cc07ca
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-11-13 19:35:51 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-11-13 19:36:59 +0000
security/govpn: Mark broken on aarch64.
---
security/govpn/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/govpn/Makefile b/security/govpn/Makefile
index 0604199d5e4d..a6fcaec8e1d6 100644
--- a/security/govpn/Makefile
+++ b/security/govpn/Makefile
@@ -12,6 +12,8 @@ COMMENT= Simple secure, DPI-resistant VPN daemon
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= fails to build: golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
+
USES= go:no_targets tar:xz
MAKEFILE= BSDmakefile
MAKE_ENV= ${GO_ENV}