ports/101252: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Wed Aug 23 15:30:33 UTC 2006


The following reply was made to PR ports/101252; it has been noted by GNATS.

From: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
To: bug-followup at FreeBSD.org
Cc: Edwin Groothuis <edwin at FreeBSD.org>,
 TAKATSU Tomonari <tota at 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.
 >
 



More information about the freebsd-ports-bugs mailing list