Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ibus-kmfl/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 23 Sep 2011 22:25:43 -0000 1.4 +++ Makefile 6 Jan 2012 10:40:29 -0000 @@ -7,7 +7,7 @@ PORTNAME= ibus-kmfl PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/kmfl/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ @@ -16,7 +16,7 @@ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL IMEngine for IBus framework -LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus \ +LIB_DEPENDS= ibus-1.0.400:${PORTSDIR}/textproc/ibus \ kmfl.0:${PORTSDIR}/textproc/libkmfl \ kmflcomp.0:${PORTSDIR}/textproc/kmflcomp RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp Index: files/patch-src-main.c =================================================================== RCS file: files/patch-src-main.c diff -N files/patch-src-main.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src-main.c 6 Jan 2012 18:37:41 -0000 @@ -0,0 +1,11 @@ +--- src/main.c 2010-05-05 01:49:36.000000000 +0400 ++++ src/main.c 2012-01-06 21:36:53.000000000 +0300 +@@ -51,7 +51,7 @@ + engines = ibus_component_get_engines (component); + for (p = engines; p != NULL; p = p->next) { + IBusEngineDesc *engine = (IBusEngineDesc *)p->data; +- ibus_factory_add_engine (factory, engine->name, IBUS_TYPE_KMFL_ENGINE); ++ ibus_factory_add_engine (factory, ibus_engine_desc_get_name (engine), IBUS_TYPE_KMFL_ENGINE); + } + + if (ibus) {