From owner-svn-ports-all@freebsd.org Sun May 27 17:52:38 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 B634DF7BD6E; Sun, 27 May 2018 17:52:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6599487FD7; Sun, 27 May 2018 17:52:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 55D6D428D; Sun, 27 May 2018 17:52:38 +0000 (UTC) From: Jan Beich To: Mark Linimon Cc: Martin Wilke , 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... References: <201805261819.w4QIJaMG031420@repo.freebsd.org> <20180527090549.GA7685@lonesome.com> Date: Sun, 27 May 2018 19:52:32 +0200 In-Reply-To: <20180527090549.GA7685@lonesome.com> (Mark Linimon's message of "Sun, 27 May 2018 04:05:49 -0500") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 17:52:38 -0000 Mark Linimon 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/