Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 06:59:35 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487350 - in head: devel/erlang-exmpp games/pokerth
Message-ID:  <201812130659.wBD6xZi0087724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Dec 13 06:59:34 2018
New Revision: 487350
URL: https://svnweb.freebsd.org/changeset/ports/487350

Log:
  There is no security/openssl-devel anymore

Modified:
  head/devel/erlang-exmpp/Makefile
  head/games/pokerth/Makefile

Modified: head/devel/erlang-exmpp/Makefile
==============================================================================
--- head/devel/erlang-exmpp/Makefile	Thu Dec 13 06:53:15 2018	(r487349)
+++ head/devel/erlang-exmpp/Makefile	Thu Dec 13 06:59:34 2018	(r487350)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	erlang-
 MAINTAINER=	erlang@FreeBSD.org
 COMMENT=	Fast and scalable library for XMPP written in Erlang/OTP
 
-BROKEN_SSL=	openssl111 openssl-devel
+BROKEN_SSL=	openssl111
 
 LICENSE=	EPL
 

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Thu Dec 13 06:53:15 2018	(r487349)
+++ head/games/pokerth/Makefile	Thu Dec 13 06:59:34 2018	(r487350)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 DEPRECATED=		Qt4 has been EOL since december 2015
 EXPIRATION_DATE=	2019-03-15
 
-BROKEN_SSL=	openssl111 openssl-devel
+BROKEN_SSL=	openssl111
 BROKEN_SSL_REASON=	Does not build with OpenSSL 1.1, variable has incomplete type 'EVP_CIPHER_CTX'
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \



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