summaryrefslogtreecommitdiff
path: root/japanese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-109-3/+17
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* After an include, PLIST_SUB must be appended to, not overwritten.Mathieu Arnold2018-09-101-2/+2
| | | | | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479405
* Update the current KDE Applications to 18.08.1, the latest release.Adriaan de Groot2018-09-061-3/+3
| | | | | | | | | | | | https://www.kde.org/announcements/announce-applications-18.08.1.php The release notes mention a few dozen fixes, MTP doesn't crash when concurrently accessed by another application, nothing critical. Submitted by: tcberner Notes: svn path=/head/; revision=479161
* - Update to 0.20180904Danilo Egea Gondolfo2018-09-062-4/+4
| | | | Notes: svn path=/head/; revision=479114
* japanese/scim-anthy: Fix build with Clang 6Tobias Kortkamp2018-08-312-3/+59
| | | | | | | | | | | | | | | | | | | | | /usr/local/include/scim-1.0/scim_types.h:38:11: warning: '__STDC_ISO_10646__' macro redefined [-Wmacro-redefined] # define __STDC_ISO_10646__ ^ <command line>:6:9: note: previous definition is here #define __STDC_ISO_10646__ 1 ^ scim_anthy_prefs.cpp:98:9: error: cannot initialize a member subobject of type 'void *' with an rvalue of type 'bool' false, ^~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/ja-scim-anthy-1.2.7_5.log - scim-anthy finds dependencies in LOCALBASE on its own - __STDC_ISO_10646__ no longer needs to be specified manually - Add license while here Notes: svn path=/head/; revision=478613
* Deprecate KDE4 software in categories graphics-textproc.Adriaan de Groot2018-08-301-0/+3
| | | | | | | | | | | | | | | | | | The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4 Notes: svn path=/head/; revision=478480
* - Apply CVE-2018-13796 patchTAKATSU Tomonari2018-08-302-6/+37
| | | | | | | | | | PR: 230183 Submitted by: Yasuhito FUTATSUKI MFH: 2018Q3 Security: CVE-2018-13796 Notes: svn path=/head/; revision=478435
* Fix build of EOL software against modern clang.Adriaan de Groot2018-08-271-0/+13
| | | | | | | | | | | Lots of KDE4 software contains this strange > 0 comparison for bools, fix japanese/kiten-kde4 here. PR: 230947 Reported by: jbeich Notes: svn path=/head/; revision=478254
* Update KDE Applications to 18.08Tobias C. Berner2018-08-251-3/+3
| | | | | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php Notes: svn path=/head/; revision=478003
* Reverse the dependency link between asterisk and japanese/asterisk-sounds,Guido Falsi2018-08-101-3/+1
| | | | | | | | | | | adding it as an optional RUN_DEPENDS to the asterisk ports. This allows installing these sounds with any version of asterisk. Suggested by: mat Notes: svn path=/head/; revision=476806
* Update to 4.9.8Jochen Neumeister2018-08-072-4/+4
| | | | | | | | | | Changelog: - https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/ - https://make.wordpress.org/core/tag/4-9-8/ - https://codex.wordpress.org/Version_4.9.8 Notes: svn path=/head/; revision=476587
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-1/+1
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-295-5/+5
| | | | | | | | | | | | | | | | | 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
* - Rename patchesTAKATSU Tomonari2018-07-297-17/+153
| | | | | | | | | | | | | | | * extra-patch-Mailman-Cgi-private.py to extra-patch-Mailman_Cgi_private.py * patch-CVE-2015-2775 to patch-Mailman_Utils.py * patch-CVE-2018-5950 to patch-Mailman_Cgi_options.py - Apply CVE-2018-0618 patches [1] PR: 229351 [1] Submitted by: Yasuhito FUTATSUKI MFH: 2018Q3 Security: CVE-2018-0618 Notes: svn path=/head/; revision=475623
* japanese/libskk: update 1.0.3 -> 1.0.4Koichiro Iwao2018-07-152-4/+4
| | | | | | | | | | PR: 229604 Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: maintainer timeout, pi (mentor) Relnotes: https://github.com/ueno/libskk/releases/tag/1.0.4 Notes: svn path=/head/; revision=474705
* Update WWW.MANTANI Nobutaka2018-07-151-1/+1
| | | | Notes: svn path=/head/; revision=474694
* Update KDE Applications to 18.04.3Tobias C. Berner2018-07-131-3/+3
| | | | Notes: svn path=/head/; revision=474596
* bump PORTREVISION after dependency changeKoichiro Iwao2018-07-121-1/+1
| | | | | | | | Reported by: pi Approved by: pi (mentor) Notes: svn path=/head/; revision=474483
* Fix DEPENDSAntoine Brodin2018-07-111-1/+1
| | | | Notes: svn path=/head/; revision=474473
* japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIXKoichiro Iwao2018-07-112-3/+7
| | | | | | | | | | | | | | | japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and japanese/p5-Lingua-JA-Numbers didn't have ja- prefix. Set ja-p5- prefix to all Lingua ports under Japanese category. PR: 229184 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version) Reviewed by: pi, mat Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16002 Notes: svn path=/head/; revision=474424
* - Update to 20180629.Jun Kuriyama2018-07-104-12/+12
| | | | Notes: svn path=/head/; revision=474352
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Update to 4.9.7Jochen Neumeister2018-07-082-4/+4
| | | | | | | | | | Changelog: https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/ MFH: 2018Q3 Security: 4740174c-82bb-11e8-a29a-00e04c1ea73d Notes: svn path=/head/; revision=474185
* Chase textproc/uim update to 1.8.8.MANTANI Nobutaka2018-07-073-3/+3
| | | | Notes: svn path=/head/; revision=474103
* Update to 1.8.8.MANTANI Nobutaka2018-07-071-3/+4
| | | | Notes: svn path=/head/; revision=474102
* - Update to 1.1Wen Heping2018-07-033-10/+11
| | | | | | | | PR: 229443 Submitted by: ryo@tetera.org Notes: svn path=/head/; revision=473835
* Mark these ports broken on mips64 and/or mips.Mark Linimon2018-07-011-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473660
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-285-8/+10
| | | | | | | | | | | | | | | | | | 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
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-271-1/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* - Update to 6.0.5Li-Wen Hsu2018-06-261-5/+5
| | | | Notes: svn path=/head/; revision=473396
* 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
* Update to 0.5.3.20180520.MANTANI Nobutaka2018-06-242-2/+0
| | | | Notes: svn path=/head/; revision=473199
* japanese/ibus-skk: Update 1.4.1 -> 1.4.3Yuri Victorovich2018-06-233-12/+18
| | | | | | | | | | | | | | | Port changes: * Add LICENSE/LICENSE_FILE * Add to RUN_DEPENDS * Add USE_GNOME * Add BUILD_DEPENDS for vala * Update the 'preferences' patch PR: 227283 Submitted by: Ryo ONODERA <ryo@tetera.org> Notes: svn path=/head/; revision=473145
* Update to the latest snapshot on 2016/09/24.MANTANI Nobutaka2018-06-232-5/+5
| | | | Notes: svn path=/head/; revision=473144
* japanese/libskk: Update 1.0.1 -> 1.0.3Yuri Victorovich2018-06-233-12/+20
| | | | | | | | | PR: 227039 Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: hiroto.kagotani@gmail.com (maintauner timeout; 80 days) Notes: svn path=/head/; revision=473143
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-1/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-203-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* japanese/another-htmllint: Change dependecy from www/p5-CGI.pm to www/p5-CGIKoichiro Iwao2018-06-181-4/+4
| | | | | | | | | | | | | | | | www/p5-CGI and www/p5-CGI.pm provide same functions and conflict each other. While a lot of ports use www/p5-CGI, only this one uses www/p5-CGI.pm. By swiching to use www/p5-CGI this port and others can be installed together. Also, pass maintainership to the submitter due to consecutive maintainer timeouts. PR: 228236 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout, pi (mentor) Notes: svn path=/head/; revision=472686
* japanese/font-ume: Fix MASTER_SITESKurt Jaeger2018-06-171-1/+1
| | | | | | | | | PR: 228242 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hrs (maintainer timeout) Notes: svn path=/head/; revision=472630
* japanese/FreeWnn-server: remove ftp.freewnn.org from MASTER_SITESKurt Jaeger2018-06-171-2/+1
| | | | | | | | | | | - FTP site no longer works PR: 228243 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hrs (maintainer timeout) Notes: svn path=/head/; revision=472628
* Unbreak portTilman Keskinoz2018-06-132-8/+12
| | | | | | | | PR: 228737 Submitted by: maintainer Notes: svn path=/head/; revision=472327
* - Update to 0.20180605Danilo Egea Gondolfo2018-06-102-4/+4
| | | | Notes: svn path=/head/; revision=472131
* Update KDE Applications to 18.04.2Tobias C. Berner2018-06-101-3/+3
| | | | Notes: svn path=/head/; revision=472130
* Remove expired ports:Rene Ladan2018-06-077-2204/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-06-06 biology/ssaha: Broken for more than 6 months 2018-06-06 biology/crux: Broken for more than 6 months 2018-06-06 biology/ariadne: Broken for more than 6 months 2018-06-06 cad/sceptre: Broken for more than 6 months 2018-06-06 cad/cider: Broken for more than 6 months 2018-06-06 chinese/scim-array: Broken for more than 6 months 2018-06-06 chinese/xpdf: Broken for more than 6 months 2018-06-06 chinese/telnet: Broken for more than 6 months 2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 comms/soundmodem: Broken for more than 6 months 2018-06-06 comms/jsdr: Broken for more than 6 months 2018-06-06 comms/java-commapi: Broken for more than 6 months 2018-06-06 converters/pdf2djvu: Broken for more than 6 months 2018-06-06 databases/rdb: Broken for more than 6 months 2018-06-06 databases/animenfo-client: Broken for more than 6 months 2018-06-06 databases/ruby-mysql: Broken for more than 6 months 2018-06-06 databases/riak: Broken for more than 6 months 2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months 2018-06-06 databases/rdfdb: Broken for more than 6 months 2018-06-06 databases/riak2: Broken for more than 6 months 2018-06-06 devel/subversion-static: Broken for more than 6 months 2018-06-06 japanese/xgate: Broken for more than 6 months 2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months 2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net 2018-06-06 www/ocaml-net: Broken for more than 6 months 2018-06-06 audio/linux-genpuid: Broken for more than 6 months 2018-06-06 x11/enventor: Broken for more than 6 months 2018-06-06 audio/xmms-timidity: Broken for more than 6 months 2018-06-06 audio/kaudiocreator: Broken for more than 6 months 2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 audio/deforaos-mixer: Broken for more than 6 months 2018-06-06 audio/gkrellmss2: Broken for more than 6 months 2018-06-06 audio/ogg2mp3: Broken for more than 6 months 2018-06-06 audio/abcmidi: Broken for more than 6 months 2018-06-06 benchmarks/netpipe: Broken for more than 6 months 2018-06-06 biology/plink: Broken for more than 6 months Notes: svn path=/head/; revision=471892
* Fix and sort LICENSESunpoet Po-Chuan Hsieh2018-06-042-2/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr (blanket) Notes: svn path=/head/; revision=471645
* Return daichi@'s ports back to the pool after his commit bit got safekept.Rene Ladan2018-06-011-1/+1
| | | | Notes: svn path=/head/; revision=471288
* 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-318-4/+14
| | | | | | | | 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
* Commit forgotten diff at previous commit r471075Koichiro Iwao2018-05-301-1/+0
| | | | Notes: svn path=/head/; revision=471135