diff --git a/inputmethod/ibus-handwrite/Makefile b/inputmethod/ibus-handwrite/Makefile index 9b85593d1aaf..c56d6591566e 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 13bd81f4d7ac..4369a31c0aa4 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 3d8e23ea1e81..000000000000 --- 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;