View | Details | Raw Unified | Return to bug 195604 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.database.mk (-2 / +2 lines)
Lines 17-26 Link Here
17
#			  If no version is given (by the maintainer via the port or
17
#			  If no version is given (by the maintainer via the port or
18
#			  by the user via defined variable), try to find the
18
#			  by the user via defined variable), try to find the
19
#			  currently installed version.  Fall back to default if
19
#			  currently installed version.  Fall back to default if
20
#			  necessary (MySQL-5.5 = 55).
20
#			  necessary (MySQL-5.6 = 56).
21
# DEFAULT_MYSQL_VER
21
# DEFAULT_MYSQL_VER
22
#			- MySQL default version.  Can be overridden within a port.
22
#			- MySQL default version.  Can be overridden within a port.
23
#			  Default: 55.
23
#			  Default: 56.
24
# WANT_MYSQL_VER
24
# WANT_MYSQL_VER
25
#			- Maintainer can set an arbitrary version of MySQL to always
25
#			- Maintainer can set an arbitrary version of MySQL to always
26
#			  build this port with (overrides WITH_MYSQL_VER).
26
#			  build this port with (overrides WITH_MYSQL_VER).
(-)Mk/bsd.default-versions.mk (-2 / +2 lines)
Lines 22-31 Link Here
22
FPC_DEFAULT?=		2.6.4
22
FPC_DEFAULT?=		2.6.4
23
GCC_DEFAULT?=		4.8
23
GCC_DEFAULT?=		4.8
24
LUA_DEFAULT?=		5.2
24
LUA_DEFAULT?=		5.2
25
MYSQL_DEFAULT?=		5.5
25
MYSQL_DEFAULT?=		5.6
26
PERL5_DEFAULT?=		5.18
26
PERL5_DEFAULT?=		5.18
27
PGSQL_DEFAULT?=		9.2
27
PGSQL_DEFAULT?=		9.2
28
PHP_DEFAULT?=		5.4
28
PHP_DEFAULT?=		5.6
29
PYTHON_DEFAULT?=	2.7
29
PYTHON_DEFAULT?=	2.7
30
PYTHON2_DEFAULT?=	2.7
30
PYTHON2_DEFAULT?=	2.7
31
PYTHON3_DEFAULT?=	3.3
31
PYTHON3_DEFAULT?=	3.3

Return to bug 195604