summaryrefslogtreecommitdiff
path: root/inputmethod/libchewing/patches/patch-configure.ac
diff options
context:
space:
mode:
authorobache <obache>2013-08-10 09:14:22 +0000
committerobache <obache>2013-08-10 09:14:22 +0000
commitc662f58d675d1e92e9ca1c3d010d84e2b80d2482 (patch)
tree9c1a8be9e4a451474287d0f9c664cf9655130f06 /inputmethod/libchewing/patches/patch-configure.ac
parent3e60be069eb0bcd4360619ad4e5065b7b697204f (diff)
downloadpkgsrc-c662f58d675d1e92e9ca1c3d010d84e2b80d2482.tar.gz
Update libchewing to 0.3.5.
What's New in libchewing 0.3.5 (Jul 28, 2013) --------------------------------------------------------- * Improve CMake rules - Visual Studio build included * Dictionary improvements - Remove duplicated phrases, fix Bopomofo representation - tool tweaks * travis-ci support (https://travis-ci.org/chewing/libchewing) * drone.io support (https://drone.io/github.com/chewing/libchewing) * coveralls.io support (https://coveralls.io/r/chewing/libchewing) * editorconfig support (http://editorconfig.org/) * Add new chewing_set_logger API * Prevent unaligned memory access * Reduce maxChiSymbolLen to 39 to avoid overflow * Do not store user phrase when its length is 1 * Check chiSymbolBufLen in chewing_handle_Numlock() * Set isSymbol to 0 in SetChoiceInfo * Fix 'j', 'k' in select mode cannot handle symbol selecting * Do not call GetCharNext() when GetCharFirst() fails * Successful stories: . FreeArray utilizes libchewing for selecting phrases of Array input method What's New in libchewing 0.3.4 (Dec 31, 2012) --------------------------------------------------------- * Improve the description of libchewing API - Simplified examples to illustrate the usage are added * Revise libchewing API. Check the documentation for details * Support THL (Taiwan Huayu Luomapinyin) and MPS2 Pinyin keyboard layout * Reimplementation of unit test framework. No external 'check' package is required * Fix several phrase errors - Add exceptional phrase as well * Improved developer and user guide * Introduce CMake based build system, which is convenient to MS-Windows based environments. * Add --enable-gcov to enable gcov coverage * Fix possible strncat() overflow * Consistent checks for bopomofo sequence internally * Handle incomplete bopomofo with space key properly * Internal structure refactoring * Read hash path from CHEWING_PATH environment variable * Make libchewing thread-safe * Fix IM crash by changing default candidate per page to 10 * Fix the detection of ncursesw * Fix the usage of autotools * Update and tune symbols * Fix valgrind warning * Fix several compilation warnings * Fix GCC visibility availability for Darwin specific PIC code * Fix hash table initialization and its memory leakage * Support building with mingw32 toolchain * Fix GNU Hurd build * Fix Microsoft VC build * Fix Windows 64-bit build * Fix mingw32/64 + WINE build * Successful stories: . GCIN supports experimental Chewing IM since version 1.6.4 . HIME supports Chewing IM . UCIMF supports Chewing IM . Fcitx supports Chewing IM . mozc (IM framework maintained by Google) provides Chewing support . JMCCE (reworked version) supports libchewing
Diffstat (limited to 'inputmethod/libchewing/patches/patch-configure.ac')
-rw-r--r--inputmethod/libchewing/patches/patch-configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/inputmethod/libchewing/patches/patch-configure.ac b/inputmethod/libchewing/patches/patch-configure.ac
new file mode 100644
index 00000000000..4fa35bef1bb
--- /dev/null
+++ b/inputmethod/libchewing/patches/patch-configure.ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2013/08/10 09:14:22 obache Exp $
+
+* test(1) portability fix
+
+--- configure.ac.orig 2013-07-28 07:30:39.000000000 +0000
++++ configure.ac
+@@ -87,7 +87,7 @@ AC_SUBST(CC_FOR_BUILD)
+
+ # Default CFLAGS
+ AM_CFLAGS="$CFLAGS -Wall"
+-AS_IF([test x$ac_cv_func_asprintf == xyes],
++AS_IF([test x$ac_cv_func_asprintf = xyes],
+ [AM_CPPFLAGS="$AM_CPPFLAGS -D_GNU_SOURCE"])
+
+ AX_WITH_CURSES