aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to fix a build error "invalid DSO for symbol `libiconv_open'Hiroki Sato2013-08-182-1/+10
| | | | | | | definition". Notes: svn path=/head/; revision=324891
* - Trim Makefile headerAntoine Brodin2013-08-151-7/+4
| | | | | | | | - Replace DISTFILES/WRKSRC with DISTNAME/EXTRACT_SUFX - Unbreak with clang Notes: svn path=/head/; revision=324779
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1413-13/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* japanese/wordpress: update to 3.6William Grzybowski2013-08-132-5/+4
| | | | | | | | | | | | - Update to 3.6 [1] - Remove LICENSE_FILE [1] - Remove indefinite article from COMMENT PR: ports/181258 Submitted by: Takefu <takefu airport.fm> Notes: svn path=/head/; revision=324658
* - Update to 0.996TAKATSU Tomonari2013-08-112-6/+3
| | | | | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Notes: svn path=/head/; revision=324572
* - Update to 0.996TAKATSU Tomonari2013-08-112-6/+3
| | | | | | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Approved by: Junji NAKANISHI (maintainer) Notes: svn path=/head/; revision=324571
* - Update to 0.996TAKATSU Tomonari2013-08-112-6/+3
| | | | | | | | | | - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Notes: svn path=/head/; revision=324570
* - Update to 0.996TAKATSU Tomonari2013-08-113-12/+22
| | | | | | | | | | | - Pass maintainership to submitter - Remove LICENSE_FILE for standard license PR: ports/177694 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> Notes: svn path=/head/; revision=324569
* - Convert to new perl frameworkMathieu Arnold2013-08-032-3/+4
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Convert to new perl frameworkAndrej Zverev2013-08-0313-58/+22
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert to new perl frameworkAndrej Zverev2013-08-024-4/+8
| | | | Notes: svn path=/head/; revision=324171
* Unbreak with clang (reported by pkg-fallout)Antoine Brodin2013-08-021-0/+1
| | | | Notes: svn path=/head/; revision=324160
* Fix build without gccBaptiste Daroussin2013-08-011-5/+2
| | | | Notes: svn path=/head/; revision=324128
* Minor, last-minute fixes missed in the previous commits.Alexey Dokuchaev2013-07-311-1/+1
| | | | Notes: svn path=/head/; revision=324022
* - Fix parallel builds, remove odious MAKE_JOB_UNSAFEAlexey Dokuchaev2013-07-292-7/+15
| | | | | | | | | | | | | - Define LICENSE (BSD), do not reset default DISTNAME - Cleanup the port a bit, inc. header and COMMENT - Add useful port description, fix WWW address Reported by: pointyhat-west NB: there is version 1.4.0 available. Notes: svn path=/head/; revision=323869
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-265-896/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - Trim Makefile header, define LICENSE, fix grammar in COMMENTAlexey Dokuchaev2013-07-262-13/+22
| | | | | | | | | | | | - Try to unbreak parallel builds (-jX) - Drop shlib ABI version from LIB_DEPENDS - Install manual pages relative to MANPREFIX - Rephrase port description, kill EOL space, add WWW line Reported by: pointyhat-west Notes: svn path=/head/; revision=323723
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-6/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323702
* Fix typos in comments and use correct flavor of braces.Alexey Dokuchaev2013-07-261-1/+1
| | | | Notes: svn path=/head/; revision=323682
* Do not define post-configure and pre-build target for mozc_el.Hiroki Sato2013-07-251-0/+2
| | | | | | | Spotted by: HATANO Tomomi Notes: svn path=/head/; revision=323625
* - Update MASTER_SITES.Hiroki Sato2013-07-201-5/+9
| | | | | | | - Use OPTIONS_DEFINE. Notes: svn path=/head/; revision=323355
* - Update to 1.11.1502.102. Changes include:Hiroki Sato2013-07-2030-154/+677
| | | | | | | | | | | | | | | * Fixes cursor movement issue on Emacs 24 (Issue 168) * Support numpad keys in mozc.el (Issue 170) * Support Emacs 24 in mozc.el (Issue 190) * Support surrounding text * Dictionary update - Take maintainership. Approved by: daichi (maintainer) Notes: svn path=/head/; revision=323333
* - Attempt to fix parallel builds (-jX)Alexey Dokuchaev2013-07-182-42/+35
| | | | | | | | | | - Convert to modern OPTIONS syntax - Generally clean up the port while here Reported by: pointyhat-west Notes: svn path=/head/; revision=323206
* - Unbreak after autotools updateMartin Wilke2013-07-181-0/+1
| | | | Notes: svn path=/head/; revision=323203
* - Mark BrokenMartin Wilke2013-07-181-0/+2
| | | | | | | Reported by: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20130717143058.pointyhat-west/ja-trac-0.12.3.log Notes: svn path=/head/; revision=323200
* Mark as jobs unsafeBaptiste Daroussin2013-07-121-5/+2
| | | | Notes: svn path=/head/; revision=322852
* Mark job unsafeBaptiste Daroussin2013-07-101-5/+2
| | | | Notes: svn path=/head/; revision=322735
* Mark as job unsafeBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322713
* Mark jobs unsafeBaptiste Daroussin2013-07-101-1/+3
| | | | Notes: svn path=/head/; revision=322662
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322618
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-092-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] Notes: svn path=/head/; revision=322586
* Update MASTER_SITES.Motoyuki Konno2013-07-061-1/+0
| | | | Notes: svn path=/head/; revision=322398
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Fix BUILD_DEPENDS in japanese/mozc-tool.Hiroki Sato2013-07-031-1/+1
| | | | | | | Spotted by: ume Notes: svn path=/head/; revision=322217
* Remove support for the -qt package variant, this depends on theRene Ladan2013-07-021-8/+4
| | | | | | | | | expired QT3 port. NOPORTDOCS -> PORT_OPTIONS:MDOCS while here Notes: svn path=/head/; revision=322208
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-022-4/+4
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* Update zipcode database to 20130628.Hiroki Sato2013-07-022-8/+8
| | | | Notes: svn path=/head/; revision=322178
* - Update to 20130628.Jun Kuriyama2013-07-014-10/+10
| | | | Notes: svn path=/head/; revision=322147
* - Update to 0.3.4Steve Wills2013-06-302-10/+4
| | | | Notes: svn path=/head/; revision=322098
* Convert to USES=imakeBaptiste Daroussin2013-06-282-14/+6
| | | | | | | Trim headers Notes: svn path=/head/; revision=321992
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-289-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Fix some fonts.dir leftovers reported by poudriereAntoine Brodin2013-06-275-17/+15
| | | | | | | | | While here, trim Makefile header and finish PORT_OPTIONS conversion Approved by: portmgr (miwi) Notes: svn path=/head/; revision=321898
* Update to 3.5.2.Raphael Kubo da Costa2013-06-242-3/+3
| | | | | | | | PR: ports/179917 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=321695
* - connect japanese/bugzilla44Olli Hauer2013-06-201-0/+1
| | | | Notes: svn path=/head/; revision=321431
* New ports for bugzilla44Olli Hauer2013-06-205-0/+373
| | | | | | | | | | | | - devel/bugzilla44 - japanese/bugzilla44 - german/bugzilla44 Release Notes: http://www.bugzilla.org/releases/4.4/release-notes.html Notes: svn path=/head/; revision=321429
* Update to 4.0.4.Jung-uk Kim2013-06-191-4/+4
| | | | Notes: svn path=/head/; revision=321324
* - Add missing fonts.aliasMartin Wilke2013-06-192-5/+2
| | | | | | | | | - trim header Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321277
* - Don't remove directories not created by this portMartin Wilke2013-06-192-7/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321270
* - Add missing fonts.aliasMartin Wilke2013-06-192-5/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321265