Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 15:23:43 +0100 (CET)
From:      Alex Dupre <ale@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92805: Change default MySQL version from 4.1 to 5.0
Message-ID:  <200602041423.k14ENhMD066611@thunder.alexdupre.com>
Resent-Message-ID: <200602041430.k14EUCTn024515@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602041423.k14ENhMD066611>