FreeBSD Bugzilla – Attachment 165999 Details for
Bug 206523
mail/opensmtpd: Add libressl support, Fix OPTIONS use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-Makefile
opensmtpd-Makefile.diff (text/plain), 1.86 KB, created by
Andrey Fesenko
on 2016-01-23 14:44:07 UTC
(
hide
)
Description:
patch-Makefile
Filename:
MIME Type:
Creator:
Andrey Fesenko
Created:
2016-01-23 14:44:07 UTC
Size:
1.86 KB
patch
obsolete
>--- mail/opensmtpd/Makefile.orig 2015-10-10 02:40:43.642709000 +0300 >+++ mail/opensmtpd/Makefile 2016-01-23 17:18:55.158853000 +0300 >@@ -3,6 +3,7 @@ > > PORTNAME= opensmtpd > PORTVERSION= 5.7.3 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= mail > MASTER_SITES= http://www.opensmtpd.org/archives/ \ >@@ -19,11 +20,18 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/dev > > OPTIONS_DEFINE= CA_BUNDLE LIBASRDEVEL MAILERCONF PAM TABLE_DB > >-OPTIONS_DEFAULT= CA_BUNDLE PAM TABLE_DB >+OPTIONS_DEFAULT= CA_BUNDLE OPENSSL PAM TABLE_DB > >-CA_BUNDLE_DESC= Install CA bundle for OpenSSL >+OPTIONS_RADIO= CRYPTO >+OPTIONS_RADIO_CRYPTO= LIBRESSL LIBRESSL_DEVEL OPENSSL >+ >+CA_BUNDLE_DESC= Install CA bundle for SSL >+CRYPTO_DESC= Choose which crypto engine to use > LIBASRDEVEL_DESC= Use development version of libasr >+LIBRESSL_DESC= Use security/libressl for SSL >+LIBRESSL_DEVEL_DESC= Use security/libressl-devel for SSL > MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5) >+OPENSSL_DESC= Use security/openssl for SSL > TABLE_DB_DESC= Build table-db plugin (aliases) > > USES= cpe libtool >@@ -45,14 +53,24 @@ GROUPS= _smtpd > > OPTIONS_SUB= yes > >-CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt >+CA_BUNDLE_CONFIGURE_WITH= ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt > CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss > > LIBASRDEVEL_LIB_DEPENDS_OFF= libasr.so:${PORTSDIR}/dns/libasr > LIBASRDEVEL_LIB_DEPENDS= libasr.so:${PORTSDIR}/dns/libasr-devel > >-PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd >+PAM_CONFIGURE_WITH= pam pam-service=smtpd > >-TABLE_DB_CONFIGURE_ON= --enable-table-db >+TABLE_DB_CONFIGURE_ENABLE= table-db >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MLIBRESSL} >+OPENSSL_PORT= security/libressl >+.endif >+ >+.if ${PORT_OPTIONS:MLIBRESSL_DEVEL} >+OPENSSL_PORT= security/libressl-devel >+.endif > > .include <bsd.port.mk>
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 206523
:
165999
|
166000
|
167379
|
167380