Date: Mon, 16 Jan 2017 02:09:39 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) To: madpilot@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r431599 - head/games/traindirector Message-ID: <20170116020939.6A9E44B68@freefall.freebsd.org> In-Reply-To: <201701152108.v0FL85kB059754@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Guido Falsi <madpilot@FreeBSD.org> writes: > Author: madpilot > Date: Sun Jan 15 21:08:05 2017 > New Revision: 431599 > URL: https://svnweb.freebsd.org/changeset/ports/431599 > > Log: > Mark broken on head after import of clang 3.9.0. > > Modified: > head/games/traindirector/Makefile > > Modified: head/games/traindirector/Makefile > ============================================================================== > --- head/games/traindirector/Makefile Sun Jan 15 20:25:29 2017 (r431598) > +++ head/games/traindirector/Makefile Sun Jan 15 21:08:05 2017 (r431599) > @@ -28,7 +28,13 @@ PLIST_FILES= bin/traindir3 > > MAKEFILE= Makefile.fc9 > > +.include <bsd.port.pre.mk> > + > +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1200017 > +BROKEN= Fails to compile with clang 3.9.x and later > +.endif It's not a Clang but a libc++ 3.9 issue from https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b which also affects /stable/11 after https://svnweb.freebsd.org/changeset/base/310618
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170116020939.6A9E44B68>