diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-12-27 15:02:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-12-27 15:02:38 +0000 |
commit | d9029c513982bd669b22c88b2f04cd4cfd5c201f (patch) | |
tree | 7f5fb76f05a3aae44742dda07753ffe091a58bfd /databases/mysql55-server/files/patch-scripts::Makefile.in | |
parent | 8b96f7dbbc4160924ba15b29d3c18bb0e5985764 (diff) |
Update MySQL to 5.5.8 GA release. Read UPDATING.
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.
Notes
Notes:
svn path=/head/; revision=266994
Diffstat (limited to 'databases/mysql55-server/files/patch-scripts::Makefile.in')
-rw-r--r-- | databases/mysql55-server/files/patch-scripts::Makefile.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/databases/mysql55-server/files/patch-scripts::Makefile.in b/databases/mysql55-server/files/patch-scripts::Makefile.in deleted file mode 100644 index a8fb0cbf469a..000000000000 --- a/databases/mysql55-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- scripts/Makefile.in.orig 2010-07-06 20:37:13.000000000 +0200 -+++ scripts/Makefile.in 2010-07-16 10:19:28.000000000 +0200 -@@ -390,20 +390,7 @@ - BUILT_SOURCES = mysql_fix_privilege_tables.sql \ - mysql_fix_privilege_tables_sql.c - --bin_SCRIPTS = @server_scripts@ \ -- msql2mysql \ -- mysql_config \ -- mysql_fix_extensions \ -- mysql_setpermission \ -- mysql_secure_installation \ -- mysql_zap \ -- mysqlaccess \ -- mysqlbug \ -- mysql_convert_table_format \ -- mysql_find_rows \ -- mysqlhotcopy \ -- mysqldumpslow \ -- mysqld_multi -+bin_SCRIPTS = - - noinst_SCRIPTS = make_binary_distribution \ - make_sharedlib_distribution \ -@@ -439,11 +426,7 @@ - mysql_system_tables_fix.sql \ - CMakeLists.txt - --dist_pkgdata_DATA = fill_help_tables.sql \ -- mysql_fix_privilege_tables.sql \ -- mysql_system_tables.sql \ -- mysql_system_tables_data.sql \ -- mysql_test_data_timezone.sql -+dist_pkgdata_DATA = - - CLEANFILES = @server_scripts@ \ - make_binary_distribution \ |