From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 6 20:40:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39F3616A4DA for ; Sun, 6 Aug 2006 20:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F1643D45 for ; Sun, 6 Aug 2006 20:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k76KeJbv028951 for ; Sun, 6 Aug 2006 20:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k76KeJZx028950; Sun, 6 Aug 2006 20:40:19 GMT (envelope-from gnats) Date: Sun, 6 Aug 2006 20:40:19 GMT Message-Id: <200608062040.k76KeJZx028950@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: TAOKA Fumiyoshi Cc: Subject: Re: ports/101252: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 20:40:20 -0000 The following reply was made to PR ports/101252; it has been noted by GNATS. From: TAOKA Fumiyoshi To: TAKATSU Tomonari Cc: bug-followup@FreeBSD.org, Edwin Groothuis 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 > > Thanks. > > On Wed, 2 Aug 2006 10:40:19 UT > Edwin Groothuis 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 >