diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-08 09:46:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-08 09:46:00 +0800 |
commit | 28c86ac1bf4e15348daf1198bc6371993ff1d7a4 (patch) | |
tree | 815de9cffc1abfb43c0843b0398f4e0dcb0a1f89 /net | |
parent | 96199e4151d915715f9f25028c95b810c0a2a907 (diff) | |
download | freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.tar.gz freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.tar.zst freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.zip |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/hsflowd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/hsflowd/Makefile b/net/hsflowd/Makefile index c0df6a458892..251c993308c3 100644 --- a/net/hsflowd/Makefile +++ b/net/hsflowd/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= ZI MAINTAINER= zi@FreeBSD.org COMMENT= Agent that exports metrics using the sFlow protocol -BROKEN_armv6= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) BROKEN_mips= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) BROKEN_mips64= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) |