aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchman
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 /sysutils/watchman
parent58c64d8bbb6675f107ee162754b03fc686bb65d0 (diff)
downloadports-f1c5b78c485b8330d92249bb1b72e002c1b429a0.tar.gz
ports-f1c5b78c485b8330d92249bb1b72e002c1b429a0.zip
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=473692
Diffstat (limited to 'sysutils/watchman')
-rw-r--r--sysutils/watchman/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile
index a47dc0f112cf..0c1c76522b8e 100644
--- a/sysutils/watchman/Makefile
+++ b/sysutils/watchman/Makefile
@@ -11,6 +11,9 @@ COMMENT= File alteration monitoring service
LICENSE= APACHE20
+BROKEN_mips= fails to build: watchman.h:169: undefined reference to '__sync_add_and_fetch_8'
+BROKEN_mips64= fails to build: watchman.h:169: undefined reference to '__sync_add_and_fetch_8'
+
USE_GITHUB= yes
GH_ACCOUNT= facebook