aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-04-21 16:43:14 +0000
committerSteve Wills <swills@FreeBSD.org>2016-04-21 16:43:14 +0000
commit86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (patch)
tree216cef2d134f1181f622a8119ac12546632249a7 /net-p2p
parent34788c02dc1c2d225a65f1624b22dd7ca4896e92 (diff)
downloadports-86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9.tar.gz
ports-86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/litecoin-daemon/Makefile2
-rw-r--r--net-p2p/litecoin-utils/Makefile2
-rw-r--r--net-p2p/qbittorrent-nox11/Makefile2
-rw-r--r--net-p2p/twister/Makefile2
-rw-r--r--net-p2p/zetacoin-nox11/Makefile1
5 files changed, 9 insertions, 0 deletions
diff --git a/net-p2p/litecoin-daemon/Makefile b/net-p2p/litecoin-daemon/Makefile
index 672e31932de3..fcee498d3f5d 100644
--- a/net-p2p/litecoin-daemon/Makefile
+++ b/net-p2p/litecoin-daemon/Makefile
@@ -5,6 +5,8 @@ PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
+BROKEN_powerpc64= Does not build
+
SLAVE_PORT= yes
USES+= cpe
diff --git a/net-p2p/litecoin-utils/Makefile b/net-p2p/litecoin-utils/Makefile
index f0a8210e4035..adc9df12ed20 100644
--- a/net-p2p/litecoin-utils/Makefile
+++ b/net-p2p/litecoin-utils/Makefile
@@ -5,6 +5,8 @@ PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
+BROKEN_powerpc64= Does not build
+
SLAVE_PORT= yes
OPTIONS_DEFINE= DEBUG HARDENING TESTS
diff --git a/net-p2p/qbittorrent-nox11/Makefile b/net-p2p/qbittorrent-nox11/Makefile
index 643404a2355d..6afcd71311ce 100644
--- a/net-p2p/qbittorrent-nox11/Makefile
+++ b/net-p2p/qbittorrent-nox11/Makefile
@@ -5,6 +5,8 @@ PKGNAMESUFFIX= -nox11
COMMENT= Bittorrent client using libtorrent-rasterbar, web UI version
+BROKEN_powerpc64= Does not build
+
MASTERDIR= ${.CURDIR}/../qbittorrent
DESCR= ${.CURDIR}/../qbittorrent/pkg-descr
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile
index a045585e9c32..25f1d8ea3d72 100644
--- a/net-p2p/twister/Makefile
+++ b/net-p2p/twister/Makefile
@@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE MIT
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= Does not build
+
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libleveldb.so:databases/leveldb \
libicui18n.so:devel/icu
diff --git a/net-p2p/zetacoin-nox11/Makefile b/net-p2p/zetacoin-nox11/Makefile
index 816514893db1..5d39340a95c4 100644
--- a/net-p2p/zetacoin-nox11/Makefile
+++ b/net-p2p/zetacoin-nox11/Makefile
@@ -9,5 +9,6 @@ OPTIONS_EXCLUDE= X11 QRCODES
SLAVE_PORT= yes
BROKEN_armv6= AtomicPointer not implemented
+BROKEN_powerpc64= Does not build
.include "${MASTERDIR}/Makefile"