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). |