Commit graph

976 commits

Author SHA1 Message Date
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
joerg
5191e1a408 locale_t is surprisingly used by locale.h, so pick a different name. 2013-04-30 22:23:07 +00:00
ryoon
d6ccbda456 Bump PKGREVISION.
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-29 14:47:29 +00:00
ryoon
e2682a444d Change base package to mozc-server from ibus-mozc.
This change encourages uim-mozc, fcitx-mozc and so on.
2013-04-29 09:52:15 +00:00
ryoon
e37f1c1e19 Update to 1.10.1390.102
Changelog:
r147 2012-03-29 1.10.1390.102

    Check Qt version in GNU/Linux build ( Issue 183 )
    Add missing semicolon for ibus-mozc ( Issue 184 )
    Remove unnecessary dependency on libzinnia from Android build.

r131 2012-03-28 1.10.1389.102

    Support IBus 1.5 ( Issue 161 )
    Support Mac OS X 10.8 as a build environment ( Issue 166 ,  Issue 176 )
    Fix build failure on Windows ( Issue 173 )
    Increase opaque buffer size for x32 ( Issue 177 )
    Check physycal monitor area in mozc_renderer ( Issue 180 )
    Add missing properties for gnome-shell ( Issue 182 )
    Switch to Protocol Buffers 2.5
    Switch to Ninja from msbuild to build Mozc for Windows
    Support Android build
    Unsupport Visual C++ 2008
    Remove RX from the repository
2013-04-29 09:21:24 +00:00
rodent
2ab539dcf6 Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
0fe51336d1 Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
b0587df2a1 Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
joerg
a83d849844 Fix return types. 2013-03-28 21:28:12 +00:00
obache
9e516819cb more patches, access(2) require unistd.h. 2013-03-25 12:55:04 +00:00
joerg
23e52053da Not MAKE_JOBS_SAFE 2013-03-24 16:56:32 +00:00
obache
4682b1f306 include <cstring> for strncmp(). 2013-03-22 13:41:32 +00:00
obache
eaba6a4886 add include <cstring> for strcmp(). 2013-03-22 13:37:21 +00:00
obache
d764f4f203 fixes patch about cast for the case of __STDC_ISO_10646__ 2013-03-22 13:29:42 +00:00
obache
df70cc0488 add include <cstrin> for strlen. 2013-03-22 12:45:26 +00:00
obache
3eabae11ca prevent to use non portable sig_t 2013-03-20 06:54:41 +00:00
obache
e3c11fc68c require unistd.h for access(2) 2013-03-20 06:08:44 +00:00
obache
5ed63bda0a fixes hard-coded localedir:
* fixes installation with PKGLOCALEDIR != share
* fixes runtime search path of locale data.

Bump PKGREVISION.
2013-03-20 05:59:01 +00:00
obache
594fffabb6 Fixes build on some situations:
* use C++ style header files
* fixes bogus NULL usage, as Integer 0.
2013-03-20 05:25:58 +00:00
ryoon
692106f4ca Update to 15.1
* Drop emacs-21 support.

Changelog:
* Drop emacs-21 support.
* Improve emacs-24.3 support.
* Many improvements.
* Some new features.
2013-03-16 14:59:49 +00:00
obache
7740731fbb Update ibus-qt to 1.3.2.
bug fixes.
2013-03-16 11:10:56 +00:00
ryoon
bcc6f9930c Add used by line. 2013-03-13 15:54:44 +00:00
ryoon
d9a5837f53 Add mozc-elisp. 2013-03-13 15:08:16 +00:00
ryoon
86e4aa6074 Import mozc-elisp-1.6.1187.102 as inputmethod/mozc-elisp.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package includes Emacs LISP and helper program to use mozc on emacs.

This package is based on PR pkg/47573.
2013-03-13 15:07:38 +00:00
hiramatsu
6701634c5b - Ignore dictionary entries which cause skkserv not to start.
Diff is taken from FreeBSD ports.
- Combine patch-af and patch-bsearch into single file, because those are
  diff files for the same file.
