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 | |
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')
-rw-r--r-- | net/belle-sip/Makefile | 2 | ||||
-rw-r--r-- | net/cjdns/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index 897402187de3..785be9f4a71e 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -16,6 +16,8 @@ COMMENT= Belle-sip is a SIP (RFC3261) implementation written in C LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to build: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space + LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ libbctoolbox.so:net/bctoolbox 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 |