From fmysh@quad.dyndns.org  Wed Aug  2 10:34:23 2006
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7FDA616A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Aug 2006 10:34:23 +0000 (UTC)
	(envelope-from fmysh@quad.dyndns.org)
Received: from xeon.quad.dyndns.org (228.142.138.210.bn.2iij.net [210.138.142.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 226B243D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Aug 2006 10:34:22 +0000 (GMT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from localhost (localhost [127.0.0.1])
	by xeon.quad.dyndns.org (Postfix) with ESMTP id A6E2B153500;
	Wed,  2 Aug 2006 19:34:21 +0900 (JST)
Received: from xeon.quad.dyndns.org ([127.0.0.1])
	by localhost (xeon.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id ZDTvgcX9u8Or; Wed,  2 Aug 2006 19:34:11 +0900 (JST)
Received: by xeon.quad.dyndns.org (Postfix, from userid 1001)
	id 4168415340F; Wed,  2 Aug 2006 19:34:11 +0900 (JST)
Message-Id: <20060802103411.4168415340F@xeon.quad.dyndns.org>
Date: Wed,  2 Aug 2006 19:34:11 +0900 (JST)
From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic
X-Send-Pr-Version: 3.113
X-GNATS-Notify: tota@rtfm.jp

>Number:         101252
>Category:       ports
>Synopsis:       [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 10:40:15 GMT 2006
>Closed-Date:    Sat Sep 09 11:50:50 GMT 2006
>Last-Modified:  Sat Sep 09 11:50:50 GMT 2006
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Add WITH_CHARSET knob to convert a dictionary.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/mecab-ipadic/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	17 Jul 2006 14:12:22 -0000	1.3
+++ Makefile	1 Aug 2006 19:21:21 -0000
@@ -24,4 +24,9 @@
 USE_PERL5_BUILD=	yes
 GNU_CONFIGURE=	yes
 
+# Set charset (euc-jp/shift_jis/utf-8)
+.if defined(WITH_CHARSET)
+CONFIGURE_ARGS=	--with-charset=${WITH_CHARSET}
+.endif
+
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 2 10:40:22 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: TAKATSU Tomonari <tota@rtfm.jp>
To: bug-followup@FreeBSD.org
Cc: fmysh@iijmio-mail.jp, Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/101252: [patch] Add WITH_CHARSET knob to
 japanese/mecab-ipadic
Date: Sun, 06 Aug 2006 17:48:32 +0900

 I modified TAOKA-san's patch and show following:
 
 --- japanese/mecab-ipadic.orig/Makefile Tue Jul 18 21:40:09 2006
 +++ japanese/mecab-ipadic/Makefile      Sun Aug  6 17:32:20 2006
 @@ -24,4 +24,14 @@
  USE_PERL5_BUILD=       yes
  GNU_CONFIGURE= yes
 
 +# Set charset (euc-jp/sjis_jis/utf8)
 +.if defined(WITH_CHARSET)
 +CONFIGURE_ARGS=        --with-charset=${WITH_CHARSET}
 +.endif
 +
 +pre-everything::
 +       @${ECHO_MSG} ""
 +       @${ECHO_MSG} "  WITH_CHARSET=charset  set default charset (euc-jp/sjis_jis/utf8)"
 +       @${ECHO_MSG} ""
 +
  .include <bsd.port.mk>
 
 Thanks.
 
 On Wed, 2 Aug 2006 10:40:19 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of japanese/mecab-ipadic,
 > 
 > Please note that PR ports/101252 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/101252
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org

From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: TAKATSU Tomonari <tota@rtfm.jp>
Cc: bug-followup@FreeBSD.org,
 Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/101252: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic
Date: Mon, 7 Aug 2006 05:37:31 +0900

 Sorry, I got an encoding name wrong.
 iconv -l says not utf8 but utf-8.
 Please change the patch with s/utf8/utf-8/g.
 
 Thank you
 
 
 On 2006/08/06, at 17:48, TAKATSU Tomonari wrote:
 
 > I modified TAOKA-san's patch and show following:
 >
 > --- japanese/mecab-ipadic.orig/Makefile Tue Jul 18 21:40:09 2006
 > +++ japanese/mecab-ipadic/Makefile      Sun Aug  6 17:32:20 2006
 > @@ -24,4 +24,14 @@
 >  USE_PERL5_BUILD=       yes
 >  GNU_CONFIGURE= yes
 >
 > +# Set charset (euc-jp/sjis_jis/utf8)
 > +.if defined(WITH_CHARSET)
 > +CONFIGURE_ARGS=        --with-charset=${WITH_CHARSET}
 > +.endif
 > +
 > +pre-everything::
 > +       @${ECHO_MSG} ""
 > +       @${ECHO_MSG} "  WITH_CHARSET=charset  set default charset  
 > (euc-jp/sjis_jis/utf8)"
 > +       @${ECHO_MSG} ""
 > +
 >  .include <bsd.port.mk>
 >
 > Thanks.
 >
 > On Wed, 2 Aug 2006 10:40:19 UT
 > Edwin Groothuis <edwin@FreeBSD.org> wrote:
 >
 >> Maintainer of japanese/mecab-ipadic,
 >>
 >> Please note that PR ports/101252 has just been submitted.
 >>
 >> If it contains a patch for an upgrade, an enhancement or a bug fix
 >> you agree on, reply to this email stating that you approve the patch
 >> and a committer will take care of it.
 >>
 >> The full text of the PR can be found at:
 >>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/101252
 >>
 >> -- 
 >> Edwin Groothuis
 >> edwin@FreeBSD.org
 >
 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 6 21:41:26 UTC 2006 
State-Changed-Why:  
maintainer approved 

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

From: TAKATSU Tomonari <tota@rtfm.jp>
To: bug-followup@FreeBSD.org
Cc: fmysh@iijmio-mail.jp, edwin@FreeBSD.org
Subject: Re: ports/101252: [patch] Add WITH_CHARSET knob to
 japanese/mecab-ipadic
Date: Thu, 10 Aug 2006 20:03:53 +0900

 Finaly, the patch is following
 
 --- japanese/mecab-ipadic.orig/Makefile Tue Jul 18 21:40:09 2006
 +++ japanese/mecab-ipadic/Makefile      Sun Aug  6 17:32:20 2006
 @@ -24,4 +24,14 @@
  USE_PERL5_BUILD=	yes
  GNU_CONFIGURE=	yes
 
 +# Set charset (euc-jp/sjis_jis/utf-8)
 +.if defined(WITH_CHARSET)
 +CONFIGURE_ARGS=	--with-charset=${WITH_CHARSET}
 +.endif
 +
 +pre-everything::
 +	@${ECHO_MSG} ""
 +	@${ECHO_MSG} "  WITH_CHARSET=charset  set default charset (euc-jp/sjis_jis/utf-8)"
 +	@${ECHO_MSG} ""
 +
  .include <bsd.port.mk>
 
 Thanks.
 
 On Sun, 6 Aug 2006 21:41:34 GMT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Synopsis: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic
 > 
 > State-Changed-From-To: feedback->open
 > State-Changed-By: edwin
 > State-Changed-When: Sun Aug 6 21:41:26 UTC 2006
 > State-Changed-Why: 
 > maintainer approved
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=101252

From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>,
 TAKATSU Tomonari <tota@rtfm.jp>
Subject: Re: ports/101252: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic
Date: Thu, 24 Aug 2006 00:24:05 +0900

 Edwin, can you commit the patch?
 
 Thank you
 
 On 2006/08/10, at 20:03, TAKATSU Tomonari wrote:
 
 > Finaly, the patch is following
 >
 > --- japanese/mecab-ipadic.orig/Makefile Tue Jul 18 21:40:09 2006
 > +++ japanese/mecab-ipadic/Makefile      Sun Aug  6 17:32:20 2006
 > @@ -24,4 +24,14 @@
 >  USE_PERL5_BUILD=	yes
 >  GNU_CONFIGURE=	yes
 >
 > +# Set charset (euc-jp/sjis_jis/utf-8)
 > +.if defined(WITH_CHARSET)
 > +CONFIGURE_ARGS=	--with-charset=${WITH_CHARSET}
 > +.endif
 > +
 > +pre-everything::
 > +	@${ECHO_MSG} ""
 > +	@${ECHO_MSG} "  WITH_CHARSET=charset  set default charset (euc-jp/ 
 > sjis_jis/utf-8)"
 > +	@${ECHO_MSG} ""
 > +
 >  .include <bsd.port.mk>
 >
 > Thanks.
 >
 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sat Sep 9 11:50:48 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101252 
>Unformatted:
