Bug 160817

Summary: Can not build mew port with zh_TW.Big5 as value of LC_CTYPE.
Product: Ports & Packages Reporter: Thinker K.F. Li <thinker>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Thinker K.F. Li 2011-09-19 05:40:03 UTC
mail/mew port is invoking emacs for compiling .texi files to .info files.
When the port compiles the document of Japenese verion (JIS),
the emacs will ask user for an encoding name if LC_CTYPE is zh_TW.Big5.
It induces an error since stdin is being redirected.

How-To-Repeat: Following command is being fail.
	cd /usr/ports/mail/mew/; make clean; \
	  LC_CTYPE=zh_TW.Big5 make; make install

But, it is fine to execute this command:
	cd /usr/ports/mail/mew; make clean; \
	  LC_CTYPE=zh_TW.UTF-8 make; make install
Comment 1 hiroto.kagotani 2011-11-21 10:59:34 UTC
Thanks for reporting the issue.
I submitted an update for mew as a new PR including a fix for the problem.

Please close this PR.

-- 
Hiroto Kagotani
<hiroto.kagotani@gmail.com>
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-21 12:45:09 UTC
State Changed
From-To: open->closed

Maintainer submitted a new PR (ports/162717) which includes a fix for 
this problem.