Bug 45173

Summary: [PATCH] mysql323-server ignores WITH_XCHARSET without WITH_CHARSET
Product: Ports & Packages Reporter: ITO Tsuyoshi <tsuyoshi>
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ITO Tsuyoshi 2002-11-09 22:40:01 UTC
	The `configure' script of MySQL accepts --with-charset and
	--with-extra-charset options.  Each of these has a default
	value (--with-charset=latin1 and --with-extra-charset=none).
	We can specify both, either one, or none of these options.

	With databases/mysql323-server port, we can specify the values
	for these options with WITH_CHARSET and WITH_XCHARSET
	variables on `make' command line.  However, the port ignores
	WITH_XCHARSET if we specify WITH_XCHARSET but not WITH_CHARSET.

Fix: Here is a patch to solve this problem.
How-To-Repeat: 	After `make WITH_XCHARSET=complex install', examine config.log
	or try `safe_mysqld --user=mysql --default-character-set=ujis'.
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-11-11 08:25:20 UTC
Responsible Changed
From-To: freebsd-ports->dirk

over to maintainer
Comment 2 dirk freebsd_committer freebsd_triage 2002-11-17 16:01:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!