View | Details | Raw Unified | Return to bug 209458 | Differences between
and this patch

Collapse All | Expand All

(-)databases/mysql57-server/Makefile (+6 lines)
Lines 21-27 Link Here
21
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
22
USE_PERL5=	run
22
USE_PERL5=	run
23
23
24
.if defined(WITH_OPENSSL_BASE)
25
IGNORE=		Currently not compatible with OpenSSL from base. Use OpenSSL/LibreSSL from ports system instead.
26
.endif
27
28
.if !defined(WITH_OPENSSL_PORT)
24
WITH_OPENSSL_PORT=	yes
29
WITH_OPENSSL_PORT=	yes
30
.endif
25
31
26
MY_DBDIR=	/var/db/mysql
32
MY_DBDIR=	/var/db/mysql
27
MY_SECDIR=	/var/db/mysql_secure
33
MY_SECDIR=	/var/db/mysql_secure

Return to bug 209458