Index: devel/m17n-lib/Makefile =================================================================== --- devel/m17n-lib/Makefile (revision 427395) +++ devel/m17n-lib/Makefile (working copy) @@ -10,6 +10,9 @@ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Library for the multilingual text handling +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= bison:devel/bison \ m17n-db>=1.6.4:devel/m17n-db LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ @@ -22,7 +25,7 @@ MAKE_JOBS_UNSAFE= yes USES= autoreconf gettext-tools libtool pathfix pkgconfig -USE_XORG= ice sm x11 xaw xft xt +USE_XORG= ice sm x11 xaw xft xmu xrender xt USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/m17n-lib/files/patch-src_input.c =================================================================== --- devel/m17n-lib/files/patch-src_input.c (nonexistent) +++ devel/m17n-lib/files/patch-src_input.c (working copy) @@ -0,0 +1,20 @@ +--- src/input.c.orig 2014-11-28 22:57:48 UTC ++++ src/input.c +@@ -4264,7 +4264,7 @@ filter (MInputContext *ic, MSymbol key, + if (ic_info->commit_key_head > 0) + { + memmove (ic_info->keys, ic_info->keys + ic_info->commit_key_head, +- sizeof (int) * (ic_info->used - ic_info->commit_key_head)); ++ sizeof (MSymbol *) * (ic_info->used - ic_info->commit_key_head)); + ic_info->used -= ic_info->commit_key_head; + ic_info->key_head -= ic_info->commit_key_head; + ic_info->state_key_head -= ic_info->commit_key_head; +@@ -4278,7 +4278,7 @@ filter (MInputContext *ic, MSymbol key, + if (ic_info->key_head > 0) + { + memmove (ic_info->keys, ic_info->keys + ic_info->key_head, +- sizeof (int) * (ic_info->used - ic_info->key_head)); ++ sizeof (MSymbol *) * (ic_info->used - ic_info->key_head)); + ic_info->used -= ic_info->key_head; + ic_info->key_head = ic_info->state_key_head + = ic_info->commit_key_head = 0; Property changes on: devel/m17n-lib/files/patch-src_input.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property