svn commit: r431599 - head/games/traindirector

Guido Falsi madpilot at FreeBSD.org
Sun Jan 15 21:08:06 UTC 2017


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
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/traindir3 ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list