summaryrefslogtreecommitdiff
path: root/databases/mysql5-server/patches/patch-aa
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-10-31 09:22:26 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-10-31 09:22:26 +0000
commit32384a665379e27a38135a9b4b082b4fd1132a67 (patch)
treed5d0d86b40b0512acc5c9b2a406547b44d97750b /databases/mysql5-server/patches/patch-aa
parentb807afcc11810b75909b187755e0907b8df416f3 (diff)
downloadpkgsrc-32384a665379e27a38135a9b4b082b4fd1132a67.tar.gz
Initial import of mysql5-server-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 server programs and libraries.
Diffstat (limited to 'databases/mysql5-server/patches/patch-aa')
-rw-r--r--databases/mysql5-server/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/mysql5-server/patches/patch-aa b/databases/mysql5-server/patches/patch-aa
new file mode 100644
index 00000000000..d4e1014363f
--- /dev/null
+++ b/databases/mysql5-server/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/31 09:22:26 xtraeme Exp $
+
+--- Makefile.in.orig 2005-10-31 09:34:47.000000000 +0100
++++ Makefile.in 2005-10-31 09:35:11.000000000 +0100
+@@ -359,12 +359,8 @@
+
+ # 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 @thread_dirs@ pstack @sql_server_dirs@ tests \
++ @bench_dirs@ support-files
+
+ DIST_SUBDIRS = . include @docs_dirs@ zlib \
+ @readline_topdir@ sql-common \