ports/153814: Switch default MySQL version from 5.1 to 5.5

Alex Dupre ale at FreeBSD.org
Sun Jan 9 13:00:17 UTC 2011


>Number:         153814
>Category:       ports
>Synopsis:       Switch default MySQL version from 5.1 to 5.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 09 13:00:16 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.1-STABLE FreeBSD 8.1-STABLE #2 r215627: Sun Nov 21 13:36:51 UTC 2010 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
Since MySQL 5.5 is now in GA state and brings many improvements,
I ask an experimental build with the following patch,
to switch the default MySQL version to 5.5.
	
>How-To-Repeat:
	
>Fix:

	

--- mysql.diff begins here ---
--- Mk/bsd.database.mk.orig	2011-01-09 12:44:07.610429000 +0000
+++ Mk/bsd.database.mk	2011-01-09 12:44:42.395609000 +0000
@@ -20,10 +20,10 @@
 #				  If no version is given (by the maintainer via the port or
 #				  by the user via defined variable), try to find the
 #				  currently installed version.  Fall back to default if
-#				  necessary (MySQL-5.1 = 51).
+#				  necessary (MySQL-5.5 = 55).
 # DEFAULT_MYSQL_VER
 #				- MySQL default version.  Can be overridden within a port.
-#				  Default: 51.
+#				  Default: 55.
 # WANT_MYSQL_VER
 #				- Maintainer can set an arbitrary version of MySQL to always
 #				  build this port with (overrides WITH_MYSQL_VER).
@@ -104,7 +104,7 @@
 #				- Detected Firebird version.
 
 .if defined(USE_MYSQL)
-DEFAULT_MYSQL_VER?=	51
+DEFAULT_MYSQL_VER?=	55
 # MySQL client version currently supported.
 MYSQL323_LIBVER=	10
 MYSQL40_LIBVER=		12
--- mysql.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list