svn commit: r484352 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 6 21:12:38 UTC 2018


Author: sunpoet
Date: Tue Nov  6 21:12:31 2018
New Revision: 484352
URL: https://svnweb.freebsd.org/changeset/ports/484352

Log:
  Remove outdated BROKEN_SSL
  
  PR:		232951
  Submitted by:	brnrd

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Tue Nov  6 21:12:23 2018	(r484351)
+++ head/www/nghttp2/Makefile	Tue Nov  6 21:12:31 2018	(r484352)
@@ -12,9 +12,6 @@ COMMENT=	HTTP/2.0 C Library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_SSL=	openssl-devel
-BROKEN_SSL_REASON_openssl-devel=	error: use of undeclared identifier 'SSL_get0_next_proto_negotiated'
-
 BUILD_DEPENDS=	libnghttp2>=${PORTVERSION}:www/libnghttp2
 LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 


More information about the svn-ports-all mailing list