svn commit: r485756 - head/databases/mongodb34

Mathieu Arnold mat at FreeBSD.org
Sun Nov 25 11:07:09 UTC 2018


On Sat, Nov 24, 2018 at 11:19:40AM +0000, Kurt Jaeger wrote:
> Author: pi
> Date: Sat Nov 24 11:19:40 2018
> New Revision: 485756
> URL: https://svnweb.freebsd.org/changeset/ports/485756
> 
> Log:
>   databases/mongodb34: fix build with openssl 1.1.x in base
>   
>   - depend on security/openssl
>   - submitter becomes maintainer
>   
>   PR:		230698
>   Submitted by:	Ronald Klop <ronald-lists at klop.ws>
>   Reported by:	brnrd
>   Approved by:	Eric Camachat <eric at camachat.org> (maintainer)
> 
> Modified:
>   head/databases/mongodb34/Makefile
> 
> Modified: head/databases/mongodb34/Makefile
> ==============================================================================
> --- head/databases/mongodb34/Makefile	Sat Nov 24 11:02:54 2018	(r485755)
> +++ head/databases/mongodb34/Makefile	Sat Nov 24 11:19:40 2018	(r485756)
> @@ -10,7 +10,7 @@ MASTER_SITES=	https://fastdl.mongodb.org/src/ \
>  PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}
>  DISTNAME=	mongodb-src-${DISTVERSIONPREFIX}${DISTVERSION}
>  
> -MAINTAINER=	eric at camachat.org
> +MAINTAINER=	ronald-lists at klop.ws
>  COMMENT=	Distributed document-oriented "NoSQL" database
>  
>  # mongodb is AGPLv3, C++ driver is APACHE20
> @@ -54,8 +54,10 @@ OPTIONS_DEFAULT=	SASL SSL
>  SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
>  SASL_MAKE_ARGS=		--use-sasl-client
>  
> -SSL_USES=	ssl
> +SSL_BUILD_DEPENDS=	${LOCALBASE}/lib/libcrypto.so:security/openssl
> +SSL_RUN_DEPENDS=	${LOCALBASE}/lib/libcrypto.so:security/openssl
>  SSL_MAKE_ARGS=	--ssl
> +SSL_MAKE_ENV=	OPENSSL_ROOT_DIR=${LOCALBASE}

No port can EVER depend directly on a port version of openssl, please
back this out.

-- 
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/20181125/e65d087e/attachment.sig>


More information about the svn-ports-all mailing list