From nobody Wed Aug 30 12:12:41 2023 X-Original-To: ports@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 4RbNTx6JsFz4s3jr for ; Wed, 30 Aug 2023 12:12:53 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RbNTw73KKz4MlF; Wed, 30 Aug 2023 12:12:52 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 37UCCgAd052992; Wed, 30 Aug 2023 21:12:42 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 30 Aug 2023 21:12:41 +0900 From: Tomoaki AOKI To: ports@freebsd.org Cc: Nuno Teixeira , Dimitry Andric Subject: Re: www/firefox{-esr} depends on llmv13 and not default 15 Message-Id: <20230830211241.35565a64e8bbe9d5e59790f4@dec.sakura.ne.jp> In-Reply-To: References: Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4RbNTw73KKz4MlF On Wed, 30 Aug 2023 10:04:59 +0100 Nuno Teixeira wrote: > Hello all, > > bsd.default-versions.mk LLVM is 15 and bsd.gecko.mk is also configured to > use default version llvm. > > Can't understand why firefox build still depends on llvm13 or am I missing > something? > > Thanks, > > -- > Nuno Teixeira > FreeBSD Committer (ports) Hi. It would just because www/firefox[-esr] depends on devel/wasi-[compiler-rt13|libc|libcxx] ports, which all stay depending on devel/llvm13. For devel/wasi-[libcxx|compiler-rt], updates are proposed as Bug 266341 [1] and Bug 266342 [2] respectively by Eric Camachat, but not at all handled. Not sure why update for devel/wasi-libc is proposed. (Not needed anymore? Or not?) [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266341 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266342 -- Tomoaki AOKI