Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 08:37:59 +0100
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        Jan Beich <jbeich@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:  <0dda0bcf-aae6-dfef-673b-79f682bdd7a8@FreeBSD.org>
In-Reply-To: <20170116020939.6A9E44B68@freefall.freebsd.org>
References:  <20170116020939.6A9E44B68@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/16/17 03:09, Jan Beich wrote:
> 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
> 

I stand corrected. I'll reword the BROKEN message and conditional shortly.

It's my intention to upgrade the port and have it work again, once I fix
the core dump with the new version.

-- 
Guido Falsi <madpilot@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0dda0bcf-aae6-dfef-673b-79f682bdd7a8>