diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-10 15:47:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-10 15:47:18 +0000 |
commit | 3d5f711d63e0f066af365749d1fc4dccf303d87d (patch) | |
tree | 454011a9c33827ccb4c968cdfd81099164f51755 /databases/mysql4-client/patches/patch-av | |
parent | e858527fc0cc833cd6c10a1ec24fbca96d73e293 (diff) | |
download | pkgsrc-3d5f711d63e0f066af365749d1fc4dccf303d87d.tar.gz |
Update mysql4-* to 4.1.8a.
Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to
see the list of changes, new features added and a bunch of bugs were
fixed.
Diffstat (limited to 'databases/mysql4-client/patches/patch-av')
-rw-r--r-- | databases/mysql4-client/patches/patch-av | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/databases/mysql4-client/patches/patch-av b/databases/mysql4-client/patches/patch-av index 2ad46461b8a..4919ef78a03 100644 --- a/databases/mysql4-client/patches/patch-av +++ b/databases/mysql4-client/patches/patch-av @@ -1,20 +1,18 @@ -$NetBSD: patch-av,v 1.1 2004/11/08 18:19:41 xtraeme Exp $ +$NetBSD: patch-av,v 1.2 2005/01/10 15:47:18 xtraeme Exp $ ---- Makefile.in.orig 2004-11-08 17:03:55.000000000 +0100 -+++ Makefile.in 2004-11-08 17:05:09.000000000 +0100 -@@ -301,14 +301,7 @@ +--- Makefile.in.orig 2005-01-10 13:38:58.000000000 +0100 ++++ Makefile.in 2005-01-10 13:40:52.000000000 +0100 +@@ -338,12 +338,7 @@ # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT -SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ - @readline_topdir@ sql-common \ -- @thread_dirs@ pstack @sql_client_dirs@ \ -- @sql_server_dirs@ scripts man tests \ +- @thread_dirs@ pstack \ +- @sql_server_dirs@ @sql_client_dirs@ scripts man tests \ - netware @libmysqld_dirs@ \ - @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -- -- -+SUBDIRS = . include @sql_client_dirs@ scripts man ++SUBDIRS = . include strings @sql_client_dirs@ scripts man + DIST_SUBDIRS = . include @docs_dirs@ zlib \ @readline_topdir@ sql-common \ - @thread_dirs@ pstack @sql_client_dirs@ \ |