summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-01-10 15:47:18 +0000
committerxtraeme <xtraeme>2005-01-10 15:47:18 +0000
commit3e081cd00c8622c5050355fd723fffea4d44984a (patch)
tree454011a9c33827ccb4c968cdfd81099164f51755 /databases/mysql4-client/patches
parent5b42796c82ceacc873058a6f216f33bba950eb8d (diff)
downloadpkgsrc-3e081cd00c8622c5050355fd723fffea4d44984a.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')
-rw-r--r--databases/mysql4-client/patches/patch-af57
-rw-r--r--databases/mysql4-client/patches/patch-av18
-rw-r--r--databases/mysql4-client/patches/patch-aw11
-rw-r--r--databases/mysql4-client/patches/patch-ax13
-rw-r--r--databases/mysql4-client/patches/patch-ay20
5 files changed, 66 insertions, 53 deletions
diff --git a/databases/mysql4-client/patches/patch-af b/databases/mysql4-client/patches/patch-af
index 371d9920718..2a45b52a844 100644
--- a/databases/mysql4-client/patches/patch-af
+++ b/databases/mysql4-client/patches/patch-af
@@ -1,26 +1,8 @@
-$NetBSD: patch-af,v 1.4 2004/11/01 08:30:25 grant Exp $
+$NetBSD: patch-af,v 1.5 2005/01/10 15:47:18 xtraeme Exp $
---- configure.orig 2004-10-23 17:29:20.000000000 +1000
-+++ configure
-@@ -23040,7 +23040,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- int
- main ()
- {
--int link_test() { return compress(0, (unsigned long*) 0, "", 0); }
-+return compress(0, (unsigned long*) 0, "", 0);
- ;
- return 0;
- }
-@@ -23109,7 +23109,7 @@ cat >>conftest.$ac_ext <<_ACEOF
- int
- main ()
- {
--int link_test() { return compress(0, (unsigned long*) 0, "", 0); }
-+return compress(0, (unsigned long*) 0, "", 0);
- ;
- return 0;
- }
-@@ -34120,30 +34120,10 @@ else
+--- configure.orig 2004-12-27 17:48:08.000000000 +0100
++++ configure 2005-01-10 15:44:21.000000000 +0100
+@@ -36429,34 +36429,10 @@
fi;
@@ -41,17 +23,25 @@ $NetBSD: patch-af,v 1.4 2004/11/01 08:30:25 grant Exp $
-_ACEOF
-
-else
- orbit_exec_prefix=
- orbit_includes=
- orbit_libs=
- orbit_idl=
+- orbit_exec_prefix=
+- orbit_includes=
+- orbit_libs=
+- orbit_idl=
- echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6
-fi
+-
+-
+-
+-
++orbit_exec_prefix=
++orbit_includes=
++orbit_libs=
++orbit_idl=
-
-
-@@ -34422,7 +34402,7 @@ then
+ echo "$as_me:$LINENO: checking if we should build MySQLFS" >&5
+ echo $ECHO_N "checking if we should build MySQLFS... $ECHO_C" >&6
+@@ -36731,7 +36707,7 @@
else
bench_dirs=""
fi
@@ -60,3 +50,12 @@ $NetBSD: patch-af,v 1.4 2004/11/01 08:30:25 grant Exp $
# Don't build readline, i have it already
+@@ -38915,7 +38891,7 @@
+ server_scripts=
+ thread_dirs=
+
+-sql_client_dirs="libmysql client"
++sql_client_dirs="libmysql regex client"
+ linked_client_targets="linked_libmysql_sources"
+ CLIENT_LIBS=$NON_THREADED_CLIENT_LIBS
+ if test "$THREAD_SAFE_CLIENT" != "no"
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@ \
diff --git a/databases/mysql4-client/patches/patch-aw b/databases/mysql4-client/patches/patch-aw
index 87391005a7a..2fabaa3c178 100644
--- a/databases/mysql4-client/patches/patch-aw
+++ b/databases/mysql4-client/patches/patch-aw
@@ -1,15 +1,14 @@
-$NetBSD: patch-aw,v 1.1 2004/11/08 18:19:41 xtraeme Exp $
+$NetBSD: patch-aw,v 1.2 2005/01/10 15:47:18 xtraeme Exp $
---- man/Makefile.in.orig 2004-11-08 17:27:29.000000000 +0100
-+++ man/Makefile.in 2004-11-08 17:28:09.000000000 +0100
-@@ -296,10 +296,8 @@
+--- man/Makefile.in.orig 2005-01-10 13:41:15.000000000 +0100
++++ man/Makefile.in 2005-01-10 13:41:46.000000000 +0100
+@@ -313,9 +313,8 @@
+ vio_dir = @vio_dir@
vio_libs = @vio_libs@
zlib_dir = @zlib_dir@
-
-man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \
- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \
- perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1
--
+man_MANS = mysql.1 mysql_zap.1 mysqlaccess.1 mysqladmin.1 \
+ mysqldump.1 mysqlshow.1 mysql_fix_privilege_tables.1
diff --git a/databases/mysql4-client/patches/patch-ax b/databases/mysql4-client/patches/patch-ax
index de0ce5b3558..c0f1dd05e86 100644
--- a/databases/mysql4-client/patches/patch-ax
+++ b/databases/mysql4-client/patches/patch-ax
@@ -1,11 +1,11 @@
-$NetBSD: patch-ax,v 1.1 2004/11/08 18:19:41 xtraeme Exp $
+$NetBSD: patch-ax,v 1.2 2005/01/10 15:47:18 xtraeme Exp $
---- scripts/Makefile.in.orig 2004-11-08 17:28:31.000000000 +0100
-+++ scripts/Makefile.in 2004-11-08 17:30:26.000000000 +0100
-@@ -295,28 +295,12 @@
+--- scripts/Makefile.in.orig 2005-01-10 13:42:12.000000000 +0100
++++ scripts/Makefile.in 2005-01-10 13:43:10.000000000 +0100
+@@ -316,25 +316,10 @@
+ vio_dir = @vio_dir@
vio_libs = @vio_libs@
zlib_dir = @zlib_dir@
-
-bin_SCRIPTS = @server_scripts@ \
- msql2mysql \
- mysql_config \
@@ -31,7 +31,4 @@ $NetBSD: patch-ax,v 1.1 2004/11/08 18:19:41 xtraeme Exp $
+ mysqldumpslow mysql_explain_log mysql_tableinfo \
mysql_create_system_tables
--
EXTRA_SCRIPTS = make_binary_distribution.sh \
- make_sharedlib_distribution.sh \
- make_win_src_distribution.sh \
diff --git a/databases/mysql4-client/patches/patch-ay b/databases/mysql4-client/patches/patch-ay
new file mode 100644
index 00000000000..3e94fb987d8
--- /dev/null
+++ b/databases/mysql4-client/patches/patch-ay
@@ -0,0 +1,20 @@
+$NetBSD: patch-ay,v 1.1 2005/01/10 15:47:18 xtraeme Exp $
+
+--- strings/Makefile.in.orig 2005-01-10 15:59:35.000000000 +0100
++++ strings/Makefile.in 2005-01-10 16:00:49.000000000 +0100
+@@ -599,7 +599,6 @@
+ if test -f $$p; then \
+ f="`echo $$p | sed -e 's|^.*/||'`"; \
+ echo " $(pkglibLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
+- $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
+ else :; fi; \
+ done
+ @$(POST_INSTALL)
+@@ -616,7 +615,6 @@
+ @list='$(pkglib_LIBRARIES)'; for p in $$list; do \
+ p="`echo $$p | sed -e 's|^.*/||'`"; \
+ echo " rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
+- rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
+ done
+
+ clean-pkglibLIBRARIES: