From nobody Thu Sep 21 11:28:26 2023 X-Original-To: freebsd-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 4RrtSf1HY6z4v0ZY for ; Thu, 21 Sep 2023 11:28:34 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 4RrtSd6TG2z3FHN for ; Thu, 21 Sep 2023 11:28:33 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Authentication-Results: mx1.freebsd.org; none Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id E1A293C019A; Thu, 21 Sep 2023 11:28:26 +0000 (UTC) Date: Thu, 21 Sep 2023 11:28:26 +0000 From: Brooks Davis To: Mark Millard Cc: FreeBSD Mailing List Subject: Re: devel/llvm10: deprecate, set short expiration ( lang/ghc810 has LLVM_VERSION= 10 ) Message-ID: References: <3925E646-9214-46FF-A01E-1598473FB547@yahoo.com> 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-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <3925E646-9214-46FF-A01E-1598473FB547@yahoo.com> 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:36236, ipnet:199.48.128.0/22, country:US] X-Rspamd-Queue-Id: 4RrtSd6TG2z3FHN On Wed, Sep 20, 2023 at 11:48:16AM -0700, Mark Millard wrote: > On Sep 20, 2023, at 11:07, Mark Millard wrote: >=20 > >> author Brooks Davis 2023-09-20 15:55:42 +0000 > >> committer Brooks Davis 2023-09-20 17:02:00 +0000 > >> commit e46126d5d35bf996048bcaa47d4de3a7fc7aa75d (patch) > >> tree ad9e142ec89607785e47de0e055d740c4a94afbe > >> parent 50e51d2680b46371c9d29c1b02fdd51aac17a86e (diff) > >> . . . > >>=20 > >> devel/llvm10: deprecate, set short expiration > >>=20 > >> All dependent ports appear not to depend on llvm10 in practice and I've > >> submitted PRs for them. Set an expiration (somewhat shorter than idea= l) > >> so llvm10 doesn't end up in 2023Q4. > >>=20 > >> PR: 273963, 273964, 273977 > >=20 > > lang/ghc810 has in its Makefile : > >=20 > > LLVM_VERSION=3D 10 > >=20 >=20 > I also should have listed: >=20 > BOOT_LLVM_VERSION=3D 10 >=20 >=20 > Also . . . >=20 > lang/ghc92 has in its Makfile: >=20 > BOOT_LLVM_VERSION=3D 10 This seems to be an arm-only thing. What's going on here? Do we have to keep llvm10 around forever just for ghc on arm? -- Brooks