FreeBSD Bugzilla – Attachment 190558 Details for
Bug 220224
[PATCH] mail/postfix-current with mysql80-server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add optional ssl patch für mysql80-server/client
patch-Makefile (text/plain), 954 bytes, created by
klaus
on 2018-02-12 23:29:00 UTC
(
hide
)
Description:
add optional ssl patch für mysql80-server/client
Filename:
MIME Type:
Creator:
klaus
Created:
2018-02-12 23:29:00 UTC
Size:
954 bytes
patch
obsolete
>--- Makefile.old 2018-02-12 23:27:36.263975000 +0100 >+++ Makefile 2018-02-12 23:52:55.484017000 +0100 >@@ -40,7 +40,7 @@ > SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" > > OPTIONS_SUB= yes >-OPTIONS_DEFINE= BDB CDB DOCS EAI INST_BASE LDAP LDAP_SASL LMDB MYSQL \ >+OPTIONS_DEFINE= BDB CDB DOCS EAI INST_BASE LDAP LDAP_SASL LMDB MYSQL MYSQL8_PATCH \ > NIS PCRE PGSQL SASL SQLITE TEST TLS > > OPTIONS_RADIO= RG1 >@@ -72,6 +72,7 @@ > RG1_DESC= Kerberos network authentication protocol type > SASLKRB5_DESC= If your SASL req. Kerberos5, select this > SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select this >+MYSQL8_PATCH_DESC= Apply SSL-Patch for databases/mysql80-* > > .include <bsd.port.options.mk> > >@@ -202,6 +203,10 @@ > _REQUIRE+= mysql > .endif > >+.if ${PORT_OPTIONS:MMYSQL8_PATCH} >+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-mysql80-ssl >+.endif >+ > .if ${PORT_OPTIONS:MPGSQL} > DYN_EXT+= pgsql > POSTFIX_CCARGS+= -DHAS_PGSQL -I${LOCALBASE}/include
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220224
:
183735
| 190558 |
190559