UIM(textproc/uim) has immodule for GTK/Qt4. It enable switch input method(uim, scim, xim, etc.). But, not packaged UIM's immodule for Qt4. I made new package for UIM's immodule for Qt4. But, current version(uim-1.5.3) of textproc/uim can't compile immodule for Qt4 with FreeBSD. I tested uim-1.5.4 with testproc/uim / uim-gtk / uim-gnome / uim-qt / uim-kde. That work fine. Fix: Update to uim-1.5.4 (uim-1.5.3's Qt4 immodule can't compile on FreeBSD) 1. # cd /path/to/ports/textproc/uim 2. Edit Makefile (Change version 1.5.3 to 1.5.4) 3. # make makesum Extract attached archive file at ports/textproc 4. # cd /path/to/ports/textproc 5. # sh /path/to/uim-qt4-immodule.shar Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
makc 2010-08-10 21:50:13 UTC FreeBSD ports repository Added files: textproc/uim-qt4 Makefile pkg-descr Log: Add new port textproc/uim-qt4: Qt4 IM modules of uim input method. WWW: http://code.google.com/p/uim/ PR: ports/128696 Submitted by: Yamashiro Jun <yamajun@ofug.net> Revision Changes Path 1.1 +43 -0 ports/textproc/uim-qt4/Makefile (new) 1.1 +3 -0 ports/textproc/uim-qt4/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!