FreeBSD Bugzilla – Attachment 181328 Details for
Bug 218238
net-mgmt/zabbix32-server: correct IGNORE for LibreSSL only when OPENSSL is set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix the IGNORE statement
zabbix.patch (text/plain), 1.33 KB, created by
Franco Fichtner
on 2017-03-30 20:35:40 UTC
(
hide
)
Description:
fix the IGNORE statement
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2017-03-30 20:35:40 UTC
Size:
1.33 KB
patch
obsolete
>From 9a5240cb954242fd1e469d92b6b4e40f749e6824 Mon Sep 17 00:00:00 2001 >From: Franco Fichtner <franco@opnsense.org> >Date: Thu, 30 Mar 2017 22:25:48 +0200 >Subject: [PATCH] net-mgmt/zabbix3*-server: only ignore LibreSSL if OPENSSL is > set > >--- > net-mgmt/zabbix3-server/Makefile | 4 +++- > net-mgmt/zabbix32-server/Makefile | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile >index 8649a7f..c1645b3 100644 >--- a/net-mgmt/zabbix3-server/Makefile >+++ b/net-mgmt/zabbix3-server/Makefile >@@ -146,8 +146,10 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 > > .include <bsd.port.pre.mk> > >-.if ${SSL_DEFAULT:Mlibressl*} >+.if ${PORT_OPTIONS:MOPENSSL} >+. if ${SSL_DEFAULT:Mlibressl*} > IGNORE= requires PSK which is unsupported by the selected LibreSSL >+. endif > .endif > > post-patch: >diff --git a/net-mgmt/zabbix32-server/Makefile b/net-mgmt/zabbix32-server/Makefile >index b73802f..0203f67 100644 >--- a/net-mgmt/zabbix32-server/Makefile >+++ b/net-mgmt/zabbix32-server/Makefile >@@ -146,8 +146,10 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 > > .include <bsd.port.pre.mk> > >-.if ${SSL_DEFAULT:Mlibressl*} >+.if ${PORT_OPTIONS:MOPENSSL} >+. if ${SSL_DEFAULT:Mlibressl*} > IGNORE= requires PSK which is unsupported by the selected LibreSSL >+. endif > .endif > > post-patch:
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 218238
:
181328
|
181834