aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-server/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update devel/protobuf to 3.6.1Sunpoet Po-Chuan Hsieh2018-12-031-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 231008 Exp-run by: antoine Notes: svn path=/head/; revision=486531
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Chase textproc/uim update to 1.8.8.MANTANI Nobutaka2018-07-071-1/+1
| | | | Notes: svn path=/head/; revision=474103
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Revert r473259 and r473260 which are committed by accidentSunpoet Po-Chuan Hsieh2018-06-241-1/+1
| | | | | | | | - Bump PORTEPOCH for protobuf and py-protobuf - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=473276
* Update to 3.6.0Sunpoet Po-Chuan Hsieh2018-06-241-1/+1
| | | | | | | Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=473259
* japanese/mozc-server: Unmark BROKEN and fix poudrirere/ccache buildJoseph Mingrone2018-06-011-3/+1
| | | | | | | | | | The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf. Submitted by: bdrewery Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Notes: svn path=/head/; revision=471279
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-0/+3
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* Fix WITH_CCACHE_BUILD supportBryan Drewery2018-03-151-0/+1
| | | | Notes: svn path=/head/; revision=464628
* Flavorize and modernize Emacs portsJoseph Mingrone2018-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 Notes: svn path=/head/; revision=460621
* Update devel/protobuf to 3.5.0Sunpoet Po-Chuan Hsieh2017-12-111-1/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=456058
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update devel/protobuf to 3.4.0Sunpoet Po-Chuan Hsieh2017-08-161-1/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=448041
* Regular USE_GITHUB cleanup.Mathieu Arnold2017-07-271-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=446741
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-4/+4
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* Update devel/protobuf to 3.3.0Sunpoet Po-Chuan Hsieh2017-04-291-1/+1
| | | | | | | | | | | - Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases PR: 178687 [1] Notes: svn path=/head/; revision=439753
* Chase editors/emacs update to version 25.2Joseph Mingrone2017-04-291-1/+1
| | | | | | | | | Reported by: des Approved by: ashish (emacs maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10534 Notes: svn path=/head/; revision=439752
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Fix build with devel/protobuf 3.2.0Sunpoet Po-Chuan Hsieh2017-01-301-1/+1
| | | | | | | Notified by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Notes: svn path=/head/; revision=432876
* Update devel/protobuf to 3.2.0Sunpoet Po-Chuan Hsieh2017-01-291-0/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=432762
* Fix build of japanese/mozc-tool.Hiroki Sato2017-01-021-1/+1
| | | | Notes: svn path=/head/; revision=430352
* Update to 2.20.2677.102.02.Hiroki Sato2017-01-011-5/+3
| | | | Notes: svn path=/head/; revision=430281
* Fix build.Hiroki Sato2017-01-011-6/+8
| | | | Notes: svn path=/head/; revision=430263
* Update to 2.20.2677.102.Hiroki Sato2017-01-011-27/+16
| | | | Notes: svn path=/head/; revision=430243
* - Update devel/protobuf to 3.1.0Sunpoet Po-Chuan Hsieh2016-12-141-1/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=428581
* More USE_GITHUB cleanup.Mathieu Arnold2016-12-141-16/+6
| | | | | | | | | Use GH_SUBDIR, or GH_TUPLE, where applicable. Sponsored by: Absolight Notes: svn path=/head/; revision=428569
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+1
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* Unbreak build as a regular userAntoine Brodin2016-10-121-2/+0
| | | | Notes: svn path=/head/; revision=423889
* japanese/mozc-server: with build with python3Ruslan Makhmatkhanov2016-10-121-2/+7
| | | | | | | | | | | | | | | | | | - limit python version to python 2.7 - remove duplicated python direct build dependency - set correct python version in build scripts - fix packaging by not installing to /root: ====>> Checking for filesystem violations... done ====>> Error: Filesystem touched during build: extra: root/.mozc PR: 207937 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (based on) Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=423884
* - Add workaround for broken C++11 support in GCC.Hiroki Sato2016-05-231-1/+1
| | | | | | | - Remove extra -9 for GZIP_CMD. Notes: svn path=/head/; revision=415733
* Update japanese/mozc-server to 2.17.2322.102. Changes include:Hiroki Sato2016-05-161-38/+34
| | | | | | | | | | | | | | - Use Github as the source. - Depend on devel/py-gyp and japanese/zinnia because bundled versions have been removed from the original distfile. - devel/py-gyp-devel has been updated to snapshot as of 20160504 and renamed with devel/py-gyp. Take maintainership[*]. - Install mozc.el.gz instead of mozc.el. Approved by: maintainer [*] Notes: svn path=/head/; revision=415345
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-18/+18
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-8/+5
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Remove deprecated @exec/@unexec from ports using uim-module-managerAntoine Brodin2015-09-261-2/+2
| | | | Notes: svn path=/head/; revision=397973
* Update to 2.17.2106.102.Hiroki Sato2015-07-131-53/+64
| | | | Notes: svn path=/head/; revision=391880
* - Add japanese/uim-mozc, uim plugin for mozc input method[*].Hiroki Sato2015-07-091-4/+55
| | | | | | | | | | | - Fix XML file for ibus engine. - Fix stop_server() in mozc startup script. PR: 199258 [*] Based on work by: Koichiro IWAO [*] Notes: svn path=/head/; revision=391682
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-4/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* - Fix installation path of mozc_emacs_helper.Hiroki Sato2015-02-201-3/+10
| | | | | | | - Fix mozc_tool path in the fcitx patch set. Notes: svn path=/head/; revision=379411
* - Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper.Hiroki Sato2015-02-181-5/+12
| | | | | | | | - Fix mozc_tool script to accept options regardless --mode= is specified. - Fix leim-list.el to load mozc.elc. Notes: svn path=/head/; revision=379309
* Update to 2.16.2051.102.Hiroki Sato2015-02-141-12/+17
| | | | | | | | - fcitx-mozc has been updated to 2.16.2037.102.2 patch. - mozc_server_* scripts have been replaced with a single mozc script. Notes: svn path=/head/; revision=379025
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375091
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Fix build on 10.0.Hiroki Sato2014-10-071-11/+4
| | | | Notes: svn path=/head/; revision=370276
* - Fix build failure on braches with Clang older than 3.4.Hiroki Sato2014-10-061-2/+22
| | | | | | | | | - Fix build failure on head due to libiconv link error. - Remove redundant patches. - Add cflags and cflags_cc flags to build_mozc.py. Notes: svn path=/head/; revision=370219
* - Update to 2.6.0Sunpoet Po-Chuan Hsieh2014-10-041-0/+1
| | | | | | | | | | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt Notes: svn path=/head/; revision=369969
* Fix mozc-server and mozc-client builds by directly depending onAdam Weinberger2014-09-041-1/+2
| | | | | | | lang/python so that the python command exists. Notes: svn path=/head/; revision=367284
* Use USES=python instead of USE_PYTHON_*.Hiroki Sato2014-08-311-4/+2
| | | | Notes: svn path=/head/; revision=366812
* Fix build on branches with GCC 4.2.1.Hiroki Sato2014-08-311-1/+3
| | | | | | | Spotted by: ume Notes: svn path=/head/; revision=366809