aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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}