Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2016 04:42:51 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412603 - head/net-mgmt/zabbix3-server
Message-ID:  <201604060442.u364gpvo089401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Apr  6 04:42:51 2016
New Revision: 412603
URL: https://svnweb.freebsd.org/changeset/ports/412603

Log:
  net-mgmt/zabbix3-server: IGNORE for 9.3 with explaination
  
  PR:		208029
  Submitted by:	mat

Modified:
  head/net-mgmt/zabbix3-server/Makefile

Modified: head/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile	Wed Apr  6 04:36:39 2016	(r412602)
+++ head/net-mgmt/zabbix3-server/Makefile	Wed Apr  6 04:42:51 2016	(r412603)
@@ -144,8 +144,6 @@ LIBXML2_LIB_DEPENDS=	libxml2.so:textproc
 OPENSSL_CONFIGURE_WITH= openssl
 OPENSSL_USE=            OPENSSL=yes
 
-WITH_OPENSSL_PORT=yes
-
 GNUTLS_CONFIGURE_WITH=	gnutls
 GNUTLS_LIB_DEPENDS=     libgnutls.so:security/gnutls
 
@@ -154,8 +152,8 @@ POLARSSL_LIB_DEPENDS=	libmbedtls.so:secu
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-WITH_OPENSSL_PORT=yes
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT)
+IGNORE=   OpenSSL from the base system is too old, add WITH_OPENSSL_PORT to your /etc/make.conf and rebuild everything that needs SSL.
 .endif
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604060442.u364gpvo089401>