Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 14:47:09 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431651 - head/games/traindirector
Message-ID:  <201701161447.v0GEl9jd093415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701161447.v0GEl9jd093415>