diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2015-06-13 20:40:30 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2015-06-13 20:40:30 +0000 |
commit | d00626a11bf3bdb0775dc9558298d2376675dcbc (patch) | |
tree | b9cf16b6ee3c7e35c0227c6e65e44ee794bd3b81 /inputmethod | |
parent | 1644cb8817dd307eb89807344f10e4f39a6e36a8 (diff) | |
download | pkgsrc-d00626a11bf3bdb0775dc9558298d2376675dcbc.tar.gz |
Update ja-FreeWnn-lib and ja-FreeWnn-server to 1.11alpha23,
per FreeWnn-1.1.1-a023 release.
Upstream changelog in the release note:
http://osdn.jp/projects/freewnn/releases/63271
Basically, This alhpa version is a snapshot release.
Main changes:
* Merge modificaion used in OpenSUSE packages by new member,
Mitsutoshi NAKANO. Added explicit function prototype and cast in
many places, so we reduced unpredictable effect on 64bit environment.
* As a consequence of this change, #define of WNN_CREATE / WNN_NO_CREATE
in jl_dic_create() is also changed. We believe no change is needed
for client build, but please report if you have problems.
* Exit status of jserver changed on receiving some signals (ex. SIGTERM).
(Not well documented.)
* Fixed problem for parallel build (ex. make -jXX) on pubdic+.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile | 7 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 7 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-lib/distinfo | 8 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-server/Makefile | 5 |
4 files changed, 11 insertions, 16 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile b/inputmethod/ja-freewnn-lib/Makefile index 8640c3bef7f..324bb501b0c 100644 --- a/inputmethod/ja-freewnn-lib/Makefile +++ b/inputmethod/ja-freewnn-lib/Makefile @@ -1,11 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2013/10/15 06:25:37 mef Exp $ +# $NetBSD: Makefile,v 1.13 2015/06/13 20:40:30 tsutsui Exp $ .include "Makefile.common" -PKGNAME= ja-FreeWnn-lib-1.11alpha22 -# DISTFILE now includes all patches, the same PKGNAME, almost the same binary -# but build is different, and binary may not be exactly the same -PKGREVISION= 1 +PKGNAME= ja-FreeWnn-lib-1.11alpha23 COMMENT+= (Japanese client library) diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index 17a56b2a758..9d284c30f08 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.19 2013/10/15 06:25:37 mef Exp $ +# $NetBSD: Makefile.common,v 1.20 2015/06/13 20:40:30 tsutsui Exp $ # used by inputmethod/ja-freewnn-server/Makefile # used by inputmethod/ja-freewnn-lib/Makefile -DISTNAME= FreeWnn-1.1.1-a022 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=freewnn/59257/} \ +DISTNAME= FreeWnn-1.1.1-a023 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=freewnn/63271/} \ ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/ CATEGORIES= inputmethod @@ -12,7 +12,6 @@ HOMEPAGE= http://freewnn.sourceforge.jp/ COMMENT= Japanese/Chinese/Korean input method LICENSE= gnu-gpl-v2 -MAKE_JOBS_SAFE= no USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/inputmethod/ja-freewnn-lib/distinfo b/inputmethod/ja-freewnn-lib/distinfo index e450cfd9129..397a5e283e2 100644 --- a/inputmethod/ja-freewnn-lib/distinfo +++ b/inputmethod/ja-freewnn-lib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2013/10/15 06:25:37 mef Exp $ +$NetBSD: distinfo,v 1.13 2015/06/13 20:40:30 tsutsui Exp $ -SHA1 (FreeWnn-1.1.1-a022.tar.gz) = 659ab9db35e7a92189671ea6be17f138c24913d3 -RMD160 (FreeWnn-1.1.1-a022.tar.gz) = ae8373cb1522de9170bab01a185287c325368749 -Size (FreeWnn-1.1.1-a022.tar.gz) = 3702026 bytes +SHA1 (FreeWnn-1.1.1-a023.tar.gz) = 034c80614c3ea413dca7f0c81c59debe312e4fd1 +RMD160 (FreeWnn-1.1.1-a023.tar.gz) = 2f7823c08d29b3a969cb675408a3fe8cde4a97e9 +Size (FreeWnn-1.1.1-a023.tar.gz) = 3712238 bytes SHA1 (patch-makerule.mk.in) = 3c27d57081ac5937bb280c1b8cdaf12e489d2384 diff --git a/inputmethod/ja-freewnn-server/Makefile b/inputmethod/ja-freewnn-server/Makefile index 5b2a8260895..e5ecc324443 100644 --- a/inputmethod/ja-freewnn-server/Makefile +++ b/inputmethod/ja-freewnn-server/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2013/07/12 10:44:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2015/06/13 20:40:30 tsutsui Exp $ .include "../../inputmethod/ja-freewnn-lib/Makefile.common" -PKGNAME= ja-FreeWnn-server-1.11alpha22 -PKGREVISION= 1 +PKGNAME= ja-FreeWnn-server-1.11alpha23 COMMENT+= (Japanese server) |