Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 18:06:57 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485605 - head/devel/erlang-exmpp
Message-ID:  <201811221806.wAMI6vkV026158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell
Date: Thu Nov 22 18:06:57 2018
New Revision: 485605
URL: https://svnweb.freebsd.org/changeset/ports/485605

Log:
  devel/erlang-exmpp: Mark as broken with OpenSSL 1.1.x
  
  MFH:		2018Q4

Modified:
  head/devel/erlang-exmpp/Makefile

Modified: head/devel/erlang-exmpp/Makefile
==============================================================================
--- head/devel/erlang-exmpp/Makefile	Thu Nov 22 18:00:28 2018	(r485604)
+++ head/devel/erlang-exmpp/Makefile	Thu Nov 22 18:06:57 2018	(r485605)
@@ -11,6 +11,8 @@ PKGNAMEPREFIX=	erlang-
 MAINTAINER=	erlang@FreeBSD.org
 COMMENT=	Fast and scalable library for XMPP written in Erlang/OTP
 
+BROKEN_SSL=	openssl111 openssl-devel
+
 LICENSE=	EPL
 
 BUILD_DEPENDS=	erlc:lang/erlang
@@ -41,6 +43,12 @@ OPTIONS_DEFINE=	DOCS
 DOCS_CONFIGURE_ENABLE=	documentation
 
 MAKE_JOBS_UNSAFE=	yes
+
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+BROKEN=	Does not support OpenSSL 1.1
+.endif
 
 post-configure:
 	${REINPLACE_CMD}  's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/network/*.erl



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