aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
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-p2p
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-p2p')
-rw-r--r--net-p2p/libswift/Makefile4
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/libswift/Makefile b/net-p2p/libswift/Makefile
index b7dfe7f805e4..edc15c8842ca 100644
--- a/net-p2p/libswift/Makefile
+++ b/net-p2p/libswift/Makefile
@@ -7,12 +7,14 @@ PORTREVISION= 2
CATEGORIES= net-p2p
MAINTAINER= dch@skunkwerks.at
-COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation
+COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation
LICENSE= LGPL21
LIB_DEPENDS= libevent.so:devel/libevent
+BROKEN_powerpc64= fails to build: gmake: clang++: Command not found
+
USE_GITHUB= yes
GH_TAGNAME= dda307f
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 0cfb8e118ecd..3ef7fb79ae88 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -16,6 +16,8 @@ LIB_DEPENDS+= libboost_chrono.so:devel/boost-libs \
libboost_random.so:devel/boost-libs \
libboost_system.so:devel/boost-libs
+BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string
+
USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl
USE_CXXSTD= c++11
GNU_CONFIGURE= yes