summaryrefslogtreecommitdiff
path: root/databases/mysql57-client/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-04-11 20:49:15 +0000
committeradam <adam@pkgsrc.org>2017-04-11 20:49:15 +0000
commit607a5c5f480be09aefb199eb4551346e099d5fc6 (patch)
tree4bf4f3587a554cd07dfb315a38e11cd137945d03 /databases/mysql57-client/Makefile
parent4fafb28ec3aa1a5051cf09d4cc03aaee2e82fa1b (diff)
downloadpkgsrc-607a5c5f480be09aefb199eb4551346e099d5fc6.tar.gz
Changes 5.7.18:
* Windows builds now use the default runtime libraries (builds use the /MD flag). * CMake support was added for compiling with Developer Studio 12.6. * MySQL failed to compile if -DENABLE_DEBUG_SYNC=OFF AND -DWITH_DEBUG=ON were both given. The ENABLE_DEBUG_SYNC option has been removed and enabling WITH_DEBUG enables Debug Sync. * The --temp-pool server option is deprecated and will be removed in MySQL 8.0. * Support for DTrace is deprecated and is removed in MySQL 8.0. * Changes in RPM package structure require a larger set of packages to be removed to install MySQL Server cleanly. * To avoid potential race conditions, Debian packages now use the GNU install utility rather than a combination of mkdir, touch, and chown. * The my-default.cnf.sh file (used to produce a default my-default.cnf or my-default.ini file) is no longer included in source distributions and my-default.cnf and my-default.ini are no longer included in or installed by distribution packages. * Reminder: MySQL 5.7 requires the Microsoft Visual C++ 2013 Redistributable Package to run on Windows platforms. Users should make sure the package has been installed on the system before starting the server. The package is available at the Microsoft Download Center. * PROCEDURE ANALYSE() syntax is now deprecated and is removed in MySQL 8.0. * The use of \N as a synonym for NULL in SQL statements is deprecated and is removed in MySQL 8.0. Use NULL instead. * The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.2k.
Diffstat (limited to 'databases/mysql57-client/Makefile')
-rw-r--r--databases/mysql57-client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql57-client/Makefile b/databases/mysql57-client/Makefile
index 1d4a07e996c..3b04498c60a 100644
--- a/databases/mysql57-client/Makefile
+++ b/databases/mysql57-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/01/01 16:06:06 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/04/11 20:49:15 adam Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 1
COMMENT= MySQL 5, a free SQL database (client)
CONFLICTS= mysql3-client-[0-9]*