Changeset View
Changeset View
Standalone View
Standalone View
japanese/mozc-server/Makefile
| PORTNAME= mozc | PORTNAME= mozc | ||||
| PORTVERSION= 2.23.2815.102.01 | PORTVERSION= 2.23.2815.102.01 | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| PORTREVISION?= 31 | PORTREVISION?= 31 | ||||
| CATEGORIES= japanese | CATEGORIES= japanese | ||||
| MAINTAINER= hrs@FreeBSD.org | MAINTAINER= hrs@FreeBSD.org | ||||
| COMMENT?= Mozc Japanese Input Method, Server | COMMENT?= Mozc Japanese Input Method, Server | ||||
| WWW= https://github.com/google/mozc | WWW= https://github.com/google/mozc | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gyp>=20200512:devel/py-gyp@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gyp>=20200512:devel/py-gyp@${PY_FLAVOR} | ||||
| EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} | EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} | ||||
| LIB_DEPENDS= libprotobuf.so:devel/protobuf \ | LIB_DEPENDS= libprotobuf.so:devel/protobuf \ | ||||
| libzinnia.so:japanese/zinnia | libzinnia.so:japanese/zinnia | ||||
| RUN_DEPENDS= xdg-open:devel/xdg-utils | RUN_DEPENDS= xdg-open:devel/xdg-utils | ||||
| BROKEN_FreeBSD_13_powerpc64= fails to build: ERROR: ninja -v -C out_linux/Release mozc_server: Error code 1 | |||||
| BROKEN_powerpc= fails to compile: segfault | BROKEN_powerpc= fails to compile: segfault | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= hrs-allbsd | GH_ACCOUNT= hrs-allbsd | ||||
| GH_TUPLE= hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic | GH_TUPLE= hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic | ||||
| USES= compiler:c++17-lang gmake ninja:build pkgconfig \ | USES= compiler:c++17-lang gmake ninja:build pkgconfig \ | ||||
| python:build shebangfix tar:bzip2 | python:build shebangfix tar:bzip2 | ||||
| ▲ Show 20 Lines • Show All 384 Lines • Show Last 20 Lines | |||||