svn commit: r540962 - head/net-mgmt/netdata

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 1 13:34:20 UTC 2020


Author: lwhsu
Date: Wed Jul  1 13:34:19 2020
New Revision: 540962
URL: https://svnweb.freebsd.org/changeset/ports/540962

Log:
  Remove BROKEN_SSL as now it builds fine with libressl
  
  PR:		247643
  Submitted by:	lysfjord.daniel at smokepit.net

Modified:
  head/net-mgmt/netdata/Makefile

Modified: head/net-mgmt/netdata/Makefile
==============================================================================
--- head/net-mgmt/netdata/Makefile	Wed Jul  1 13:31:40 2020	(r540961)
+++ head/net-mgmt/netdata/Makefile	Wed Jul  1 13:34:19 2020	(r540962)
@@ -11,8 +11,6 @@ COMMENT=	Scalable distributed realtime performance and
 
 LICENSE=	GPLv3
 
-BROKEN_SSL=	libressl libressl-devel
-
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libuv.so:devel/libuv


More information about the svn-ports-all mailing list