diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-07-12 08:59:24 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-07-12 08:59:24 +0000 |
commit | ebfb9c8210f49bc484e221207d11d3ec3353ca43 (patch) | |
tree | a0817dd0a37d69c230c1abd616d586f78c7db219 /databases/mysql50-server/files/patch-scripts::Makefile.in | |
parent | d1561507895851cbb49d429bb8602d0eda57f81d (diff) |
Update to 5.0.45 release.
Notes
Notes:
svn path=/head/; revision=195463
Diffstat (limited to 'databases/mysql50-server/files/patch-scripts::Makefile.in')
-rw-r--r-- | databases/mysql50-server/files/patch-scripts::Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/mysql50-server/files/patch-scripts::Makefile.in b/databases/mysql50-server/files/patch-scripts::Makefile.in index 9b3e2df3d458..0c6f9a18a6d1 100644 --- a/databases/mysql50-server/files/patch-scripts::Makefile.in +++ b/databases/mysql50-server/files/patch-scripts::Makefile.in @@ -1,9 +1,9 @@ ---- scripts/Makefile.in.orig Wed May 2 16:43:17 2007 -+++ scripts/Makefile.in Thu May 17 11:11:40 2007 -@@ -355,24 +355,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ +--- scripts/Makefile.in.orig Wed Jul 4 15:10:00 2007 ++++ scripts/Makefile.in Thu Jul 12 08:27:29 2007 +@@ -377,24 +377,7 @@ + BUILT_SOURCES = mysql_fix_privilege_tables.sql \ + mysql_fix_privilege_tables_sql.c + -bin_SCRIPTS = @server_scripts@ \ - msql2mysql \ - mysql_config \ @@ -26,9 +26,9 @@ noinst_SCRIPTS = make_binary_distribution \ make_sharedlib_distribution \ -@@ -407,11 +390,7 @@ - make_win_bin_dist \ - mysql_system_tables_fix.sql +@@ -431,11 +414,7 @@ + mysql_system_tables_fix.sql \ + CMakeLists.txt -dist_pkgdata_DATA = fill_help_tables.sql \ - mysql_fix_privilege_tables.sql \ |