diff options
author | obache <obache@pkgsrc.org> | 2014-05-05 06:26:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-05 06:26:53 +0000 |
commit | d91209968ab83c5deff998a045f1e5db981b5e8b (patch) | |
tree | 181d950bd1ec2ff86e212e23e0ae4028e764043d /inputmethod | |
parent | 25a9dc34e1c11baaf6487f33f7ab3d4b022e3f7c (diff) | |
download | pkgsrc-d91209968ab83c5deff998a045f1e5db981b5e8b.tar.gz |
Note/Update comments for patches.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tomoe/distinfo | 10 | ||||
-rw-r--r-- | inputmethod/tomoe/patches/patch-aa | 4 | ||||
-rw-r--r-- | inputmethod/tomoe/patches/patch-ab | 4 | ||||
-rw-r--r-- | inputmethod/tomoe/patches/patch-lib_glib-utils_h | 4 | ||||
-rw-r--r-- | inputmethod/tomoe/patches/patch-lib_tomoe_c | 4 |
5 files changed, 15 insertions, 11 deletions
diff --git a/inputmethod/tomoe/distinfo b/inputmethod/tomoe/distinfo index 517ef0cff43..58e27cb4df9 100644 --- a/inputmethod/tomoe/distinfo +++ b/inputmethod/tomoe/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2012/05/06 17:24:41 dholland Exp $ +$NetBSD: distinfo,v 1.5 2014/05/05 06:26:53 obache Exp $ SHA1 (tomoe-0.6.0.tar.gz) = 0ab5b4fd4609d0439f90010c35305595522f54f2 RMD160 (tomoe-0.6.0.tar.gz) = fc8e799c4b845e9c4b41879980fecc9d9dc77c69 Size (tomoe-0.6.0.tar.gz) = 4918949 bytes -SHA1 (patch-aa) = beaf6abd17e985d3b11eccdd0d870329b9088b00 -SHA1 (patch-ab) = 718f888ec731ea5183c0af40bb90abe1807be89e -SHA1 (patch-lib_glib-utils_h) = a03c9f060241257cbc42d9624bfe685f53094e1e -SHA1 (patch-lib_tomoe_c) = b38e905e6311c966291891430c3c0b7ad624d799 +SHA1 (patch-aa) = c99aaf7c5693f02f91d4c0c84def6de9cfe60031 +SHA1 (patch-ab) = 9e0b270c75ecf65fb621e0ccaccce9b8ed506fff +SHA1 (patch-lib_glib-utils_h) = 70a3209ed63bcd71195a2763252bf3f731979e6a +SHA1 (patch-lib_tomoe_c) = 6243b73822e17fead78110ca6c3ac6da7240ff27 diff --git a/inputmethod/tomoe/patches/patch-aa b/inputmethod/tomoe/patches/patch-aa index 72cd5fe236a..0056f41ff67 100644 --- a/inputmethod/tomoe/patches/patch-aa +++ b/inputmethod/tomoe/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2008/05/31 14:16:47 obache Exp $ +$NetBSD: patch-aa,v 1.2 2014/05/05 06:26:53 obache Exp $ + +* take care missing strerror(3). --- lib/tomoe-xml-parser.c.orig 2007-04-10 07:24:21.000000000 +0000 +++ lib/tomoe-xml-parser.c diff --git a/inputmethod/tomoe/patches/patch-ab b/inputmethod/tomoe/patches/patch-ab index db186f87988..4d8cb82c2fd 100644 --- a/inputmethod/tomoe/patches/patch-ab +++ b/inputmethod/tomoe/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2008/06/04 13:01:36 obache Exp $ +$NetBSD: patch-ab,v 1.2 2014/05/05 06:26:53 obache Exp $ + +* localedir will be handled properly with pkgsrc framework. --- configure.orig 2007-06-18 03:09:07.000000000 +0000 +++ configure diff --git a/inputmethod/tomoe/patches/patch-lib_glib-utils_h b/inputmethod/tomoe/patches/patch-lib_glib-utils_h index a2429d9fc61..855fd4fee81 100644 --- a/inputmethod/tomoe/patches/patch-lib_glib-utils_h +++ b/inputmethod/tomoe/patches/patch-lib_glib-utils_h @@ -1,6 +1,6 @@ -$NetBSD: patch-lib_glib-utils_h,v 1.1 2012/05/06 17:24:41 dholland Exp $ +$NetBSD: patch-lib_glib-utils_h,v 1.2 2014/05/05 06:26:53 obache Exp $ -Fix build with latest glib2. +* It is no longer possible to include individual headers since glib2-2.32 --- lib/glib-utils.h~ 2007-04-25 07:35:58.000000000 +0000 +++ lib/glib-utils.h diff --git a/inputmethod/tomoe/patches/patch-lib_tomoe_c b/inputmethod/tomoe/patches/patch-lib_tomoe_c index 568492cef26..5103a84bee8 100644 --- a/inputmethod/tomoe/patches/patch-lib_tomoe_c +++ b/inputmethod/tomoe/patches/patch-lib_tomoe_c @@ -1,6 +1,6 @@ -$NetBSD: patch-lib_tomoe_c,v 1.1 2012/05/06 17:24:41 dholland Exp $ +$NetBSD: patch-lib_tomoe_c,v 1.2 2014/05/05 06:26:53 obache Exp $ -Fix build with latest glib2. +* It is no longer possible to include individual headers since glib2-2.32 --- lib/tomoe.c~ 2007-06-06 07:35:53.000000000 +0000 +++ lib/tomoe.c |