summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-handwrite
diff options
context:
space:
mode:
authorobache <obache>2011-03-25 12:36:26 +0000
committerobache <obache>2011-03-25 12:36:26 +0000
commit3554be130fee50b7f633326c6896f9ecadf2d73a (patch)
tree0244e0da5b146326e0e3d594f2949a99889889d9 /inputmethod/ibus-handwrite
parent7cc79b275ebff86d965981922c9b8a47c69584a2 (diff)
downloadpkgsrc-3554be130fee50b7f633326c6896f9ecadf2d73a.tar.gz
Update ibus-handwrite to 2.1.4.
patch-aa is fixed with different way.
Diffstat (limited to 'inputmethod/ibus-handwrite')
-rw-r--r--inputmethod/ibus-handwrite/Makefile5
-rw-r--r--inputmethod/ibus-handwrite/distinfo8
-rw-r--r--inputmethod/ibus-handwrite/patches/patch-aa20
3 files changed, 7 insertions, 26 deletions
diff --git a/inputmethod/ibus-handwrite/Makefile b/inputmethod/ibus-handwrite/Makefile
index 9b85593d1aa..c56d6591566 100644
--- a/inputmethod/ibus-handwrite/Makefile
+++ b/inputmethod/ibus-handwrite/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2011/01/26 02:38:52 obache Exp $
+# $NetBSD: Makefile,v 1.8 2011/03/25 12:36:26 obache Exp $
#
-DISTNAME= ibus-handwrite-2.1.3
+DISTNAME= ibus-handwrite-2.1.4
CATEGORIES= inputmethod
MASTER_SITES= http://ibus-handwrite.googlecode.com/files/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus-handwrite/
diff --git a/inputmethod/ibus-handwrite/distinfo b/inputmethod/ibus-handwrite/distinfo
index 13bd81f4d7a..4369a31c0aa 100644
--- a/inputmethod/ibus-handwrite/distinfo
+++ b/inputmethod/ibus-handwrite/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2011/01/26 02:38:52 obache Exp $
+$NetBSD: distinfo,v 1.5 2011/03/25 12:36:26 obache Exp $
-SHA1 (ibus-handwrite-2.1.3.tar.gz) = c52ecf30f8f628afdc858321db683d72e6b43694
-RMD160 (ibus-handwrite-2.1.3.tar.gz) = 62bc138c36c37533e1734922c50769f0d8c3b92d
-Size (ibus-handwrite-2.1.3.tar.gz) = 293327 bytes
+SHA1 (ibus-handwrite-2.1.4.tar.bz2) = 2798728c628dfa60a7c1c45c8a59882962c91b1e
+RMD160 (ibus-handwrite-2.1.4.tar.bz2) = 35e7288d5efcd98a01138d075b0455874730a4ea
+Size (ibus-handwrite-2.1.4.tar.bz2) = 237980 bytes
SHA1 (patch-aa) = 18449df350fbff0e465ad05fc5c3b8e879418d0b
diff --git a/inputmethod/ibus-handwrite/patches/patch-aa b/inputmethod/ibus-handwrite/patches/patch-aa
deleted file mode 100644
index 3d8e23ea1e8..00000000000
--- a/inputmethod/ibus-handwrite/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2011/01/26 02:38:53 obache Exp $
-
-http://code.google.com/p/ibus-handwrite/issues/detail?id=11
-(upstream marked as "WontFix" and closed).
-
---- src/handrecog_lucykila.c.orig 2010-11-22 12:41:39.000000000 +0000
-+++ src/handrecog_lucykila.c
-@@ -18,6 +18,12 @@
- #include "handrecog.h"
- #include "global_var.h"
-
-+#ifndef MAP_ANONYMOUS
-+#ifdef MAP_ANON
-+#define MAP_ANONYMOUS MAP_ANON
-+#endif
-+#endif
-+
- typedef struct _MATCHED MATCHED;
- typedef struct _IbusHandwriteRecogLucyKila IbusHandwriteRecogLucyKila;
- typedef struct _IbusHandwriteRecogLucyKilaClass IbusHandwriteRecogLucyKilaClass;