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

Mathieu Arnold mat at FreeBSD.org
Thu Nov 22 22:20:10 UTC 2018


On Thu, Nov 22, 2018 at 06:06:57PM +0000, Jean-Sébastien Pédron wrote:
> 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

There is no such thing as 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
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181122/2bde546c/attachment.sig>


More information about the svn-ports-all mailing list