svn commit: r426374 - in head/databases: mariadb100-server mariadb101-server mariadb55-server
John Marino
marino at FreeBSD.org
Sat Nov 19 14:16:01 UTC 2016
Author: marino
Date: Sat Nov 19 14:15:59 2016
New Revision: 426374
URL: https://svnweb.freebsd.org/changeset/ports/426374
Log:
databases/mariadb(55|100|101)-client: document ncurses requirement
Modified:
head/databases/mariadb100-server/Makefile
head/databases/mariadb101-server/Makefile
head/databases/mariadb55-server/Makefile
Modified: head/databases/mariadb100-server/Makefile
==============================================================================
--- head/databases/mariadb100-server/Makefile Sat Nov 19 14:03:53 2016 (r426373)
+++ head/databases/mariadb100-server/Makefile Sat Nov 19 14:15:59 2016 (r426374)
@@ -98,7 +98,7 @@ WITH_OPENSSL_PORT= yes
.if defined(CLIENT_ONLY)
# MySQL-Client part
-USES+= readline
+USES+= ncurses readline
.else
# MySQL-Server part
USES+= mysql:100m
Modified: head/databases/mariadb101-server/Makefile
==============================================================================
--- head/databases/mariadb101-server/Makefile Sat Nov 19 14:03:53 2016 (r426373)
+++ head/databases/mariadb101-server/Makefile Sat Nov 19 14:15:59 2016 (r426374)
@@ -101,7 +101,7 @@ OPTIONS_SUB= yes
.if defined(CLIENT_ONLY)
# MySQL-Client part
-USES+= readline
+USES+= ncurses readline
GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO
post-install:
Modified: head/databases/mariadb55-server/Makefile
==============================================================================
--- head/databases/mariadb55-server/Makefile Sat Nov 19 14:03:53 2016 (r426373)
+++ head/databases/mariadb55-server/Makefile Sat Nov 19 14:15:59 2016 (r426374)
@@ -78,7 +78,7 @@ CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=/usr
.else
# MySQL-Client part
-USES+= readline
+USES+= ncurses readline
.endif
OPTIONS_DEFINE+= FASTMTX
More information about the svn-ports-all
mailing list