Bug 160630

Summary: [PATCH] databases/mysql55-server Add WITH_COLLATION and WITH_CHARSET
Product: Ports & Packages Reporter: nbari
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: nbari
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mysql55-server.diff none

Description nbari 2011-09-10 16:40:03 UTC
  When updating to mysql55 there are no options like previous mysql5X version of specifying the CHARSET

  With this patch user can specify the CHARSET and COLLATION using something like;

  make WITH_CHARSET=uft8 WITH_COLLATION=utf8_unicode_ci
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-10 16:40:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 nbari 2011-09-10 16:47:38 UTC
The correct way to use it is:

make WITH_CHARSET="utf8" WITH_COLLATION="utf8_unicode_ci" install clean

with "" on the options
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2011-09-13 15:56:05 UTC
State Changed
From-To: open->closed

You should use my.cnf for this config params.
Comment 4 nbari 2011-09-13 16:50:02 UTC
Any chance to keep the options so it can be backwards compatible with
previous versions of the mysql port ?

regards