From nobody Wed Sep 13 08:23:52 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 4RltlN5hNnz4tW9k; Wed, 13 Sep 2023 08:24:00 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RltlM5b0vz3XNv; Wed, 13 Sep 2023 08:23:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1694593437; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nEqB6O5XryBNB1z24vbrWoyyAYKZdixNJcX/fsYeK2Y=; b=UzW0GPmhdtqQxES/GIW+l1ClOEUSD1akFRvyykql0WxHNCJbuhQQ0TIHuRrzEdcZ85RZXT SHSeZBHM2jwPXsmyjxdIlukDoXHPSWZc93moSM+/cN2sbqklWBIa7oSnFJB9O2jZ9eiAUG byTbWPXpFTzSbVDUI08kWqmSy19lDcQ= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 6583f246 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 13 Sep 2023 08:23:56 +0000 (UTC) Date: Wed, 13 Sep 2023 10:23:52 +0200 From: Emmanuel Vadot To: Gleb Popov Cc: "Tobias C. Berner" , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 4df0e66a3662 - main - llvm.mk: add export/noexport to handle CC/CXX/CPP exports Message-Id: <20230913102352.b641f29cd7cb76f2937d1a61@bidouilliste.com> In-Reply-To: References: <202309130518.38D5INm2018105@gitrepo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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 Content-Type: text/plain; charset=ISO-8859-1 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:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4RltlM5b0vz3XNv On Wed, 13 Sep 2023 08:55:48 +0300 Gleb Popov wrote: > On Wed, Sep 13, 2023 at 8:20?AM Tobias C. Berner w= rote: > > > > + 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. >=20 > 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? Isn't that what you want when you add USES=3Dllvm ? --=20 Emmanuel Vadot