summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-01 10:28:30 +0000
committerobache <obache@pkgsrc.org>2014-05-01 10:28:30 +0000
commitdc804f0c6bb3e007d94a9ad1002ed5833c47b604 (patch)
tree55fc160f6ed201104f0f5ae9b5ec7ef18284bb0c /inputmethod
parent36fe14cbd3a5512d4c36c874f499f38667a5a898 (diff)
downloadpkgsrc-dc804f0c6bb3e007d94a9ad1002ed5833c47b604.tar.gz
Note upstream pull request.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/tegaki-wagomu/distinfo6
-rw-r--r--inputmethod/tegaki-wagomu/patches/patch-aa5
-rw-r--r--inputmethod/tegaki-wagomu/patches/patch-ab5
3 files changed, 9 insertions, 7 deletions
diff --git a/inputmethod/tegaki-wagomu/distinfo b/inputmethod/tegaki-wagomu/distinfo
index 44f7a0a1465..111d5e5315d 100644
--- a/inputmethod/tegaki-wagomu/distinfo
+++ b/inputmethod/tegaki-wagomu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/08/07 12:54:45 obache Exp $
+$NetBSD: distinfo,v 1.2 2014/05/01 10:28:30 obache Exp $
SHA1 (tegaki-wagomu-0.3.1.tar.gz) = b2d1188e038d4117c6d257d6182480b8587eb472
RMD160 (tegaki-wagomu-0.3.1.tar.gz) = cedb5901653756fa7a591f2fb6893d909ffff60b
@@ -6,5 +6,5 @@ Size (tegaki-wagomu-0.3.1.tar.gz) = 6745 bytes
SHA1 (tegaki-wagomu-0.3.tar.gz) = 113122743488415bed1471ee084911d6b0de3cde
RMD160 (tegaki-wagomu-0.3.tar.gz) = 5b8e6395e5692de78e3f10c3d12285c3adc5d30f
Size (tegaki-wagomu-0.3.tar.gz) = 19191 bytes
-SHA1 (patch-aa) = 337313968d03fc0ee80e0b1c2bbce76472dab3d4
-SHA1 (patch-ab) = 7f85c5154e9d3374865376e9923f06a009af7e68
+SHA1 (patch-aa) = e548821921654b0f220eec8d1df0681353621cbb
+SHA1 (patch-ab) = abcf3cc61c8e8cde085b90ebf932792c5ab65837
diff --git a/inputmethod/tegaki-wagomu/patches/patch-aa b/inputmethod/tegaki-wagomu/patches/patch-aa
index 80e6edd4483..e2fde27e990 100644
--- a/inputmethod/tegaki-wagomu/patches/patch-aa
+++ b/inputmethod/tegaki-wagomu/patches/patch-aa
@@ -1,6 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/08/07 12:54:45 obache Exp $
+$NetBSD: patch-aa,v 1.2 2014/05/01 10:28:30 obache Exp $
-use memalign(3) if possible.
+* use memalign(3) if possible.
+ https://github.com/tegaki/tegaki/pull/8
--- wagomu.cpp.orig 2010-02-27 04:51:50.000000000 +0000
+++ wagomu.cpp
diff --git a/inputmethod/tegaki-wagomu/patches/patch-ab b/inputmethod/tegaki-wagomu/patches/patch-ab
index c79da95ecc4..2e1d9bac37c 100644
--- a/inputmethod/tegaki-wagomu/patches/patch-ab
+++ b/inputmethod/tegaki-wagomu/patches/patch-ab
@@ -1,6 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 2010/08/07 12:54:45 obache Exp $
+$NetBSD: patch-ab,v 1.2 2014/05/01 10:28:30 obache Exp $
-Use posix_memalign(3) if possible.
+* Use posix_memalign(3) if possible.
+ https://github.com/tegaki/tegaki/pull/8
--- setup.py.orig 2010-02-27 04:51:50.000000000 +0000
+++ setup.py