From nobody Tue Jan 3 10:08:01 2023 X-Original-To: dev-commits-ports-main@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 4NmT2Q66Blz2pMB6; Tue, 3 Jan 2023 10:08:14 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NmT2Q44vwz4J5N; Tue, 3 Jan 2023 10:08:14 +0000 (UTC) (envelope-from tcberner@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-qt1-f179.google.com with SMTP id v14so21410757qtq.3; Tue, 03 Jan 2023 02:08:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=UG9dGi2Akj/gHU4nSOhjrWNc5bnKXokSV5jC53cwYvw=; b=tpUbUYbmxRlPb1JKi1TdJ9+fT4VF1eBT1xNG5VyHfV4FXAUZHJbAvKK+RA7g7Z4Rhv jqoTqMr/89UJ7br6GiaTFH0/Li3U5N4qoreu7NPTxcrTyOXzKtW7JP79BHi3iKZl5tQT xc0KqPux/K2ZaHDe+TY/wCe8RNjvWni6PQB4yc5mUL+cjAruDAY4O+WRg87a5jQjJ/SU WCp0uftw/D+bKsR8M/RNa/CvD5oFMsOcCYyE1sd+lbI/QBm+9hPZVV7OsZUKQgiera+q PB5m2dxicpMA8KFkvurQMVcfg7SV2n8HAaLSeJUrQJQIykndxDhI4kzwO2Zanin8Oawm V/cA== X-Gm-Message-State: AFqh2krrkVY7LvIex+SrPLOYCdebAL+AoAEDn+G3qaCFqhXV8JXhe2Ud HIRoE3Lbx5mJwX7abBaR4CrqQUyazI5rCA== X-Google-Smtp-Source: AMrXdXuO6P+jguxYGWTD25jI4ToI1e50y115WFsEE26FMztUSawRxfu85Fs4OKH+QOlQUl0cT9eAIg== X-Received: by 2002:ac8:45cd:0:b0:3a8:24d0:980e with SMTP id e13-20020ac845cd000000b003a824d0980emr59674994qto.33.1672740493660; Tue, 03 Jan 2023 02:08:13 -0800 (PST) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com. [209.85.222.173]) by smtp.gmail.com with ESMTPSA id q26-20020a05620a2a5a00b00704df12317esm19328567qkp.24.2023.01.03.02.08.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 03 Jan 2023 02:08:13 -0800 (PST) Received: by mail-qk1-f173.google.com with SMTP id k2so14507674qkk.7; Tue, 03 Jan 2023 02:08:12 -0800 (PST) X-Received: by 2002:a05:620a:91b:b0:6ff:c8a0:e36b with SMTP id v27-20020a05620a091b00b006ffc8a0e36bmr1842034qkv.366.1672740492598; Tue, 03 Jan 2023 02:08:12 -0800 (PST) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 References: <202301030923.3039NFVM088162@gitrepo.freebsd.org> In-Reply-To: From: "Tobias C. Berner" Date: Tue, 3 Jan 2023 11:08:01 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 9742a6346057 - main - Mk/bsd.default-versions.mk: bump LLVM_DEFAULT to 15 To: Matthias Andree Cc: "Tobias C. Berner" , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, brooks@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4NmT2Q44vwz4J5N X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Ideally yes. I really would like to get rid of all of them apart one :-). But that does not really seem feasible. So what seems possible is to remove everything < 10. There are two ports that explicitly seem to depend on llvm < 10: devel/f18 and devel/mdb . I will create a review to remove said ports and llvm < 10. mfg Tobias On Tue, 3 Jan 2023 at 10:44, Matthias Andree wrote: > > Am 03.01.23 um 10:23 schrieb Tobias C. Berner: > > The branch main has been updated by tcberner: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=9742a6346057545688a02ae3eb537ac39c6b296c > > > > 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 versions > > - 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 the > > 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?= legacy > > . endif > > # Possible values: c7 > > LINUX_DEFAULT?= c7 > > -# Possible values: 70, 80, 90, 10, 11, 12, 13, 14, -devel (to be used when non-base compiler is required) > > -# Please give notice to the Graphics Team (x11@FreeBSD.org) in advance 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) > > Are we going to remove any of the llvm ports *before* we complete the > dozen of versions that we have to maintain in parallel? > > -- > Matthias Andree > FreeBSD ports committer >