Bug 198053 - [new port] databases/p5-DBD-mysql55
Summary: [new port] databases/p5-DBD-mysql55
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 14:47 UTC by papowell
Modified: 2017-05-05 14:38 UTC (History)
2 users (show)

See Also:


Attachments
p5-DBD-mysql55.shar (956 bytes, text/plain)
2015-02-26 14:47 UTC, papowell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description papowell 2015-02-26 14:47:43 UTC
Created attachment 153545 [details]
p5-DBD-mysql55.shar

The default version of MySQL is now 5.6.  The following note is in CHANGES:

20150204:
  AFFECTS: users of databases/mysql55-(server|client)
  AUTHOR: ale@FreeBSD.org

  The default MySQL version has been updated from 5.5 to 5.6.

  If you compile your own ports you may keep 5.5 as the default version by
  adding the following lines to your /etc/make.conf file:

  #
  # Keep MySQL 5.5 as default version
  #
  DEFAULT_VERSIONS+=mysql= 5.5

However, there really should be a port for p5-DBD-mysql55 to match p5-DBD-mysql51.

This would make life simpler in that you would not need to update the make.conf file.  (OK, it would make MY life a bit simpler.)  Also, you could then have a package for p5-DBD-mysql55 on the FreeBSD repository.  And this puts off the problem of having to convert all the scripts which use mysql -pPASS, and the problems of INSERT dying because you did not provide a default value for text fields,  and now you have to specify mysql_mode=TRADITIONAL.  Sigh.

Attached is a SHAR archive for p5-DBD-mysql55.
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2017-04-15 14:40:55 UTC
Is this still needed?