|
Lines 20-29
Link Here
|
| 20 |
# If no version is given (by the maintainer via the port or |
20 |
# If no version is given (by the maintainer via the port or |
| 21 |
# by the user via defined variable), try to find the |
21 |
# by the user via defined variable), try to find the |
| 22 |
# currently installed version. Fall back to default if |
22 |
# currently installed version. Fall back to default if |
| 23 |
# necessary (MySQL-5.1 = 51). |
23 |
# necessary (MySQL-5.5 = 55). |
| 24 |
# DEFAULT_MYSQL_VER |
24 |
# DEFAULT_MYSQL_VER |
| 25 |
# - MySQL default version. Can be overridden within a port. |
25 |
# - MySQL default version. Can be overridden within a port. |
| 26 |
# Default: 51. |
26 |
# Default: 55. |
| 27 |
# WANT_MYSQL_VER |
27 |
# WANT_MYSQL_VER |
| 28 |
# - Maintainer can set an arbitrary version of MySQL to always |
28 |
# - Maintainer can set an arbitrary version of MySQL to always |
| 29 |
# build this port with (overrides WITH_MYSQL_VER). |
29 |
# build this port with (overrides WITH_MYSQL_VER). |
|
Lines 104-110
Link Here
|
| 104 |
# - Detected Firebird version. |
104 |
# - Detected Firebird version. |
| 105 |
|
105 |
|
| 106 |
.if defined(USE_MYSQL) |
106 |
.if defined(USE_MYSQL) |
| 107 |
DEFAULT_MYSQL_VER?= 51 |
107 |
DEFAULT_MYSQL_VER?= 55 |
| 108 |
# MySQL client version currently supported. |
108 |
# MySQL client version currently supported. |
| 109 |
MYSQL323_LIBVER= 10 |
109 |
MYSQL323_LIBVER= 10 |
| 110 |
MYSQL40_LIBVER= 12 |
110 |
MYSQL40_LIBVER= 12 |