From owner-svn-ports-head@freebsd.org Mon Jan 16 07:38:05 2017 Return-Path: Delivered-To: svn-ports-head@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 AB791CB265E; Mon, 16 Jan 2017 07:38:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 6937E1731; Mon, 16 Jan 2017 07:38:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3v24pL4XcpzZtQ; Mon, 16 Jan 2017 08:38:02 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id 0iWiuLmb-Kzx; Mon, 16 Jan 2017 08:38:00 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 16 Jan 2017 08:38:00 +0100 (CET) Subject: Re: svn commit: r431599 - head/games/traindirector To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <20170116020939.6A9E44B68@freefall.freebsd.org> From: Guido Falsi Message-ID: <0dda0bcf-aae6-dfef-673b-79f682bdd7a8@FreeBSD.org> Date: Mon, 16 Jan 2017 08:37:59 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170116020939.6A9E44B68@freefall.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 07:38:05 -0000 On 01/16/17 03:09, Jan Beich wrote: > Guido Falsi 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 >> + >> +.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