diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-01-10 08:53:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-01-10 08:53:10 +0000 |
commit | 7f462571a7c41dc8cc6eb46b50dd76a54bfef4b9 (patch) | |
tree | b30616f52ed29806004fa3d2f2b67fe230064431 /databases/mysql41-server/files/patch-scripts::Makefile.in | |
parent | - Update to 2.1.2 (diff) |
Update to 4.1.8a release [1][2]:
- Use MASTER_SITES_MYSQL
- Add WITHOUT_INNODB knob [3]
- Fix tcp wrappers (hopefully definitely!)
- Add WITH_NDB knob
PR: ports/75556 [1], ports/75565 [2]
Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1],
Marcus Grando <marcus@corp.grupos.com.br> [2],
sobomax [3]
Diffstat (limited to '')
-rw-r--r-- | databases/mysql41-server/files/patch-scripts::Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/mysql41-server/files/patch-scripts::Makefile.in b/databases/mysql41-server/files/patch-scripts::Makefile.in index 961fbb5898e2..3ee7b0e5ad7b 100644 --- a/databases/mysql41-server/files/patch-scripts::Makefile.in +++ b/databases/mysql41-server/files/patch-scripts::Makefile.in @@ -1,9 +1,9 @@ ---- scripts/Makefile.in.orig Fri May 28 21:38:37 2004 -+++ scripts/Makefile.in Mon May 31 15:14:31 2004 -@@ -276,26 +276,7 @@ +--- scripts/Makefile.in.orig Tue Dec 14 13:41:31 2004 ++++ scripts/Makefile.in Sun Dec 19 11:52:42 2004 +@@ -316,26 +316,7 @@ vio_dir = @vio_dir@ vio_libs = @vio_libs@ - + zlib_dir = @zlib_dir@ -bin_SCRIPTS = @server_scripts@ \ - msql2mysql \ - mysql_config \ @@ -26,18 +26,18 @@ - mysql_create_system_tables +bin_SCRIPTS = - EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -329,7 +310,7 @@ + make_sharedlib_distribution.sh \ +@@ -366,7 +347,7 @@ + mysqlaccess.conf \ mysqlbug - -dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql +dist_pkgdata_DATA = # mysqlbug should be distributed built so that people can report build # failures with it. -@@ -605,8 +586,6 @@ +@@ -652,8 +633,6 @@ all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution |