summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches/patch-ad
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-10-31 09:21:40 +0000
committerxtraeme <xtraeme>2005-10-31 09:21:40 +0000
commit2a590445f9baf617ac8a090a0f6dfeb340e0c052 (patch)
treefa0ef675f033d338fa342bf021fba48ec386b44a /databases/mysql5-client/patches/patch-ad
parent86782ee6aaedcb4532d712e216bec303a9dfe0c2 (diff)
downloadpkgsrc-2a590445f9baf617ac8a090a0f6dfeb340e0c052.tar.gz
Initial import of mysql5-client-5.0.15.
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
Diffstat (limited to 'databases/mysql5-client/patches/patch-ad')
-rw-r--r--databases/mysql5-client/patches/patch-ad18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/mysql5-client/patches/patch-ad b/databases/mysql5-client/patches/patch-ad
new file mode 100644
index 00000000000..cd3c46eb509
--- /dev/null
+++ b/databases/mysql5-client/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1.1.1 2005/10/31 09:21:40 xtraeme Exp $
+
+--- Makefile.in.orig 2005-10-31 09:11:04.000000000 +0100
++++ Makefile.in 2005-10-31 09:11:33.000000000 +0100
+@@ -359,12 +359,7 @@
+
+ # These are built from source in the Docs directory
+ EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
+-SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
+- @readline_topdir@ sql-common \
+- @thread_dirs@ pstack \
+- @sql_union_dirs@ scripts @man_dirs@ tests \
+- netware @libmysqld_dirs@ \
+- @bench_dirs@ support-files @tools_dirs@
++SUBDIRS = . include strings @sql_client_dirs@ scripts man
+
+ DIST_SUBDIRS = . include @docs_dirs@ zlib \
+ @readline_topdir@ sql-common \