[Midnightbsd-cvs] mports [23523] trunk/databases: update ssl config for databases
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 10:59:41 EDT 2018
Revision: 23523
http://svnweb.midnightbsd.org/mports/?rev=23523
Author: laffer1
Date: 2018-05-12 10:59:40 -0400 (Sat, 12 May 2018)
Log Message:
-----------
update ssl config for databases
Modified Paths:
--------------
trunk/databases/mariadb55-server/Makefile
trunk/databases/mongodb/Makefile
trunk/databases/mysql80-server/Makefile
trunk/databases/percona55-server/Makefile
Modified: trunk/databases/mariadb55-server/Makefile
===================================================================
--- trunk/databases/mariadb55-server/Makefile 2018-05-12 14:57:31 UTC (rev 23522)
+++ trunk/databases/mariadb55-server/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
@@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 5.5.59
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
@@ -24,8 +24,7 @@
PKGMESSAGE= ${WRKDIR}/pkg-message
SLAVEDIRS= databases/mariadb55-client
-USES+= cmake:noninja shebangfix
-USE_OPENSSL= yes
+USES+= cmake:noninja shebangfix ssl
USE_LDCONFIG= ${PREFIX}/lib/mysql
SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]*
Modified: trunk/databases/mongodb/Makefile
===================================================================
--- trunk/databases/mongodb/Makefile 2018-05-12 14:57:31 UTC (rev 23522)
+++ trunk/databases/mongodb/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
@@ -50,8 +50,7 @@
.include <bsd.mport.options.mk>
.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL= yes
-#USES+= ssl
+EXTENSIONS+= ssl
FAKE_MAKEARGS+= --ssl
.endif
Modified: trunk/databases/mysql80-server/Makefile
===================================================================
--- trunk/databases/mysql80-server/Makefile 2018-05-12 14:57:31 UTC (rev 23522)
+++ trunk/databases/mysql80-server/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
@@ -20,9 +20,8 @@
SLAVEDIRS= databases/mysql80-client
USES= bison:build cmake:outsource,noninja compiler:c11 compiler:c++11-lib \
- cpe libedit localbase perl5 shebangfix
+ cpe libedit localbase perl5 shebangfix ssl
-USE_OPENSSL= yes
USE_PERL5= run
MY_DBDIR= /var/db/mysql
Modified: trunk/databases/percona55-server/Makefile
===================================================================
--- trunk/databases/percona55-server/Makefile 2018-05-12 14:57:31 UTC (rev 23522)
+++ trunk/databases/percona55-server/Makefile 2018-05-12 14:59:40 UTC (rev 23523)
@@ -54,7 +54,6 @@
.if ${PORT_OPTIONS:MOPENSSL}
CMAKE_ARGS+= -DWITH_SSL=system
OPENSSL_USES= ssl
-USE_OPENSSL= yes
.endif
.if ${PORT_OPTIONS:MFASTMTX}
CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1
More information about the Midnightbsd-cvs
mailing list