diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-26 22:34:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-26 22:34:49 +0000 |
commit | 0616ece7576c83986946fcd90d8c2d9a57786ee6 (patch) | |
tree | 5a9362f0f52a2198a0976f7e1d003d285b1ce807 /databases/mysql4-client/patches | |
parent | 075e71bc934e7f4b3052f5771b433a58383fd1b3 (diff) | |
download | pkgsrc-0616ece7576c83986946fcd90d8c2d9a57786ee6.tar.gz |
Update mysql4* to 4.1.14:
Lots of changes, please see
http://dev.mysql.com/doc/mysql/en/news-4-1-14.html
for more information.
Diffstat (limited to 'databases/mysql4-client/patches')
-rw-r--r-- | databases/mysql4-client/patches/patch-ax | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql4-client/patches/patch-ax b/databases/mysql4-client/patches/patch-ax index fe1c0710b29..7aa5716315b 100644 --- a/databases/mysql4-client/patches/patch-ax +++ b/databases/mysql4-client/patches/patch-ax @@ -1,7 +1,7 @@ -$NetBSD: patch-ax,v 1.3 2005/07/29 21:02:35 xtraeme Exp $ +$NetBSD: patch-ax,v 1.4 2005/09/26 22:34:49 xtraeme Exp $ ---- scripts/Makefile.in.orig 2005-07-29 22:26:17.000000000 +0200 -+++ scripts/Makefile.in 2005-07-29 22:27:18.000000000 +0200 +--- scripts/Makefile.in.orig 2005-09-26 23:51:54.000000000 +0200 ++++ scripts/Makefile.in 2005-09-26 23:52:22.000000000 +0200 @@ -322,23 +322,10 @@ vio_dir = @vio_dir@ vio_libs = @vio_libs@ @@ -29,4 +29,4 @@ $NetBSD: patch-ax,v 1.3 2005/07/29 21:02:35 xtraeme Exp $ + mysqldumpslow mysql_explain_log mysql_tableinfo \ mysql_create_system_tables - EXTRA_SCRIPTS = make_binary_distribution.sh \ + noinst_SCRIPTS = make_binary_distribution \ |