aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mbgtools
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-16 08:35:29 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-16 08:35:29 +0800
commitfc96d103f75456568f63819df288941f757eed90 (patch)
tree3aa7ef950d7e1100be1e197212350fafc67f69b1 /sysutils/mbgtools
parent6cb8f21dd49f7c144b72549ca145499738b53733 (diff)
downloadfreebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.tar.gz
freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.tar.zst
freebsd-ports-gnome-fc96d103f75456568f63819df288941f757eed90.zip
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/mbgtools')
-rw-r--r--sysutils/mbgtools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mbgtools/Makefile b/sysutils/mbgtools/Makefile
index 2076062ecf6b..f27c24b8ba99 100644
--- a/sysutils/mbgtools/Makefile
+++ b/sysutils/mbgtools/Makefile
@@ -11,13 +11,13 @@ COMMENT= Drivers and tools for Meinberg PTP/GPS cards
LICENSE= BSD
-BROKEN_powerpc64= Does not build
-
USE_RC_SUBR= mbgsvcd
USES= kmod uidfix
-BROKEN_arm= cannot compile: unused variables
-BROKEN_sparc64= cannot compile: error in structure definitions
+BROKEN_aarch64= cannot compile: unused variables
+BROKEN_mips64= cannot compile: unused variables
+BROKEN_powerpc64= Does not build
+BROKEN_sparc64= cannot compile: error in structure definitions
.include <bsd.port.mk>