From owner-svn-ports-all@freebsd.org Sun Jan 15 21:08:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76337CB17CF; Sun, 15 Jan 2017 21:08:06 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C4B91A3A; Sun, 15 Jan 2017 21:08:06 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0FL857D059755; Sun, 15 Jan 2017 21:08:05 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0FL85kB059754; Sun, 15 Jan 2017 21:08:05 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201701152108.v0FL85kB059754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 15 Jan 2017 21:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431599 - head/games/traindirector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2017 21:08:06 -0000 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 + +.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 +.include