FreeBSD Bugzilla – Attachment 150138 Details for
Bug 195604
Switch PHP and MySQL default versions to 5.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
def.diff (text/plain), 1.16 KB, created by
Alex Dupre
on 2014-12-03 10:18:15 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2014-12-03 10:18:15 UTC
Size:
1.16 KB
patch
obsolete
>Index: Mk/bsd.database.mk >=================================================================== >--- Mk/bsd.database.mk (revision 373757) >+++ Mk/bsd.database.mk (working copy) >@@ -17,10 +17,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 (MySQL-5.5 = 55). >+# necessary (MySQL-5.6 = 56). > # DEFAULT_MYSQL_VER > # - MySQL default version. Can be overridden within a port. >-# Default: 55. >+# Default: 56. > # WANT_MYSQL_VER > # - Maintainer can set an arbitrary version of MySQL to always > # build this port with (overrides WITH_MYSQL_VER). >Index: Mk/bsd.default-versions.mk >=================================================================== >--- Mk/bsd.default-versions.mk (revision 373757) >+++ Mk/bsd.default-versions.mk (working copy) >@@ -22,10 +22,10 @@ > FPC_DEFAULT?= 2.6.4 > GCC_DEFAULT?= 4.8 > LUA_DEFAULT?= 5.2 >-MYSQL_DEFAULT?= 5.5 >+MYSQL_DEFAULT?= 5.6 > PERL5_DEFAULT?= 5.18 > PGSQL_DEFAULT?= 9.2 >-PHP_DEFAULT?= 5.4 >+PHP_DEFAULT?= 5.6 > PYTHON_DEFAULT?= 2.7 > PYTHON2_DEFAULT?= 2.7 > PYTHON3_DEFAULT?= 3.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195604
:
150138
|
150219
|
150430