svn commit: r484928 - head/net/qt5-network

Koichiro Iwao meta at FreeBSD.org
Wed Nov 14 15:02:25 UTC 2018


Author: meta
Date: Wed Nov 14 15:02:24 2018
New Revision: 484928
URL: https://svnweb.freebsd.org/changeset/ports/484928

Log:
  net/qt5-network: remove BROKEN
  
  not it builds with OpenSSL 1.1.1.
  
  PR:		233197
  Reported by:	 Sascha Holzleiter <sascha at root-login.org>
  Approved by:	mentors (implicit)

Modified:
  head/net/qt5-network/Makefile

Modified: head/net/qt5-network/Makefile
==============================================================================
--- head/net/qt5-network/Makefile	Wed Nov 14 14:53:27 2018	(r484927)
+++ head/net/qt5-network/Makefile	Wed Nov 14 15:02:24 2018	(r484928)
@@ -8,9 +8,6 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt network module
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	error: member access into incomplete type 'X509' (aka 'x509_st')
-
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 USES=		compiler:c++11-lang qmake:no_env qt-dist:5,base ssl


More information about the svn-ports-all mailing list