aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* With gtk 2.4.22, immodule cache has moved from gtk.immodules toAntoine Brodin2014-01-042-13/+10
| | | | | | | | | | | | immodules.cache. gtk-query-immodules-2.0 has a new option, --update-cache that does what we want too. Use this new option. While here, add stage support to non slave ports Reviewed by: kwm (immodules part) Notes: svn path=/head/; revision=338683
* - Update to 20131227.Jun Kuriyama2014-01-034-10/+10
| | | | Notes: svn path=/head/; revision=338557
* - convert to new options frameworkJason Helfman2014-01-031-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=338519
* - Ruby 1.9 is default now, remove conditionalization for itSteve Wills2014-01-021-7/+1
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338480
* - Remove unneeded RUBY_VERSteve Wills2014-01-021-1/+0
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338479
* - Remove unneeded RUBY_VERSteve Wills2014-01-021-1/+0
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338478
* Add LICENSE.Hajimu UMEMOTO2013-12-311-0/+3
| | | | Notes: svn path=/head/; revision=338295
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Update to 3.8Sunpoet Po-Chuan Hsieh2013-12-272-3/+3
| | | | | | | Changes: http://ja.wordpress.org/2013/12/16/wordpress-3-8-ja/ Notes: svn path=/head/; revision=337632
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+10
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* - Fix build with clangPawel Pekala2013-12-249-19/+97
| | | | | | | | | | | - Remove leading article from COMMENT - Support staging PR: ports/184900 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337355
* - update to 5.43 [1]Jason Helfman2013-12-201-1/+0
| | | | | | | | | | | - convert to new lib_depends format - convert to staging (thanks bapt@!) PR: 184940 [1] Submitted by: umeno@rr.iij4u.or.jp [1] Notes: svn path=/head/; revision=337074
* - Fix swig dependencyDmitry Marakasov2013-12-201-1/+1
| | | | | | | | | PR: 183203 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=337041
* - Fix build with clangPawel Pekala2013-12-193-9/+70
| | | | | | | | | | - Support staging PR: ports/184812 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336902
* - Update Calligra Suite to 2.7.5.Alberto Villa2013-12-161-1/+2
| | | | | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released Notes: svn path=/head/; revision=336675
* - Back out my change, since wg@ already fixed the portMarcus von Appen2013-12-151-1/+0
| | | | | | | Noticed by: wg@ Notes: svn path=/head/; revision=336588
* - Depend explicitly on lang/python at build time.Marcus von Appen2013-12-151-0/+1
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336585
* japanese/mozc-server: depends explicitly on "python" to buildWilliam Grzybowski2013-12-151-0/+1
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336580
* Use setuptools for all Python ports.William Grzybowski2013-12-151-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* - Fix build for recent FreeBSD 9.1, 10.0 or later.Matthias Andree2013-12-062-30/+43
| | | | | | | | | | | | | | | | | | | | | - Convert to new LIB_DEPENDS syntax. - Fix mis-adopting optionsNG. - Fix inconsistency between declared LIB_DEPENDS and actual libdb version used on systems with multiple BDB versions installed. PR: 184490 Submitted by: Takehiko Shiozaki (maintainer) While here, - add LICENSE - convert to staging to avoid mutt's doc/Makefile from messing with Muttrc - convert USE_GMAKE to USES - have two files' shebang lines fixed Notes: svn path=/head/; revision=335785
* - Fix build with clangAlex Kozlov2013-12-062-7/+7
| | | | | | | | | | | - Support STAGEDIR - Update MASTER_SITES and WWW PR: ports/184237 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=335731
* Mark as jobs unsafeAntoine Brodin2013-12-031-0/+1
| | | | | | | | | | Failure log is in the PR PR: ports/184205 Submitted by: Tsurutani Naoki Notes: svn path=/head/; revision=335590
* There's a warning during boot if the skkserv_enable rc variable isTijl Coosemans2013-12-032-1/+2
| | | | | | | | | | undefined so set it to "NO" by default. PR: ports/181729 Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=335572
* - Stage supportAntoine Brodin2013-12-012-4/+3
| | | | | | | | | | - remove tab in pkg-descr PR: ports/183516 Submitted by: Takefu (maintainer) Notes: svn path=/head/; revision=335435
* - Stage supportAntoine Brodin2013-12-011-9/+10
| | | | | | | | | | - Add LICENSE PR: ports/183517 Submitted by: Takefu Notes: svn path=/head/; revision=335434
* - Update to 2.8.6Antoine Brodin2013-12-012-25/+14
| | | | | | | | | | | | - gmake not needed - Stage support - use OPTIONS helpers PR: ports/184350 Submitted by: Takashi Kato (maintainer) Notes: svn path=/head/; revision=335366
* Fix build on 10.X and later.Hiroki Sato2013-11-301-0/+539
| | | | | | | | Submitted by: Yoshihiko Sarumaru (maintainer) PR: ports/183590 Notes: svn path=/head/; revision=335289
* Reset maintainer by his request on freebsd-ports@.Mark Linimon2013-11-252-2/+2
| | | | Notes: svn path=/head/; revision=334821
* Fix build of japanese/mozc-tools with native iconv. The error:Boris Samorodov2013-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | ----- LINK(target) out_linux/Release/mozc_tool /usr/bin/ld: cannot find -liconv c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [out_linux/Release/mozc_tool] Error 1 ----- Notes: 1. The fix for japanese/mozc-tools (committed to japanese/mozc-server). 2. Do not bump PORTREVISION of japanese/mozc-tools since: - it's a build failure; - it should be treated while upgrading at each system along with other iconv changes. Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Tested by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=334202
* Remove expired ports:Rene Ladan2013-11-184-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month Notes: svn path=/head/; revision=334196
* fixed a build issue on 10Daichi GOTO2013-11-174-1/+34
| | | | Notes: svn path=/head/; revision=334057
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-4/+4
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* Remove NO_LATEST_LINK as well (forgotten along with addingBoris Samorodov2013-11-161-1/+0
| | | | | | | PKGNAMESUFFIX). Notes: svn path=/head/; revision=334022
* . resolve pkgname conflict with japanese/lyx (add PKGNAMESUFFIX);Boris Samorodov2013-11-161-1/+2
| | | | | | | | . remove indefinite article from COMMENT; . pet portlint -- make COMMENT a bit shorter. Notes: svn path=/head/; revision=333991
* - fix a build error on 10.0Daichi GOTO2013-11-151-0/+1
| | | | Notes: svn path=/head/; revision=333853
* Support STAGEDIR.Vanilla I. Shu2013-11-056-16/+12
| | | | Notes: svn path=/head/; revision=332802
* - Add LICENSEAntoine Brodin2013-11-043-8/+5
| | | | | | | | - Convert to STAGEDIR - Fix plist Notes: svn path=/head/; revision=332754
* - Fix build on 10.x.Hiroki Sato2013-11-032-34/+26
| | | | | | | - Add STAGEDIR support. Notes: svn path=/head/; revision=332611
* - Update to 20131031.Jun Kuriyama2013-11-025-20/+18
| | | | Notes: svn path=/head/; revision=332458
* - Update to 3.7.1Sunpoet Po-Chuan Hsieh2013-10-312-3/+3
| | | | | | | Changes: http://ja.wordpress.org/2013/10/31/wordpress-3-7-1-background-upgrade-schedule/ Notes: svn path=/head/; revision=332252
* The word 'very' has no place in COMMENTEitan Adler2013-10-312-2/+2
| | | | | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object. Notes: svn path=/head/; revision=332200
* - Update to 4.4.1TAKATSU Tomonari2013-10-303-4/+4
| | | | | | | - Update WWW line in pkg-descr Notes: svn path=/head/; revision=332098
* - Update to 4.2.7TAKATSU Tomonari2013-10-303-4/+4
| | | | | | | - Update WWW line in pkg-descr Notes: svn path=/head/; revision=332097
* - Update to 4.0.11TAKATSU Tomonari2013-10-303-4/+4
| | | | | | | - Update WWW line in pkg-descr Notes: svn path=/head/; revision=332096
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332045
* - Update to 3.7Sunpoet Po-Chuan Hsieh2013-10-262-3/+3
| | | | | | | Changes: http://ja.wordpress.org/2013/10/25/wordpress-3-7-ja/ Notes: svn path=/head/; revision=331664
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Update to 4.0.6.Jung-uk Kim2013-10-252-5/+4
| | | | | | | - Support staging. Notes: svn path=/head/; revision=331614
* .include <bsd.port.options.mk> is no longer necessary.Tijl Coosemans2013-10-231-2/+0
| | | | Notes: svn path=/head/; revision=331404
* - Hand maintainership to submitter.Tijl Coosemans2013-10-236-18/+55
| | | | | | | | | | | | | | | | | | - Add patch to fix regular expression bug. - Install data files in DATADIR. - Move information about documentation and sample configuration from pkg-descr to pkg-message. - Add license information. - Add new DOCS option. - Replace pkg-plist with PLIST_DIRS and PLIST_FILES. - Support staging. - Fix build on systems without gcc. PR: ports/182285 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=331380