svn commit: r482294 - head/devel/sccache

Mathieu Arnold mat at FreeBSD.org
Wed Oct 24 13:23:23 UTC 2018


On Wed, Oct 17, 2018 at 01:15:53PM +0000, Luca Pizzamiglio wrote:
> Author: pizzamig
> Date: Wed Oct 17 13:15:53 2018
> New Revision: 482294
> URL: https://svnweb.freebsd.org/changeset/ports/482294
> 
> Log:
>   devel/sccache: ignore on CURRENT if openssl 1.1.1 based
>   
>   The current chain of dependencies doens't support openssl 1.1.1

This change is bobus.  First, I think it works just fine on current if
using security/openssl.  Also, this port is not incompatible with
openssl 1.1.1, only one of its dependency is, so this is not needed.

> Modified:
>   head/devel/sccache/Makefile
> 
> Modified: head/devel/sccache/Makefile
> ==============================================================================
> --- head/devel/sccache/Makefile	Wed Oct 17 13:14:17 2018	(r482293)
> +++ head/devel/sccache/Makefile	Wed Oct 17 13:15:53 2018	(r482294)
> @@ -282,10 +282,16 @@ CARGO_CRATES=	adler32-1.0.3 \
>  		xattr-0.2.2 \
>  		zip-0.4.2
>  
> +.include <bsd.port.pre.mk>
> +
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200084
> +IGNORE=	openssl 1.1.1 is incompatible with the reqwest 0.8.8 dependencies
> +.endif
> +
>  do-install-DOCS-on:
>  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
>  	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
>  
>  post-install:
>  	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache
> -.include <bsd.port.mk>
> +.include <bsd.port.post.mk>
> 
> 

-- 
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/20181024/54d53b85/attachment.sig>


More information about the svn-ports-all mailing list