aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326183
* Fix building without libstdc++Baptiste Daroussin2013-09-031-0/+1
| | | | Notes: svn path=/head/; revision=326154
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-7/+2
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326109
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326089
* Two imake related changes:Tijl Coosemans2013-09-022-6/+1
| | | | | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
* 1. Introduce using iconv with arguments:Boris Samorodov2013-09-022-6/+4
| | | | | | | | | | | | | | | | | | | | . lib (default, implicit); . build, . patch. The default is the same, all existing ports stay valid. 2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv. It is intended to get the value of /usr/bin/iconv at recent 10.x. 3. Adopt all ports to using USES+= icomv:build and iconv:patch and change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports. Submitted by: bsam (me, via e-mail) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325937
* - Update to 20130830.Jun Kuriyama2013-09-024-10/+10
| | | | Notes: svn path=/head/; revision=325933
* - Make it fetchable again by using SFJP macro instead of hand-made URLAlexey Dokuchaev2013-08-312-24/+16
| | | | | | | | - Utilize PORTDOCS variable and thus offload pkg-plist - Perform some miscellaneous Makefile cleanups while I am here Notes: svn path=/head/; revision=325792
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-312-12/+4
| | | | Notes: svn path=/head/; revision=325755
* - Mark BROKEN, fails to fetchBryan Drewery2013-08-311-0/+2
| | | | Notes: svn path=/head/; revision=325743
* - Mark BROKEN, fails to buildBryan Drewery2013-08-301-0/+2
| | | | | | | | | | | | | | | ming.c: In function 'rb_Ming_key_press': ming.c:59: error: 'struct RString' has no member named 'len' ming.c:62: error: 'struct RString' has no member named 'ptr' ming.c: In function 'rb_Ming_on_key_press': ming.c:71: error: 'struct RString' has no member named 'len' ming.c:74: error: 'struct RString' has no member named 'ptr' *** [ming.o] Error code 1 Stop in /wrkdirs/usr/ports/japanese/ruby-ming/work/ming-ruby-0.1.6/ext/ming/ming. Notes: svn path=/head/; revision=325730
* - remove expired bugzilla3 portsOlli Hauer2013-08-296-373/+0
| | | | Notes: svn path=/head/; revision=325632
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-295-8/+0
| | | | Notes: svn path=/head/; revision=325620
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-299-9/+9
| | | | Notes: svn path=/head/; revision=325562
* Fix clang build.Hiroki Sato2013-08-271-0/+22
| | | | Notes: svn path=/head/; revision=325436
* Fix build with clang by forcing the port to respect CFLAGS and adding ↵Baptiste Daroussin2013-08-261-5/+5
| | | | | | | -Wno-return-type to CFLAGS Notes: svn path=/head/; revision=325404
* - Remove unnecessary LICENSE_FILEAndrej Zverev2013-08-251-1/+0
| | | | | | | | PR: ports/181206 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=325366
* Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE.MANTANI Nobutaka2013-08-232-2/+2
| | | | | | | Pointed out by: jgh and bapt Notes: svn path=/head/; revision=325261
* japanese/eb: Make gettext dependency a condition of NLSJohn Marino2013-08-231-1/+4
| | | | | | | | | | | | PORTREVISION bumped to reset dependencies for folks that don't use NLS. PR: 181205 Submitted by: az Reviewed by: jgh, marino Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=325246
* Update to 4.0.5.Jung-uk Kim2013-08-221-4/+4
| | | | Notes: svn path=/head/; revision=325230
* - Make slave ports of www/w3m work as are before master port isMANTANI Nobutaka2013-08-222-15/+8
| | | | | | | | | | | | | | | | | | | | | OptionsNG-fied. - Convert makefile header to new format. - Remove shlib version from LIB_DEPENDS. - Remove M17N option and make m17n feature always on. It is because configure script enables m17n feature by default and there is no practical advantage of disabling it. - Remove www/w3m-m17n and www/w3m-m17-img because they are now identical with www/w3m and www/w3m-img. - Add entry of removed ports to MOVED. - Update CONFLICTS. - Adjust dependency of www/emacs-w3m. - Bump PORTREVISON of w3m ports and www/emacs-w3m. PR: ports/178189 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=325211
* Conver to new perl5 framework.Andrej Zverev2013-08-201-1/+2
| | | | | | | | PR: ports/181207 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=325042
* - Conver to new perl5 framework.Andrej Zverev2013-08-201-3/+1
| | | | | | | | | | - Remove duplication of 'USES=gettext'. PR: ports/181205 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=325041
* 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