diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-22 09:15:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-22 09:15:19 +0800 |
commit | c35b4e29d6d16a32622548a17d38815d59c59d9e (patch) | |
tree | 0c07443b478fb33416592bf0cae1d18b5907dd27 /net/cjdns | |
parent | 4fa4a1e28574ef2665f5294de9c34240a7329a66 (diff) | |
download | freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.tar.gz freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.tar.zst freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.zip |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/cjdns')
-rw-r--r-- | net/cjdns/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/cjdns/Makefile b/net/cjdns/Makefile index ca1f956b314b..2489bed89b5f 100644 --- a/net/cjdns/Makefile +++ b/net/cjdns/Makefile @@ -13,6 +13,9 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_10_i386= fails CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' yes +BROKEN_aarch64= fails to compile: Link time optimization not supported: the clang compiler does not support '-march=native' +BROKEN_armv6= fails to build: Killing runaway build after 21600 seconds with no output +BROKEN_armv7= fails to build: Killing runaway build after 21600 seconds with no output BUILD_DEPENDS= node:www/node \ bash:shells/bash |