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

Collapse All | Expand All

(-)Mk/Uses/mysql.mk (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
# version	If no version is given (by the maintainer via the port), try to
8
# version	If no version is given (by the maintainer via the port), try to
9
#		find the currently installed version.  Fall back to default if
9
#		find the currently installed version.  Fall back to default if
10
#		necessary (MySQL-5.6 = 56).
10
#		necessary (look at bsd.default-versions.mk for possible values).
11
# client	Depends on the libmysqlclient library (default)
11
# client	Depends on the libmysqlclient library (default)
12
# server/embedded
12
# server/embedded
13
#		Depend on the server at run/build time. If none of these is
13
#		Depend on the server at run/build time. If none of these is
(-)Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 63-69 Link Here
63
# Possible values: 5.1, 5.2, 5.3
63
# Possible values: 5.1, 5.2, 5.3
64
LUA_DEFAULT?=		5.2
64
LUA_DEFAULT?=		5.2
65
# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 10.3m, 5.5p, 5.6p, 5.7p, 5.6w
65
# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 10.3m, 5.5p, 5.6p, 5.7p, 5.6w
66
MYSQL_DEFAULT?=		5.6
66
MYSQL_DEFAULT?=		5.7
67
# Possible values: 5.26, 5.28, 5.30, devel
67
# Possible values: 5.26, 5.28, 5.30, devel
68
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
68
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
69
    defined(PACKAGE_BUILDING))
69
    defined(PACKAGE_BUILDING))

Return to bug 238365