aboutsummaryrefslogtreecommitdiff
path: root/net/librdkafka
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 23:36:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 23:36:16 +0000
commit0a534ed4c7e30c0709191425109085da9c2f3fba (patch)
tree540af31d37b3ae3d9b4538c2f751ce752be43754 /net/librdkafka
parent7e4f41c6908ce98d98c9a87bb0998ff78c715166 (diff)
downloadports-0a534ed4c7e30c0709191425109085da9c2f3fba.tar.gz
ports-0a534ed4c7e30c0709191425109085da9c2f3fba.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=440859
Diffstat (limited to 'net/librdkafka')
-rw-r--r--net/librdkafka/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/librdkafka/Makefile b/net/librdkafka/Makefile
index 90772f052d4e..b2f34938f980 100644
--- a/net/librdkafka/Makefile
+++ b/net/librdkafka/Makefile
@@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= liblz4.so:archivers/liblz4
-BROKEN_mips= Fails to build: undefined reference to __sync_add_and_fetch_4
-BROKEN_mips64= Fails to build: undefined reference to __sync_add_and_fetch_4
-BROKEN_sparc64= Fails to build: internal compiler error
+BROKEN_mips= fails to build: undefined reference to __sync_add_and_fetch_4
+BROKEN_mips64= fails to build: undefined reference to __sync_add_and_fetch_4
+BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld)
+BROKEN_sparc64= fails to build: internal compiler error
USE_GITHUB= yes
GH_ACCOUNT= edenhill