Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 19:52:32 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Mark Linimon <linimon@lonesome.com>
Cc:        Martin Wilke <miwi@FreeBSD.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@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:  <tvqt-kmu7-wny@FreeBSD.org>
In-Reply-To: <20180527090549.GA7685@lonesome.com> (Mark Linimon's message of "Sun, 27 May 2018 04:05:49 -0500")
References:  <201805261819.w4QIJaMG031420@repo.freebsd.org> <20180527090549.GA7685@lonesome.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@lonesome.com> writes:

> On Sat, May 26, 2018 at 06:19:36PM +0000, Martin Wilke wrote:
>
>> - Mark broken for head failes to build with newer clang

Did USE_CXXSTD=gnu++98 not work due to lack of CXXFLAGS respect?

>
> Unfortunately I think this is an incomplete approach, because:
>
>  - it marks ports broken on earlier versions of 12, and

- Arbitrary old -CURRENT/-STABLE snapshots are not supported[1]
- FreeBSD supports more than just Clang, even on i386/amd64

>   .if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200060)

Better try

  USES=compiler

  # XXX CHOSEN_COMPILER_VERSION isn't supported, so check CXX hasn't changed
  .if ${CXX} == c++ && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 60
  BROKEN=	fails to build with Clang 6.0
  .endif

--
[1] Actual support is defined by an intersection of secteam@
    and portmgr@ maintenance.

    https://www.freebsd.org/security/
    https://pkg-status.freebsd.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tvqt-kmu7-wny>