aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-14 07:36:16 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-14 07:36:16 +0800
commita0cc61aab01ba989f51fa20fe9fc16d7354b2169 (patch)
tree540af31d37b3ae3d9b4538c2f751ce752be43754 /net-p2p
parent0dad469ebecc7feb15d8acf58c45e5fc4c62829b (diff)
downloadfreebsd-ports-gnome-a0cc61aab01ba989f51fa20fe9fc16d7354b2169.tar.gz
freebsd-ports-gnome-a0cc61aab01ba989f51fa20fe9fc16d7354b2169.tar.zst
freebsd-ports-gnome-a0cc61aab01ba989f51fa20fe9fc16d7354b2169.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)
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