head 1.4; access; symbols pkgsrc-2014Q1:1.3.0.10 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.8 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.6 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.2 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.2 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.1.0.8 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2 pkgsrc-2011Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2014.04.20.06.40.00; author ryoon; state dead; branches; next 1.3; commitid SBj4ycWgwpk58oxx; 1.3 date 2013.03.06.11.06.56; author obache; state Exp; branches; next 1.2; 1.2 date 2012.09.15.12.05.00; author obache; state Exp; branches; next 1.1; 1.1 date 2011.09.14.16.57.41; author hans; state Exp; branches; next ; desc @@ 1.4 log @Bump PKGREVISION Use loader.scm and installed-modules.scm from ${PREFIX}/etc/uim They are changed by uim-module-manager during installation. They should not be in ${PREFIX}/share. I have changed hack for SunOS. My change may break SunOS build. I will fix the breakage. @ text @$NetBSD: patch-ad,v 1.3 2013/03/06 11:06:56 obache Exp $ * Fix for SunOS, Add $(SunOS_LDFLAGS) where $(LDFLALGS) requested --- uim/Makefile.in.orig 2012-12-30 06:12:26.000000000 +0000 +++ uim/Makefile.in @@@@ -184,7 +184,7 @@@@ libuim_custom_enabler_la_OBJECTS = \ $(am_libuim_custom_enabler_la_OBJECTS) libuim_custom_enabler_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libuim_custom_enabler_la_LDFLAGS) $(LDFLAGS) -o $@@ + $(libuim_custom_enabler_la_LDFLAGS) $(LDFLAGS) $(SunOS_LDFLAGS) -o $@@ libuim_custom_la_DEPENDENCIES = libuim-scm.la libuim.la am_libuim_custom_la_OBJECTS = libuim_custom_la-uim-custom.lo libuim_custom_la_OBJECTS = $(am_libuim_custom_la_OBJECTS) @@@@ -237,7 +237,7 @@@@ am_libuim_lolevel_la_OBJECTS = libuim_lo libuim_lolevel_la_OBJECTS = $(am_libuim_lolevel_la_OBJECTS) libuim_lolevel_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libuim_lolevel_la_LDFLAGS) $(LDFLAGS) -o $@@ + $(libuim_lolevel_la_LDFLAGS) $(LDFLAGS) $(SunOS_LDFLAGS) -o $@@ libuim_look_la_DEPENDENCIES = libuim-scm.la libuim.la \ libuim-bsdlook.la am_libuim_look_la_OBJECTS = libuim_look_la-look.lo @@@@ -300,7 +300,7 @@@@ am_libuim_scm_la_OBJECTS = libuim_scm_la libuim_scm_la_OBJECTS = $(am_libuim_scm_la_OBJECTS) libuim_scm_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libuim_scm_la_CFLAGS) \ - $(CFLAGS) $(libuim_scm_la_LDFLAGS) $(LDFLAGS) -o $@@ + $(CFLAGS) $(libuim_scm_la_LDFLAGS) $(LDFLAGS) $(SunOS_LDFLAGS) -o $@@ libuim_skk_la_DEPENDENCIES = libuim-scm.la libuim.la libuim-bsdlook.la am_libuim_skk_la_OBJECTS = libuim_skk_la-skk.lo libuim_skk_la_OBJECTS = $(am_libuim_skk_la_OBJECTS) @@@@ -409,7 +409,7 @@@@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIB CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@@ + $(LDFLAGS) $(SunOS_LDFLAGS) -o $@@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @ 1.3 log @Update uim to 1.8.4. based on PR pkg/47468 by YAMASHIRO, Jun. Overview of changes from 1.8.3 to 1.8.4 ======================================= * Enhancements - uim-xim * Add Hungarian locale support (by Kővágó Zoltán) - uim-tutcode * Enhance postfix katakana conversion - Take characters while hiragana continues - Exclude specified number of characters - Shrink last postfix katakana conversion * Updated trycode composition table retrieved 2012-11-22 Overview of changes from 1.8.2 to 1.8.3 ======================================= * Fixes - uim-toolbar-gtk-systray - uim-toolbar-gtk3-systray * Avoid SEGV in some environments ([uim-ja 337]) * Fix typo ([uim-ja 339]) - uim-tutcode * Fix bug: left/right key erases current selection text on Google Chrome @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2012/09/15 12:05:00 obache Exp $ @ 1.2 log @Update uim to 1.8.2. PR 46840 by YAMASHIRO, Jun. added comments to patches from mef@@. Overview of changes from 1.8.1 to 1.8.2 ======================================= * Fixes - uim-gtk3 * Avoid problem with the wrap mode * Prevent selection if needed - uim-tutcode * Fix error when label key is typed just after entering interactive bushu mode * Fix error on auto help after bushu conversion for some kanji * Fix mismatch between preedit display and pending keys after focus out * Enhancements - uim-skk * Support sticky key * Others - uim-candwin-qt4 - uim-chardict-qt4 - uim-pref-qt4 - uim-im-switcher-qt4 - uim-toolbar-qt4 - uim-qt4 * Honor CPPFLAGS in compilation - uim-candiwn-gtk3 - uim-dict-gtk3 - uim-input-pad-ja-gtk3 - uim-pref-gtk3 - uim-im-switcher-gtk3 - uim-toolbar-gtk3 - uim-gtk3 * Replace deprecated functions @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2011/09/14 16:57:41 hans Exp $ d5 3 a7 3 --- uim/Makefile.in.orig 2011-05-17 06:16:18.000000000 +0200 +++ uim/Makefile.in 2011-09-13 15:25:17.188833173 +0200 @@@@ -166,7 +166,7 @@@@ libuim_custom_enabler_la_OBJECTS = \ d16 1 a16 1 @@@@ -219,7 +219,7 @@@@ am_libuim_lolevel_la_OBJECTS = libuim_lo d25 1 a25 1 @@@@ -273,7 +273,7 @@@@ am_libuim_scm_la_OBJECTS = libuim_scm_la d34 1 a34 1 @@@@ -382,7 +382,7 @@@@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIB @ 1.1 log @Fix build on SunOS. @ text @d1 3 a3 1 $NetBSD$ @