Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 15:51:30 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485684 - head/devel/grpc
Message-ID:  <201811231551.wANFpUfJ007864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Nov 23 15:51:30 2018
New Revision: 485684
URL: https://svnweb.freebsd.org/changeset/ports/485684

Log:
  Remove BROKEN_SSL_*, it's compatible with openssl111.
  
  Reported by:	mfechner@

Modified:
  head/devel/grpc/Makefile

Modified: head/devel/grpc/Makefile
==============================================================================
--- head/devel/grpc/Makefile	Fri Nov 23 15:47:28 2018	(r485683)
+++ head/devel/grpc/Makefile	Fri Nov 23 15:51:30 2018	(r485684)
@@ -14,9 +14,6 @@ COMMENT=	HTTP/2-based RPC framework
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	use of undeclared identifier 'SSL_get0_next_proto_negotiated'
-
 BUILD_DEPENDS=	go:lang/go \
 		yasm:devel/yasm
 LIB_DEPENDS=	libgflags.so:devel/gflags \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811231551.wANFpUfJ007864>