From nobody Wed Sep 13 06:04:27 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rlqfc5nPMz4tGNJ; Wed, 13 Sep 2023 06:04:40 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rlqfc3cSbz4LBL; Wed, 13 Sep 2023 06:04:40 +0000 (UTC) (envelope-from tcberner@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-64f387094ddso37077016d6.3; Tue, 12 Sep 2023 23:04:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694585079; x=1695189879; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rGeIbX4lcCZwK2cV/ejnQmD+pCc2YuPKFHCsVJ3jjgg=; b=Asj5U3XbPNyUth9WS49410lpeFglXU2E98yEaUVT1iqB9foggOQDf14Xxh0OUwGgJN h9D+T1ZR59JvMfaHxgz4viuqBrudEGmWFfwXwjjJ5zTfI1v3AZH/DlxTcYJiOHq72f22 ZrAa+Kub/u2OFtmzeRRH4zBsOI+ONFIn56YG9b530fO54Nd9CJAS/ApXLpe5Khl5AgWL ODWDl7seXxYTWaba3TbHC55V2SSO0ptt12kmiPAsM0MuIHteWS62bT6mUksNtoGZ+ApI 4X5XusMm3U3JkdSE/YsIpAfaO/jR3PerzVE1pueaA2s+HRutiHH4s0T7AGcvhlYtBxNA bQ9g== X-Gm-Message-State: AOJu0YzdRLBzXRxb21h5VjEvBftofq5s/i6FmuSyLWx7c12SAElJuGoO HVGP6sdbmGdxrjJWW548HkHLBRKdg+0= X-Google-Smtp-Source: AGHT+IG7lbKMZcA/VAEtnCl8S4aVMBM9aPtEpAJOTGLxOVypzQFm3O5REckju7k8FXAlBynaWnGtSg== X-Received: by 2002:a0c:b408:0:b0:64f:3f48:b6e1 with SMTP id u8-20020a0cb408000000b0064f3f48b6e1mr1823097qve.19.1694585079383; Tue, 12 Sep 2023 23:04:39 -0700 (PDT) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com. [209.85.222.177]) by smtp.gmail.com with ESMTPSA id d8-20020a0ce448000000b00626362f1bf1sm4143261qvm.63.2023.09.12.23.04.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Sep 2023 23:04:39 -0700 (PDT) Received: by mail-qk1-f177.google.com with SMTP id af79cd13be357-76f08e302a1so402929485a.1; Tue, 12 Sep 2023 23:04:39 -0700 (PDT) X-Received: by 2002:a05:622a:589:b0:413:5e4d:bf46 with SMTP id c9-20020a05622a058900b004135e4dbf46mr1676990qtb.11.1694585079032; Tue, 12 Sep 2023 23:04:39 -0700 (PDT) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 References: <202309130518.38D5INm2018105@gitrepo.freebsd.org> In-Reply-To: From: "Tobias C. Berner" Date: Wed, 13 Sep 2023 08:04:27 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 4df0e66a3662 - main - llvm.mk: add export/noexport to handle CC/CXX/CPP exports To: Gleb Popov Cc: "Tobias C. Berner" , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4Rlqfc3cSbz4LBL Moin moin From a rough count: of the 87 ports using llvm.mk 50 set CC. mfg Tobias On Wed, 13 Sept 2023 at 07:56, Gleb Popov wrote: > > On Wed, Sep 13, 2023 at 8:20=E2=80=AFAM Tobias C. Berner wrote: > > > > + USES=3Dllvm.mk now supports 'export' (default) and 'noexport' argume= nts. > > + When export is set, CC, CXX and CPP will be set to the path correspo= nding > > + to the chosen llvm-version. > > The choice for the default seems strange to me. Now every port that > has USES=3Dllvm will be switching to building with a non-base compiler. > Is this really a sensible default?