From nobody Wed Sep 13 10:48:33 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 4RlxyF2h0xz4sbGD; Wed, 13 Sep 2023 10:48:37 +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 4RlxyD3xr1z4hnv; Wed, 13 Sep 2023 10:48:36 +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=1694602114; 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=0wWs3I1tYcCjIWOzin+rkQeOcBCf3NCUrbmk5W/29r8=; b=mfdWpLLIsW0XXZFvmvgbkZ9EKt7vjHCpC9zMO0C/InCYRyVR6+1drbftmPP032aqEyZA8n Dy+OwUCXj98PFxXvGHeOIQY25t4G/8AIexAP/XCvdGnfH/wjj7xW28OYmTKCgblCValelk d/CQuMxK9Fpgxyv8sCUXNfkZ13roQSc= 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 0e2f9988 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 13 Sep 2023 10:48:34 +0000 (UTC) Date: Wed, 13 Sep 2023 12:48:33 +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: <20230913124833.6d5174bb8d6ed46cf96b3ce6@bidouilliste.com> In-Reply-To: References: <202309130518.38D5INm2018105@gitrepo.freebsd.org> <20230913102352.b641f29cd7cb76f2937d1a61@bidouilliste.com> 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: 4RlxyD3xr1z4hnv On Wed, 13 Sep 2023 13:25:51 +0300 Gleb Popov wrote: > On Wed, Sep 13, 2023 at 11:24?AM Emmanuel Vadot w= rote: > > > > Isn't that what you want when you add USES=3Dllvm ? > > >=20 > As a devel/kdevelop and security/klee user, I thought it is not. But > apparently these are niche ports. Why ? I'm not familiar with those port but if you add USES=3Dllvm it will add a build dependancy on llvm, so why would you want to do that if the port will be build with base llvm ? Or is it that part of the port is using base llvm and some other part is using port one ? --=20 Emmanuel Vadot