svn commit: r484868 - head/graphics/azpainter

Jan Beich jbeich at FreeBSD.org
Tue Nov 13 12:14:26 UTC 2018


Alexey Dokuchaev <danfe at FreeBSD.org> writes:

> Author: danfe
> Date: Tue Nov 13 10:20:46 2018
> New Revision: 484868
> URL: https://svnweb.freebsd.org/changeset/ports/484868
>
> Log:
>   Try to unbreak the build on architectures that still use old GCC as their
>   system compiler by using contemporary GCC version.
>   
>   Tested on:	powerpc
[...]
> +.include <bsd.port.pre.mk>

ARCH is defined in bsd.port.options.mk, so pre/post.mk could've been avoided.

> +.if ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
> +USE_GCC=	yes
> +.endif

Why not USES=compiler:c++11-lang? mips* and riscv64 are also GCC-only atm. 

http://beefy7.nyi.freebsd.org/data/latest-per-pkg/azpainter/2.0.4/head-mips-default.log
http://www.ipv6proxy.net/go.php?u=http://beefy13.nyi.freebsd.org/data/latest-per-pkg/azpainter/2.0.4/head-mips64-default.log


More information about the svn-ports-all mailing list