Date: Sun, 20 Nov 2016 17:04:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426605 - in head/databases: mariadb100-server mariadb101-server Message-ID: <201611201704.uAKH4xSA070625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Nov 20 17:04:59 2016 New Revision: 426605 URL: https://svnweb.freebsd.org/changeset/ports/426605 Log: databases/mariadb(100|101)-server: Document ncurses requirement Previously (maria55) only the client required ncurses, but for recent versions of mariadb, the server also requires it. Modified: head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile Modified: head/databases/mariadb100-server/Makefile ============================================================================== --- head/databases/mariadb100-server/Makefile Sun Nov 20 16:43:17 2016 (r426604) +++ head/databases/mariadb100-server/Makefile Sun Nov 20 17:04:59 2016 (r426605) @@ -29,7 +29,8 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo gmake shebangfix ssl +USES= bison:build cmake compiler:c++11-lib cpe execinfo \ + ncurses gmake shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -99,7 +100,7 @@ WITH_OPENSSL_PORT= yes .if defined(CLIENT_ONLY) # MySQL-Client part -USES+= ncurses readline +USES+= readline .else # MySQL-Server part USES+= mysql:100m Modified: head/databases/mariadb101-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun Nov 20 16:43:17 2016 (r426604) +++ head/databases/mariadb101-server/Makefile Sun Nov 20 17:04:59 2016 (r426605) @@ -28,7 +28,8 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb101-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo ssl shebangfix +USES= bison:build cmake compiler:c++11-lib cpe execinfo ncurses \ + shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source @@ -101,7 +102,7 @@ OPTIONS_SUB= yes .if defined(CLIENT_ONLY) # MySQL-Client part -USES+= ncurses readline +USES+= readline GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611201704.uAKH4xSA070625>