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...

Mark Linimon linimon at lonesome.com
Sun May 27 09:05:57 UTC 2018


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


More information about the svn-ports-head mailing list