head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.2.0.2 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.1.1.1.0.2 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.03.25.12.36.26; author obache; state dead; branches; next 1.3; 1.3 date 2011.01.26.02.38.53; author obache; state Exp; branches; next 1.2; 1.2 date 2010.11.23.01.10.36; author obache; state Exp; branches; next 1.1; 1.1 date 2010.08.07.02.25.03; author obache; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.08.07.02.25.03; author obache; state Exp; branches; next ; desc @@ 1.4 log @Update ibus-handwrite to 2.1.4. patch-aa is fixed with different way. @ text @$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; @ 1.3 log @Update ibus-handwrite to 2.1.3. bug fixes, but no changes for pkgsrc, because it's patch-a{b,c}. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2010/11/23 01:10:36 obache Exp $ @ 1.2 log @Update ibus-handwrite to 2.1.1. bug fix. @ text @d1 4 a4 1 $NetBSD: patch-aa,v 1.1.1.1 2010/08/07 02:25:03 obache Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/handrecog_lucykila.c.orig 2010-04-22 10:53:37.000000000 +0000 d5 1 a5 2 @@@@ -17,6 +17,12 @@@@ #include "engine.h" d7 1 @ 1.1.1.1 log @Import ibus-handwrite-2.1.0nb1 as inputmethod/ibus-handwrite. ibus-handwrite is a handwrite recgnizer for IBus. @ text @@