aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-07-02 08:47:14 +0800
committerlinimon <linimon@FreeBSD.org>2018-07-02 08:47:14 +0800
commitff4764da3989fb9d78ff960ea39172daa22c690a (patch)
treece0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /net
parentb84ac62cf7ef55a343688d9f2c94d0a3827a429b (diff)
downloadfreebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.tar.gz
freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.tar.zst
freebsd-ports-gnome-ff4764da3989fb9d78ff960ea39172daa22c690a.zip
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r--net/haproxy/Makefile3
-rw-r--r--net/p5-Net-AMQP-RabbitMQ/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 8579864615ba..8b0f60e9f21e 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -13,6 +13,9 @@ COMMENT= Reliable, high performance TCP/HTTP load balancer
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
+BROKEN_mips= fails to build: undefined reference to '__sync_sub_and_fetch_4'
+BROKEN_mips64= fails to build: undefined reference to '__sync_sub_and_fetch_4'
+
CONFLICTS_INSTALL= haproxy-devel-[0-9]*
USES= cpe gmake
diff --git a/net/p5-Net-AMQP-RabbitMQ/Makefile b/net/p5-Net-AMQP-RabbitMQ/Makefile
index 7717e8e91275..4cb62bfa7a48 100644
--- a/net/p5-Net-AMQP-RabbitMQ/Makefile
+++ b/net/p5-Net-AMQP-RabbitMQ/Makefile
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Interact with RabbitMQ over AMQP using librabbitmq
+NOT_FOR_ARCHS= mips mips64
+NOT_FOR_ARCHS_REASON= Endianness not known
+
BUILD_DEPENDS= p5-Math-Int64>0.34:math/p5-Math-Int64
RUN_DEPENDS:= ${BUILD_DEPENDS}