svn commit: r431651 - head/games/traindirector

Guido Falsi madpilot at FreeBSD.org
Mon Jan 16 14:48:57 UTC 2017


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 at FreeBSD.org>


More information about the svn-ports-head mailing list