summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/patches/patch-aa
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-04 16:28:57 +0000
committertaca <taca@pkgsrc.org>2010-03-04 16:28:57 +0000
commit704692ff8f8d0d2a45e77d56ef99458bb07101cb (patch)
treea08f503406c0d338cd49c50ae3a8df16e6665ed1 /databases/mysql51-server/patches/patch-aa
parent94c5eb84de81ae60f2e1bcb7a0e1da7bc4d84d51 (diff)
downloadpkgsrc-704692ff8f8d0d2a45e77d56ef99458bb07101cb.tar.gz
Importing mysql51-server 5.1.44, server part of MySQL 5.1.44 including
embedded server (by PKG_OPTION). For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html 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 including embedded server (by PKG_OPTION).
Diffstat (limited to 'databases/mysql51-server/patches/patch-aa')
-rw-r--r--databases/mysql51-server/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysql51-server/patches/patch-aa b/databases/mysql51-server/patches/patch-aa
new file mode 100644
index 00000000000..b3de1993ab4
--- /dev/null
+++ b/databases/mysql51-server/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/03/04 16:28:58 taca Exp $
+
+--- BUILD/compile-pentium-gcov.orig 2010-02-04 11:36:48.000000000 +0000
++++ BUILD/compile-pentium-gcov
+@@ -7,7 +7,7 @@ CCACHE_GCOV_VERSION_ENABLED=0
+ if ccache -V > /dev/null 2>&1
+ then
+ CCACHE_VER=`ccache -V | head -1 | sed s/"ccache version "//`
+- if test "$CCACHE_VER" == "2.4-gcov"
++ if test "$CCACHE_VER" = "2.4-gcov"
+ then
+ CCACHE_GCOV_VERSION_ENABLED=1
+ else