From nobody Tue Jan 03 15:22:21 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 4Nmc0T5dp0z2nwSW; Tue, 3 Jan 2023 15:22:01 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Nmc0T4cjVz3Qb3; Tue, 3 Jan 2023 15:22:01 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Authentication-Results: mx1.freebsd.org; none Received: from anongoth.pl (unknown [192.168.1.2]) (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) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 538B21BA268; Tue, 3 Jan 2023 16:21:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=anongoth.pl; s=ANONGOTH; t=1672759319; bh=8G9Yet+9cFg+eZoD6HKg/lbK8QlhQvb4ev41rJve654=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=CruSzcnfysUI2wm/Z3cwZFXmhbbeLdGKJspMAUVFvUOBDFIv8HtosxHJ2L4R1PkiN fBzJ4w25N6SRdPKhBJbAezreIVrMTaXLAdYfkEbxBO4+EZXV2RK5AO0BlL68jxgD4O YC75L4PIiczIS4RDG4HFD0g/8Fa+SBHVl2KrZ3tLPolx5Xe4KSuLDvUsR5UO7AcJAz TC0nucRJ8DtIEI4BihMngdhVA0nZz031el7hzbHLHAsah6+8QbfowZU08p6mra3QrJ Xq4C5UjAw31Xjzhu7vKEMyloUxkCHysss2dKm4fxfIeEajs7WdqEiKC4t18LS+yHK8 u5IET+auPVu1Q== Date: Tue, 3 Jan 2023 16:22:21 +0100 From: Piotr Kubaj To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 9742a6346057 - main - Mk/bsd.default-versions.mk: bump LLVM_DEFAULT to 15 Message-ID: References: <202301030923.3039NFVM088162@gitrepo.freebsd.org> 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: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ZaQtOLMLn67PT4uI" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Nmc0T4cjVz3Qb3 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --ZaQtOLMLn67PT4uI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable It's fine. I initially bumped the default to 10, because 9 had bugs specificto powerpc that broke some packages. On 23-01-03 16:16:52, Tobias C. Berner wrote: > Well, if powerpc is fine with llvm15, then we can remove the if > ``` > . if ${ARCH} =3D=3D powerpc > LLVM_DEFAULT?=3D 10 > . else > LLVM_DEFAULT?=3D 15 > . endif > ``` > and just set > ``` > LLVM_DFEAULT?=3D 15 > ``` > for everyone. >=20 > mfg Tobias >=20 > On Tue, 3 Jan 2023 at 16:11, Piotr Kubaj wrote: > > > > Why wasn't the default for powerpc bumped? > > > > On 23-01-03 09:23:15, Tobias C. Berner wrote: > > > The branch main has been updated by tcberner: > > > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D9742a6346057545688a0= 2ae3eb537ac39c6b296c > > > > > > commit 9742a6346057545688a02ae3eb537ac39c6b296c > > > Author: Tobias C. Berner > > > AuthorDate: 2023-01-03 09:19:27 +0000 > > > Commit: Tobias C. Berner > > > CommitDate: 2023-01-03 09:22:21 +0000 > > > > > > Mk/bsd.default-versions.mk: bump LLVM_DEFAULT to 15 > > > > > > - graphics/mesa* switched to LLVM version 15 some time ago > > > - desktop systems suffer from requiring many different LLVM versi= ons > > > - having the default at something recent combined with the version > > > matching of llvm.mk (prefering $LLVM_DEFAULT) this should lessen > > > the number of LLVM installations on normal systems again alot. > > > > > > - while here, remove outdated comment. x11@ switched to setting t= he > > > LLVM version explicitely as the default was way out of date. > > > > > > PR: 263456 > > > Exp-run by: antoine > > > --- > > > Mk/bsd.default-versions.mk | 6 ++---- > > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > > > > diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk > > > index 8d8cdf71b807..91aafa427da3 100644 > > > --- a/Mk/bsd.default-versions.mk > > > +++ b/Mk/bsd.default-versions.mk > > > @@ -77,13 +77,11 @@ LIBRSVG2_DEFAULT?=3D legacy > > > . endif > > > # Possible values: c7 > > > LINUX_DEFAULT?=3D c7 > > > -# Possible values: 70, 80, 90, 10, 11, 12, 13, 14, -devel (to be use= d when non-base compiler is required) > > > -# Please give notice to the Graphics Team (x11@FreeBSD.org) in advan= ce before > > > -# bumping the LLVM version. > > > +# Possible values: 70, 80, 90, 10, 11, 12, 13, 14, 15, -devel (to be= used when non-base compiler is required) > > > . if ${ARCH} =3D=3D powerpc > > > LLVM_DEFAULT?=3D 10 > > > . else > > > -LLVM_DEFAULT?=3D 90 > > > +LLVM_DEFAULT?=3D 15 > > > . endif > > > # Possible values: 5.1, 5.2, 5.3, 5.4 > > > LUA_DEFAULT?=3D 5.4 --ZaQtOLMLn67PT4uI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmO0SC0ACgkQelmbhSCD nJ14qRAAxaNILNg+7QnziufNsPtORNJhBg7SWZJ/N9o8Tra4xFGdW5YCxvWfaHek HGNXhmNshV093AfXVep+82bagt88Drp6/WaNJcLhfEKI6bvqAftxLoHl/BfBsoHb FW1C0Gb7I6e8EI9HfIP3sTFAv7z6+KVNrPghPQrEv1MNEzErqp/gMiHIoIz3IEAN W1svo93GP34htgtX8UZEKQ/RawZsZeghRZ17nZEwfndlYxySCwFBs+ooUC88mxAa qiVyNgA202Ro/u1eIA8DgEvkZg4O37i7qgEaDApYraUak11ekrdwrHcb0PP6mdRp Abjk6lchL4dhqufS7KpPvPI9baL9qCLZeTIk30/Jr09Bf4gjDVSg32veVjaPUsso BkMXlhoA0Jw+axYcdFk+Vg0lumDbq9VUWCndgokOkVvs/4cU9AzJ7lY35IW36Vnf Dr/jn912GbUJvfgjLWb2at+x6kYXAuNWlfC90zLQXDXxYatA4cDqboR5RAWyMVQf CFFWIDuR7sKDiUWJvZoby1D9eoL+0JJV3oic70y3LnX3s2y7Riy/R29GHWY74gZv jcnqLAW78vCHnnr7gABxVkIXm73ubtuUEaZHs557rb1tVVsMTKKRgN/pEUfEuL/4 ZM5licvfE6VIkWySkzR/UyhbrOasfDfHsSC4os8PIItfM8V4x34= =4/Yc -----END PGP SIGNATURE----- --ZaQtOLMLn67PT4uI--