diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-01-31 16:02:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-01-31 16:02:39 +0000 |
commit | b62043221b3c551395356d35e5af4e0f7e27bb3d (patch) | |
tree | 85f3c5c1113767b61cec4507fb0d635abe5fc57d /databases/mysql51-server/files/patch-Makefile.in | |
parent | Sean, fixed your bug in the Makefile so the port would build. -- AlanE (diff) |
Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.
PR: 45543
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by: portmgr (will)
Repo-copy performed by: cvs (josefk)
Notes
Notes:
svn path=/head/; revision=74356
Diffstat (limited to 'databases/mysql51-server/files/patch-Makefile.in')
-rw-r--r-- | databases/mysql51-server/files/patch-Makefile.in | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/databases/mysql51-server/files/patch-Makefile.in b/databases/mysql51-server/files/patch-Makefile.in index 987cf407da8f..c8bf28bc02bc 100644 --- a/databases/mysql51-server/files/patch-Makefile.in +++ b/databases/mysql51-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 \ |