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...
Jan Beich
jbeich at FreeBSD.org
Sun May 27 17:52:38 UTC 2018
Mark Linimon <linimon at 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/
More information about the svn-ports-all
mailing list