From owner-svn-ports-all@freebsd.org Sun Feb 11 21:46:03 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 AE6E6F1B4F7; Sun, 11 Feb 2018 21:46:03 +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 6074A6CEB2; Sun, 11 Feb 2018 21:46:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 5791B13042; Sun, 11 Feb 2018 21:46:03 +0000 (UTC) From: Jan Beich To: Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r461527 - in head: graphics/libbpg multimedia/ccextractor multimedia/ffmpeg multimedia/gstreamer1-plugins-x265 multimedia/handbrake multimedia/vlc multimedia/x265 x11/xpra References: <201802112019.w1BKJCfk026979@repo.freebsd.org> Date: Sun, 11 Feb 2018 22:45:57 +0100 In-Reply-To: <201802112019.w1BKJCfk026979@repo.freebsd.org> (Guido Falsi's message of "Sun, 11 Feb 2018 20:19:12 +0000 (UTC)") Message-ID: <6073-2oa2-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 11 Feb 2018 21:46:03 -0000 Guido Falsi writes: > +.include > > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100052 > +BUILD_DEPENDS+= ${LOCALBASE}/bin/clang50:devel/llvm50 > +CPP= ${LOCALBASE}/bin/clang-cpp50 > +CC= ${LOCALBASE}/bin/clang50 > +CXX= ${LOCALBASE}/bin/clang++50 > +.endif Why not USES=compiler:c++14-lang ?