From owner-svn-ports-all@freebsd.org Sun May 27 09:05:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30014EF9107; Sun, 27 May 2018 09:05:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0BB277DC9; Sun, 27 May 2018 09:05:56 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 81E564AC; Sun, 27 May 2018 04:05:50 -0500 (CDT) Date: Sun, 27 May 2018 04:05:49 -0500 From: Mark Linimon To: Martin Wilke Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470941 - in head/multimedia: vdr-plugin-eepg vdr-plugin-epgsearch vdr-plugin-extrecmenu vdr-plugin-osdpip vdr-plugin-sleeptimer vdr-plugin-ttxtsubs vdr-plugin-vdrmanager vdr-plugin-vns... Message-ID: <20180527090549.GA7685@lonesome.com> References: <201805261819.w4QIJaMG031420@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805261819.w4QIJaMG031420@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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, 27 May 2018 09:05:57 -0000 On Sat, May 26, 2018 at 06:19:36PM +0000, Martin Wilke wrote: > - Mark broken for head failes to build with newer clang Unfortunately I think this is an incomplete approach, because: - it marks ports broken on earlier versions of 12, and - it does not mark ports broken on the latest version of 11. I have not attacked making the commits myself; I have only tried to identify all the failures *. I think the stanza is going to need to be something like this. OTOH I have not tested it yet. .if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200060) Finally, I note with some ill-feelings that there are hundreds of these regressions. mcl * see partial WIP at https://people.freebsd.org/~linimon/tmp/clang6_regressions.work