ports/79604: Switch default MySQL version to 4.1

Alex Dupre ale at FreeBSD.org
Wed Apr 6 14:20:10 UTC 2005


>Number:         79604
>Category:       ports
>Synopsis:       Switch default MySQL version to 4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 06 14:20:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD armada.alexdupre.com 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Fri Apr 1 13:06:09 CEST 2005 alex at armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386


	
>Description:
MySQL 4.1 is the current generally available (GA) release of the MySQL
database server. It is recommended for most users, so it should be the default
version installed by the ports tree.
	
>How-To-Repeat:
	
>Fix:

	

--- bsd.port.mk.diff begins here ---
Index: ports/Mk/bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.511
diff -u -r1.511 bsd.port.mk
--- ports/Mk/bsd.port.mk	17 Mar 2005 23:22:07 -0000	1.511
+++ ports/Mk/bsd.port.mk	6 Apr 2005 14:02:44 -0000
@@ -354,10 +354,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 (MySQL4.0 = 40).
+#				  necessary (MySQL4.1 = 41).
 # DEFAULT_MYSQL_VER
 #				- MySQL default version. Can be overriden within a port.
-#				  Default: 40.
+#				  Default: 41.
 # WANT_MYSQL_VER
 #				- Maintainer can set an arbitrary version of MySQL by using it.
 # BROKEN_WITH_MYSQL
@@ -1663,7 +1663,7 @@
 .endif
 
 .if defined(USE_MYSQL)
-DEFAULT_MYSQL_VER?=	40
+DEFAULT_MYSQL_VER?=	41
 # MySQL client version currently supported.
 MYSQL323_LIBVER=	10
 MYSQL40_LIBVER=		12
--- bsd.port.mk.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list