svn commit: r431599 - head/games/traindirector

Guido Falsi madpilot at FreeBSD.org
Mon Jan 16 07:38:05 UTC 2017


On 01/16/17 03:09, Jan Beich wrote:
> 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
> 

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


More information about the svn-ports-all mailing list