summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-16 00:36:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-16 00:36:20 +0000
commitbbc402e7d9a1174f69caa164687496171600f80a (patch)
tree9b934ed2ec76eeb108ad908378fb51f731a79cf6 /x11
parentMark as broken on various tier-2 archs. (diff)
Mark as broken on various tier-2 archs.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=426203
Diffstat (limited to 'x11')
-rw-r--r--x11/keynav/Makefile1
-rw-r--r--x11/xfd/Makefile3
-rw-r--r--x11/xload/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile
index 4d2aee63f0ce..33504963ca81 100644
--- a/x11/keynav/Makefile
+++ b/x11/keynav/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= wxs@FreeBSD.org
COMMENT= Quickly select a portion of the screen using minimal keystrokes
BROKEN= Unfetchable (google code has gone away)
+BROKEN_aarch64= Fails to build: undefined reference to xdo_mouselocation
LIB_DEPENDS= libxdo.so:x11/xdotool \
libcairo.so:graphics/cairo
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile
index a2dbc827afc8..5fe8bbb5b82b 100644
--- a/x11/xfd/Makefile
+++ b/x11/xfd/Makefile
@@ -16,4 +16,7 @@ RUN_DEPENDS= fc-cache:x11-fonts/fontconfig
XORG_CAT= app
USE_XORG= xft xt xaw
+
+BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory)
+
.include <bsd.port.mk>
diff --git a/x11/xload/Makefile b/x11/xload/Makefile
index feaeae0b9d3c..661d88a608e3 100644
--- a/x11/xload/Makefile
+++ b/x11/xload/Makefile
@@ -12,4 +12,6 @@ LICENSE= MIT
XORG_CAT= app
USE_XORG= xt xaw
+BROKEN_aarch64= Fails to build: exec(xgettext) failed (No such file or directory)
+
.include <bsd.port.mk>