From owner-svn-ports-all@freebsd.org Tue Jul 3 11:20:21 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 8FE5A1038548; Tue, 3 Jul 2018 11:20:21 +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 324517B5D5; Tue, 3 Jul 2018 11:20:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 231273EEE; Tue, 3 Jul 2018 11:20:21 +0000 (UTC) From: Jan Beich To: Stephen Montgomery-Smith Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473792 - head/graphics/opendx References: <201807030218.w632IjvT019626@repo.freebsd.org> Date: Tue, 03 Jul 2018 13:20:17 +0200 In-Reply-To: <201807030218.w632IjvT019626@repo.freebsd.org> (Stephen Montgomery-Smith's message of "Tue, 3 Jul 2018 02:18:45 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 03 Jul 2018 11:20:21 -0000 Stephen Montgomery-Smith writes: > Author: stephen > Date: Tue Jul 3 02:18:44 2018 > New Revision: 473792 > URL: https://svnweb.freebsd.org/changeset/ports/473792 > > Log: > - r473695 introduced patches that allow building with clang60. But this > seems to cause building with clang 4.0.0 to fail. So we add a compiler > option to USES so that FreeBSD-11 will build with clang60. [...] > -USES= bison motif gmake libtool > +USES= bison motif gmake libtool compiler:c++14-lang Did you mean compiler:c++17-lang? compiler:c++14-lang will use /usr/bin/clang on FreeBSD 11.1 and clang60 on FreeBSD 10.4. Also, sort USES.