Date: Sun, 27 May 2018 04:05:49 -0500 From: Mark Linimon <linimon@lonesome.com> To: Martin Wilke <miwi@FreeBSD.org> 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> In-Reply-To: <201805261819.w4QIJaMG031420@repo.freebsd.org> References: <201805261819.w4QIJaMG031420@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180527090549.GA7685>