svn commit: r412603 - head/net-mgmt/zabbix3-server

Kurt Jaeger pi at FreeBSD.org
Wed Apr 6 04:42:53 UTC 2016


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:


More information about the svn-ports-head mailing list