Date: Mon, 16 Jan 2017 15:48:51 +0100 From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r431651 - head/games/traindirector Message-ID: <1216ed8d-8560-e3af-905e-7ca44354bc5f@FreeBSD.org> In-Reply-To: <201701161447.v0GEl9jd093415@repo.freebsd.org> References: <201701161447.v0GEl9jd093415@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/16/17 15:47, Guido Falsi wrote: > Author: madpilot > Date: Mon Jan 16 14:47:08 2017 > New Revision: 431651 > URL: https://svnweb.freebsd.org/changeset/ports/431651 > > Log: > - Also mark broken on recent 11.0-STABLE > - Correct the message, the failure is caused by libc++, not clang > > Reported by: jbeich@ > > Modified: > head/games/traindirector/Makefile > > Modified: head/games/traindirector/Makefile > ============================================================================== > --- head/games/traindirector/Makefile Mon Jan 16 14:30:50 2017 (r431650) > +++ head/games/traindirector/Makefile Mon Jan 16 14:47:08 2017 (r431651) > @@ -30,8 +30,8 @@ MAKEFILE= Makefile.fc9 > > .include <bsd.port.pre.mk> > > -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200017 > -BROKEN= Fails to compile with clang 3.9.x and later > +.if ${OPSYS} == "FreeBSD" && (${OSVERSION} >= 1200017 || ${OSVERSION} >= 1100508) > +BROKEN= Fails to compile with libc++ 3.9.0 and later > .endif > > do-install: > Ooops, This is an incorrect conditonal, I noticed too late. I'll fix it shortly! -- Guido Falsi <madpilot@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1216ed8d-8560-e3af-905e-7ca44354bc5f>