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'.
Responsible Changed From-To: freebsd-ports->dirk over to maintainer
State Changed From-To: open->closed Committed. Thanks!