Date: Tue, 13 Nov 2018 13:54:31 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: Jan Beich <jbeich@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r484868 - head/graphics/azpainter Message-ID: <20181113125431.p2ob6s7agzcmoobo@ivaldir.net> In-Reply-To: <20181113122650.GA42216@FreeBSD.org> References: <201811131020.wADAKkDd074298@repo.freebsd.org> <36s5-fa3k-wny@FreeBSD.org> <20181113122650.GA42216@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--xmbgkyd5e34khtzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 13, 2018 at 12:26:50PM +0000, Alexey Dokuchaev wrote: > On Tue, Nov 13, 2018 at 01:14:23PM +0100, Jan Beich wrote: > > Alexey Dokuchaev <danfe@FreeBSD.org> writes: > > > 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. > > > =20 > > > Tested on: powerpc > > [...] > > > +.include <bsd.port.pre.mk> > >=20 > > ARCH is defined in bsd.port.options.mk, so pre/post.mk could've been > > avoided. >=20 > I'll look into it, thanks. >=20 > > > +.if ${ARCH:Mpowerpc*} || ${ARCH} =3D=3D sparc64 > > > +USE_GCC=3D yes > > > +.endif > >=20 > > Why not USES=3Dcompiler:c++11-lang? mips* and riscv64 are also GCC-only= atm. >=20 > Because seeing "c++11-lang" in pure C program is confusing? I don't know > much knowledge about those arches so I didn't include them. It would be > nice to specify "GCC-4.2.1 does not cut it" without having to spell C++11. What about: USES=3Dcompiler:c11 Best regards, Bapt --xmbgkyd5e34khtzm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEgOTj3suS2urGXVU3Y4mL3PG3PloFAlvqyYUACgkQY4mL3PG3 PlpvWw/+MYlztOdrAkpF46aQAVsVE1N3ClFRgNsjTynu+FOHs7pXtlgsKf1m4zxA 6k8xEE58Du7woHLoJZrFih81BqI5rIxEQHgc6Nis4+2h0MRL8QOller3pL4yM6o9 axFCl7RzkZV3SMIPkFssLysuzmJnBtSqo3Euft2/0yZQjIsQ9EgzOwVYZszq11FX LFT2Bx+yH6sdMjchOwjHkq+kzHzhfYA7qhvWsQXItOrO3YntXzjVb7hQnLxcK+Eq vQY8gx+WNDTfdCSIr+8s0aAKZ4bWAMiOz/BBbLa1iU4H6ISObiNDT2nFDE1V71dv ByfHeLAA3MRxDzRVrcV0kBsLbaOvxJeFxMU6bUNtTL6fcWURNHEM0TaR+Q35Zf+J kVg8u7bnCV3s9zWM9PajUswD6b79cS/OeIX54Hnl2cACAkghOUwZnKF9QGE6qGc1 HV7RkfnfszL3+WZoXp+sOU8vOK0w7YKRmjQl47Hbmeymb1ULbtLtntTPkEnzOTez HafsyWh9+zhaDHKof1vVvBZOrRVINnBnad7Y3Kl38eYaaE7EJLE9uLBZPJRs0rLB c0M6nj0Zh/qh+GbXmRjC5koGo651MXpD3niQgGHICLVFwH/nezh//q95CEjZSP4j 8euDo/BcPCtgu6a7epfWv/NKv2ThXQrnT33DyWvVN4SQu0tlE2A= =lHhs -----END PGP SIGNATURE----- --xmbgkyd5e34khtzm--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181113125431.p2ob6s7agzcmoobo>