summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-12-02 12:40:09 +0000
committeradam <adam@pkgsrc.org>2014-12-02 12:40:09 +0000
commitfc9db78a1976cd8955f90bf6c97ba697496957d6 (patch)
tree915c5230caab1f37d63117623b5c864cc6d53141 /databases/mysql56-client/Makefile.common
parent2ae6b4e1b48bc2f7ee0c7768079f5b6eab56ffdb (diff)
downloadpkgsrc-fc9db78a1976cd8955f90bf6c97ba697496957d6.tar.gz
Changes 5.6.22:
* Noisy compiler warnings on FreeBSD 10 were silenced. * CMake workarounds for older Mac OS X and XCode versions were removed. On Mac OS X, compilation always uses Clang, even for 32-bit builds. * Previously, the MYSQL_MAINTAINER_MODE CMake option was turned on by default for debug builds and off for release builds, and MYSQL_MAINTAINER_MODE caused -Werror to be enabled when building with GCC. This made it cumbersome to enable -Werror under certain conditions, such as when compiling with Clang. * Build support was modified to produce the same warnings for Clang as for gcc. * CMake configuration for the Clang compiler sets more appropriate flags for building on Linux. Specifically, -g -fno-omit-frame-pointer -fno-strict-aliasing is now added. * Bugs fixed.
Diffstat (limited to 'databases/mysql56-client/Makefile.common')
-rw-r--r--databases/mysql56-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 9eb5742f59e..3196e071de0 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.19 2014/10/01 08:34:23 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2014/12/02 12:40:09 adam Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
-DISTNAME= mysql-5.6.21
+DISTNAME= mysql-5.6.22
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.6/}