- Add LICENSE.
2013-03-10 18:53:31 +00:00
obache
926903bdb9 Use FOR_emacs_no_byte_compile as comditional PLIST for future emacs version. 2013-03-10 14:14:31 +00:00
tsutsui
a23acf3d02 Fix anthy-elisp build failure with emacs24.
Per comment from mef@, leim is required by only old versions.
2013-03-10 13:40:37 +00:00
hiramatsu
5010aeb355 Update dictionary data to 201212. 2013-03-10 10:40:50 +00:00
hiramatsu
ac0b71429c Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED. 2013-03-10 06:25:10 +00:00
obache
cd3558eda9 Update uim to 1.8.4.
based on PR pkg/47468 by YAMASHIRO, Jun.

Overview of changes from 1.8.3 to 1.8.4
=======================================
* Enhancements
  - uim-xim
    * Add Hungarian locale support (by Kővágó Zoltán)
  - uim-tutcode
    * Enhance postfix katakana conversion
      - Take characters while hiragana continues
      - Exclude specified number of characters
      - Shrink last postfix katakana conversion
    * Updated trycode composition table retrieved 2012-11-22


Overview of changes from 1.8.2 to 1.8.3
=======================================
* Fixes
  - uim-toolbar-gtk-systray
  - uim-toolbar-gtk3-systray
    * Avoid SEGV in some environments ([uim-ja 337])
    * Fix typo ([uim-ja 339])

  - uim-tutcode
    * Fix bug: <Shift>left/right key erases current selection text
      on Google Chrome
2013-03-06 11:06:55 +00:00
joerg
2b099aba48 Always return a value from !void functions. 2013-02-26 11:09:46 +00:00
dholland
9570ccfb13 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
ryoon
1a4b9e225c Fix typo.
Pointed out by tsutsui@.
2013-02-17 11:20:14 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
63be13c921 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
ab373a817a Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
ryoon
c305d3797e Bump PKGREVISIONs.
Fix build on NetBSD/i386.
The patch is provided from tsutsui@.
2013-01-26 20:33:59 +00:00
obache
b55730e79b Update ibus-hangul to 1.4.2.
1.4.2
 * Use Gobject Introspection
 * GNOME Control Center integration
 * Miscellaneous bug fixes
2013-01-26 11:48:26 +00:00
ryoon
908a6d7583 Fix build on NetBSD 6.0.1.
Use correct macro name, ALL_ENV.
2013-01-26 10:35:20 +00:00
ryoon
c8204bbccd Replace hardcoded netbsd with LOWER_OPSYS.
This change should fix build on Linux.
2013-01-26 09:47:46 +00:00
reed
982d120109 increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
obache
b25881872d require swig1 not swig2. 2013-01-25 12:54:07 +00:00
obache
e4a71da0fc * swig is just required to build
* prevent to pick up swig2

Bump PKGREVISION.
2013-01-25 12:50:02 +00:00
obache
aa08cdfce5 Update libskk to 1.0.0.
Noteworthy changes in version 1.0.0 (2012-08-27)
------------------------------------------------

 * Make sure to create parent directory of user-dict (Debian bug#685745).
 * Clear output and preedit on context reset.
 * Fix header include in tests (Issue#19).
2013-01-25 12:07:13 +00:00
ryoon
07d127c14f Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.
2013-01-22 11:26:02 +00:00
ryoon
e6e4d000e4 Fix build when MAKE_JOBS is not defined, use _MAKE_JOBS. 2013-01-22 11:15:27 +00:00
ryoon
ed38136ce9 Disable flock(1)
Fix build on NetBSD 6.0.x.
It seems that flock(1) is not needed by ibus-mozc, mozc-server,
and mozc-tool.
2013-01-20 08:28:36 +00:00