Bug 218238

Summary: net-mgmt/zabbix32-server: correct IGNORE for LibreSSL only when OPENSSL is set
Product: Ports & Packages Reporter: Franco Fichtner <franco>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pg, pi
Priority: --- Flags: pi: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix the IGNORE statement
none
BROKEN_SSL version of previous patch none

Description Franco Fichtner 2017-03-30 20:35:40 UTC
Created attachment 181328 [details]
fix the IGNORE statement

Patch also includes zabbix3-server parts.

With this patch its possible to build in a LibreSSL setting by using the GNUTLS or POLARSSL option.
Comment 1 Franco Fichtner 2017-04-17 07:18:16 UTC
Created attachment 181834 [details]
BROKEN_SSL version of previous patch

I've updated the patch to use the new BROKEN_SSL helper.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2017-04-17 16:09:23 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-17 16:09:47 UTC
A commit references this bug:

Author: pi
Date: Mon Apr 17 16:09:08 UTC 2017
New revision: 438731
URL: https://svnweb.freebsd.org/changeset/ports/438731

Log:
  net-mgmt/zabbix3[2]-server: BROKEN with libressl, does not provide PSK

  PR:		218238
  Submitted by:	Franco Fichtner <franco@opnsense.org>
  Approved by:	pg@pakhom.spb.ru (maintainer timeout)

Changes:
  head/net-mgmt/zabbix3-server/Makefile
  head/net-mgmt/zabbix32-server/Makefile
Comment 4 Franco Fichtner 2017-04-17 16:20:21 UTC
Thanks Kurt!