diff options
author | rene <rene@FreeBSD.org> | 2018-05-02 03:03:18 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-05-02 03:03:18 +0800 |
commit | 97ccfd57f90c85a6f45316df2e724edbda9e9d7a (patch) | |
tree | 150e9c762eab6f05d0c20ed95aa5848592293d34 /net-mgmt/zabbix3-server | |
parent | 7277e4e0b9f2165c9746d42aaf0276ad17e28f40 (diff) | |
download | freebsd-ports-gnome-97ccfd57f90c85a6f45316df2e724edbda9e9d7a.tar.gz freebsd-ports-gnome-97ccfd57f90c85a6f45316df2e724edbda9e9d7a.tar.zst freebsd-ports-gnome-97ccfd57f90c85a6f45316df2e724edbda9e9d7a.zip |
Drop support for expired security/polarssl13
Diffstat (limited to 'net-mgmt/zabbix3-server')
-rw-r--r-- | net-mgmt/zabbix3-server/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile index 0f14c3978d49..f098741b2f68 100644 --- a/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -84,7 +84,7 @@ LIBXML2_DESC= Support for libxml2 (required by monitoring VMware) OPTIONS_SINGLE= DB ODBC SSL OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE OPTIONS_SINGLE_ODBC= IODBC UNIXODBC -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS POLARSSL +OPTIONS_SINGLE_SSL= OPENSSL GNUTLS MYSQL_CONFIGURE_WITH= mysql MYSQL_USES+= mysql @@ -121,7 +121,7 @@ UNIXODBC_CONFIGURE_WITH=unixodbc UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC .else OPTIONS_SINGLE= SSL -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS POLARSSL +OPTIONS_SINGLE_SSL= OPENSSL GNUTLS .endif # if ${ZABBIX_BUILD} != "agent" IPV6_CONFIGURE_ENABLE= ipv6 @@ -143,9 +143,6 @@ OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \ GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -POLARSSL_CONFIGURE_WITH=mbedtls -POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13 - .include <bsd.port.pre.mk> post-patch: |