Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2010 07:30:08 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/147716: Switch default MySQL version from 5.0-EOL to 5.1-GA
Message-ID:  <201006090730.o597U86B065754@freefall.freebsd.org>
Resent-Message-ID: <201006090740.o597e1Px080262@freefall.freebsd.org>

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

>Number:         147716
>Category:       ports
>Synopsis:       Switch default MySQL version from 5.0-EOL to 5.1-GA
>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:   Wed Jun 09 07:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.0-STABLE FreeBSD 8.0-STABLE #42 r204803: Sat Mar 6 21:21:56 UTC 2010 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
Since MySQL 5.0 is in EOL, I ask an experimental build with the following patch,
to switch the default MySQL version to 5.1 GA.
	
>How-To-Repeat:
	
>Fix:

	

--- bsd.database.mk.patch begins here ---
Index: bsd.database.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.database.mk,v
retrieving revision 1.44
diff -u -r1.44 bsd.database.mk
--- bsd.database.mk	26 Apr 2010 13:42:05 -0000	1.44
+++ bsd.database.mk	9 Jun 2010 07:23:41 -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.0 = 50).
+#				  necessary (MySQL-5.1 = 51).
 # DEFAULT_MYSQL_VER
 #				- MySQL default version.  Can be overridden within a port.
-#				  Default: 50.
+#				  Default: 51.
 # 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?=	50
+DEFAULT_MYSQL_VER?=	51
 # MySQL client version currently supported.
 MYSQL323_LIBVER=	10
 MYSQL40_LIBVER=		12
--- bsd.database.mk.patch ends here ---


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



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