svn commit: r485605 - head/devel/erlang-exmpp

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Thu Nov 22 18:06:58 UTC 2018


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 at 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


More information about the svn-ports-all mailing list