From nobody@FreeBSD.org  Sat Nov  8 14:00:01 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25ED01065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Nov 2008 14:00:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0F97A8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Nov 2008 14:00:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mA8E00VO063672
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 8 Nov 2008 14:00:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mA8E00VP063671;
	Sat, 8 Nov 2008 14:00:00 GMT
	(envelope-from nobody)
Message-Id: <200811081400.mA8E00VP063671@www.freebsd.org>
Date: Sat, 8 Nov 2008 14:00:00 GMT
From: Yamashiro@FreeBSD.org, Jun <yamajun@ofug.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update textproc/uim and new package request textproc/uim-qt4-immodule
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128696
>Category:       ports
>Synopsis:       Update textproc/uim and new package request textproc/uim-qt4-immodule
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 08 14:00:07 UTC 2008
>Closed-Date:    Tue Aug 10 21:51:10 UTC 2010
>Last-Modified:  Tue Aug 10 22:00:10 UTC 2010
>Originator:     Yamashiro, Jun
>Release:        FreeBSD 7.0-RELEASE
>Organization:
Okinawa FreeBSD Users Group
>Environment:
FreeBSD test.local 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
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.
>How-To-Repeat:

>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:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	uim-qt4-immodule
#	uim-qt4-immodule/Makefile
#	uim-qt4-immodule/pkg-descr
#	uim-qt4-immodule/pkg-plist
#
echo c - uim-qt4-immodule
mkdir -p uim-qt4-immodule > /dev/null 2>&1
echo x - uim-qt4-immodule/Makefile
sed 's/^X//' >uim-qt4-immodule/Makefile << '312ca3a80e21cfed56523828b94d72cf'
X#
X# $FreeBSD$
X#
X
XPKGNAMESUFFIX=	-qt4-immodule
X
XCOMMENT=	Qt4 IM modules of uim input method
X
XUSE_QT_VER=	4
XQT_COMPONENTS=	qmake_build moc_build corelib gui
XUSE_AUTOTOOLS=	libtool:15
XUSE_ICONV=	yes
X
XLIB_DEPENDS=	uim.6:${PORTSDIR}/textproc/uim
X
XMASTERDIR=	${.CURDIR}/../../textproc/uim
XPKGDIR=		${.CURDIR}
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--with-qt4-immodule
XCONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -L${LOCALBASE}/lib -I${LOCALBASE}/include "
XUIM_SLAVE=	yes
X
X.if defined(WITHOUT_X11)
XIGNORE=		requires X11
X.endif
X
Xdo-build:
X	(cd ${WRKSRC}/uim && ${SETENV} ${MAKE_ENV} ${GMAKE} libuim-x-util.la)
X	(cd ${WRKSRC}/replace && ${SETENV} ${MAKE_ENV} ${GMAKE})
X	(cd ${WRKSRC}/qt4/immodule && ${SETENV} ${MAKE_ENV} ${GMAKE})
X
Xdo-install:
X	(cd ${WRKSRC}/qt4/immodule && ${SETENV} ${MAKE_ENV} ${GMAKE} install)
X
X.include "${MASTERDIR}/Makefile"
312ca3a80e21cfed56523828b94d72cf
echo x - uim-qt4-immodule/pkg-descr
sed 's/^X//' >uim-qt4-immodule/pkg-descr << '3cfd270a2c1d592845bc6d60ae781b4a'
XQt4 IM modules of uim input method.
X
XWWW: http://code.google.com/p/uim/
3cfd270a2c1d592845bc6d60ae781b4a
echo x - uim-qt4-immodule/pkg-plist
sed 's/^X//' >uim-qt4-immodule/pkg-plist << 'af53fa8a1ef50e97d2a5a17c96fd0d6b'
Xlib/qt4/plugins/inputmethods/libuiminputcontextplugin.so
X@dirrmtry lib/qt4/plugins/inputmethods
af53fa8a1ef50e97d2a5a17c96fd0d6b
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 8 14:00:17 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128696 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Tue Aug 10 21:51:09 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128696 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128696: commit references a PR
Date: Tue, 10 Aug 2010 21:50:22 +0000 (UTC)

 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"
 
>Unformatted:
