aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-server
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 16:04:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 16:04:19 +0000
commit82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch)
treec5e899899564f09bbd94410678db0ab936c225e5 /japanese/mozc-server
parent18c5de50d19ed9cea6ba04528785811d0ef7b3c1 (diff)
downloadports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.tar.gz
ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441468
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r--japanese/mozc-server/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index db30a1faaf0c..3405d6ecf212 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -20,6 +20,10 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \
libzinnia.so:japanese/zinnia
RUN_DEPENDS= xdg-open:devel/xdg-utils
+BROKEN_powerpc= fails to compile: segfault
+BROKEN_powerpc64= fails to install: gyp: Call to 'which clang' returned exit status 1 while in client/client.gyp
+BROKEN_sparc64= fails to compile: segfault
+
USE_GITHUB= yes
GH_TUPLE= hrs-allbsd:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION} \
hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic
@@ -68,10 +72,6 @@ _CCTYPE= gcc
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile: segfault
-.endif
-
GYP_DEFINES= use_libprotobuf=1 \
channel_dev=0 \
enable_unittest=0 \