From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 6 14:20:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D4916A4CE for ; Wed, 6 Apr 2005 14:20:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F4143D3F for ; Wed, 6 Apr 2005 14:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j36EK9Uh007278 for ; Wed, 6 Apr 2005 14:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j36EK9KB007277; Wed, 6 Apr 2005 14:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 6 Apr 2005 14:20:09 GMT Resent-Message-Id: <200504061420.j36EK9KB007277@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E941616A4CE for ; Wed, 6 Apr 2005 14:15:06 +0000 (GMT) Received: from armada.alexdupre.com (firewall.andxor.it [195.223.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A133843D48 for ; Wed, 6 Apr 2005 14:15:04 +0000 (GMT) (envelope-from alex@armada.alexdupre.com) Received: from armada.alexdupre.com (localhost [127.0.0.1]) by armada.alexdupre.com (8.13.3/8.13.1) with ESMTP id j36EF2vO007744 for ; Wed, 6 Apr 2005 16:15:02 +0200 (CEST) (envelope-from alex@armada.alexdupre.com) Received: (from alex@localhost) by armada.alexdupre.com (8.13.3/8.13.1/Submit) id j36EF1Kc007743; Wed, 6 Apr 2005 16:15:01 +0200 (CEST) (envelope-from alex) Message-Id: <200504061415.j36EF1Kc007743@armada.alexdupre.com> Date: Wed, 6 Apr 2005 16:15:01 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79604: Switch default MySQL version to 4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 14:20:10 -0000 >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@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: