diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-10-19 09:17:57 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-10-19 09:17:57 +0000 |
commit | 5c5dc27ac7bb5c5e106502705a998674b9627e11 (patch) | |
tree | 14a9b1122528c707d15fea8218b8c564c5c5eebe /databases/mysql323-server/files/patch-an | |
parent | Rename sndinfo to snd-info, to avoid conflict with audio/csound (diff) |
Upgrade to MySQL-3.23.24 after repository copy from mysql322-client
and mysql322-server.
- mit-pthread support was dropped.
- libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the
one coming with MySQL-3.22.x) so ports depending on MySQL having
a chance of using 3.23.x if installed.
mysql322-(client|server) and mysql323-(client|server) can't be
installed at the same time, of course.
Notes
Notes:
svn path=/head/; revision=33988
Diffstat (limited to 'databases/mysql323-server/files/patch-an')
-rw-r--r-- | databases/mysql323-server/files/patch-an | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/databases/mysql323-server/files/patch-an b/databases/mysql323-server/files/patch-an index 00190736f765..7a7ba5097039 100644 --- a/databases/mysql323-server/files/patch-an +++ b/databases/mysql323-server/files/patch-an @@ -1,15 +1,16 @@ ---- Makefile.in.orig Sat Jan 1 17:59:38 2000 -+++ Makefile.in Mon Jan 3 17:19:23 2000 -@@ -144,7 +144,11 @@ +--- Makefile.in.orig Fri Sep 8 10:00:29 2000 ++++ Makefile.in Sat Sep 23 21:26:18 2000 +@@ -172,8 +172,12 @@ # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS + EXTRA_DIST = INSTALL-SOURCE README COPYING COPYING.LIB MIRRORS + +-SUBDIRS = include @docs_dirs@ @readline_dir@ @thread_dirs@ @sql_client_dirs@ @sql_server_dirs@ scripts tests man @bench_dirs@ support-files --SUBDIRS = include @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts tests man @bench_dirs@ support-files +.if defined(CLIENT_ONLY) -+SUBDIRS = include @readline_dir@ client tests man ++SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man +.else -+SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files ++SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files +.endif - # Relink after clean + CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources |