Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Aug 2006 19:34:11 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   ports/101252: [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic
Message-ID:  <20060802103411.4168415340F@xeon.quad.dyndns.org>
Resent-Message-ID: <200608021040.k72AeFai037130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 10:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060802103411.4168415340F>