ports/92805: Change default MySQL version from 4.1 to 5.0

Alex Dupre ale at FreeBSD.org
Sat Feb 4 14:30:14 UTC 2006


>Number:         92805
>Category:       ports
>Synopsis:       Change default MySQL version from 4.1 to 5.0
>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:   Sat Feb 04 14:30:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD thunder.alexdupre.com 6.0-STABLE FreeBSD 6.0-STABLE #2: Sun Jan 22 17:53:48 CET 2006 alex at thunder.alexdupre.com:/usr/obj/usr/src/sys/THUNDER i386


	
>Description:
MySQL 5.0 is now the recommended version, so we should change the default
installed version in bsd.database.mk.
4.1 and 5.0 APIs are quite identical, so no ports should break, but a full
port tree build could avoid any issue.
	
>How-To-Repeat:
	
>Fix:

	

--- bsd.database.mk.diff begins here ---
Index: bsd.database.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.database.mk,v
retrieving revision 1.7
diff -u -r1.7 bsd.database.mk
--- bsd.database.mk	1 Feb 2006 06:18:06 -0000	1.7
+++ bsd.database.mk	4 Feb 2006 14:14:41 -0000
@@ -58,7 +58,7 @@
 #				  sqlite3 is used (if USE_SQLITE= yes).
 
 .if defined(USE_MYSQL)
-DEFAULT_MYSQL_VER?=	41
+DEFAULT_MYSQL_VER?=	50
 # MySQL client version currently supported.
 MYSQL323_LIBVER=	10
 MYSQL40_LIBVER=		12
--- bsd.database.mk.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list