svn commit: r431599 - head/games/traindirector

Jan Beich jbeich at freebsd.org
Mon Jan 16 02:09:40 UTC 2017


Guido Falsi <madpilot at 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


More information about the svn-ports-all mailing list