aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-02 00:47:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-02 00:47:14 +0000
commitf1c5b78c485b8330d92249bb1b72e002c1b429a0 (patch)
treece0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /net
parent58c64d8bbb6675f107ee162754b03fc686bb65d0 (diff)
Notes
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}