svn commit: r459398 - in head: games/eduke32 multimedia/libvpx

Jan Beich jbeich at FreeBSD.org
Thu Jan 25 12:13:55 UTC 2018


Alexey Dokuchaev <danfe at FreeBSD.org> writes:

> Author: danfe
> Date: Fri Jan 19 06:36:37 2018
> New Revision: 459398
> URL: https://svnweb.freebsd.org/changeset/ports/459398
>
> Log:
>   Allow to build on sparc64 and powerpc.

For portmgr blanket an excerpt from error log would be appreciated.

> Modified: head/multimedia/libvpx/Makefile
> ==============================================================================
> --- head/multimedia/libvpx/Makefile	Fri Jan 19 06:15:16 2018	(r459397)
> +++ head/multimedia/libvpx/Makefile	Fri Jan 19 06:36:37 2018	(r459398)
> @@ -82,6 +82,8 @@ THREADS_CONFIGURE_OFF=	--disable-multithread
>  post-patch:
>  	@${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \
>  		${WRKSRC}/build/make/configure.sh
> +	@${REINPLACE_CMD} 's|sparc-solaris-gcc|sparc-linux-gcc|' \
> +		${WRKSRC}/configure

Why bother? Without CONFIGURE_ARGS_sparc64=sparc-linux-gcc the above is nop.
Besides, sparc-* targets are no longer special thus should be no different
from generic-gnu.

https://chromium.googlesource.com/webm/libvpx/+/802e1d84cc10%5E%21/


More information about the svn-ports-all mailing list