From b62043221b3c551395356d35e5af4e0f7e27bb3d Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 31 Jan 2003 16:02:39 +0000 Subject: Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports. PR: 45543 Submitted by: Alex Dupre Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk) --- databases/mysql54-server/files/patch-Makefile.in | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'databases/mysql54-server/files/patch-Makefile.in') diff --git a/databases/mysql54-server/files/patch-Makefile.in b/databases/mysql54-server/files/patch-Makefile.in index 987cf407da8f..c8bf28bc02bc 100644 --- a/databases/mysql54-server/files/patch-Makefile.in +++ b/databases/mysql54-server/files/patch-Makefile.in @@ -1,19 +1,20 @@ ---- Makefile.in.orig Thu Jan 23 16:13:43 2003 -+++ Makefile.in Wed Jan 29 17:11:29 2003 -@@ -195,11 +195,11 @@ +--- Makefile.in.orig Wed Nov 20 00:06:37 2002 ++++ Makefile.in Wed Nov 20 00:07:31 2002 +@@ -207,12 +207,11 @@ EXTRA_DIST = INSTALL-SOURCE README \ - COPYING COPYING.LIB MIRRORS + COPYING COPYING.LIB --SUBDIRS = . include @docs_dirs@ @readline_dir@ \ -- @thread_dirs@ @sql_client_dirs@ \ -- @sql_server_dirs@ scripts tests man \ -- @bench_dirs@ support-files os2 +-SUBDIRS = include @docs_dirs@ @readline_dir@ \ +- @thread_dirs@ pstack @sql_client_dirs@ \ +- @sql_server_dirs@ @libmysqld_dirs@ scripts man \ +- tests BUILD os2 \ +- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ - +.if defined(CLIENT_ONLY) -+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man ++SUBDIRS = include @sql_client_dirs@ tests man +.else -+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files ++SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts support-files +.endif # Relink after clean - CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources + linked_sources = linked_client_sources linked_server_sources \ -- cgit v1.2.3