From nobody Wed May 28 06:37:43 2025 X-Original-To: current@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 4b6fvG0Lwwz5x3lv; Wed, 28 May 2025 06:37:46 +0000 (UTC) (envelope-from SRS0=U3LI=YM=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int-backup.realworks.nl (smtp-relay-int-backup.realworks.nl [87.255.56.188]) (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 4b6fvF5bLlz4GbS; Wed, 28 May 2025 06:37:45 +0000 (UTC) (envelope-from SRS0=U3LI=YM=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Received: from smtp-relay-int-backup.realworks.nl (crmpreview6.colo2.realworks.nl [10.2.52.36]) by mailrelayint2.colo2.realworks.nl (Postfix) with ESMTP id 4b6fvC2Yh8z1SY; Wed, 28 May 2025 08:37:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1748414263; 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: in-reply-to:in-reply-to; bh=AUh3cVli5WllhgFZjuAkoE8z35zx92lEvSlaoaHgpcw=; b=upnYW+YkPBCu4hyIssgWZlCtQcHUHdnyxifMYMwfLgl/hzf8WFkHEKb4IaALrErBd/hy2p x0BhM/ejJ37C0m4E53t6mnos+BNUWXy2I/JxS85uE9e/mLK7BOLYFh7UDxeG8zOTbEP4K9 5UunGXouwjsX8I5onYDOKPcvxCWolSLpO6/One2FqezWdU3xP0oaI/faxxIrnmsG7GRpq4 9r2PKoqTXaD1wH0uVjlhVqks6ksj4Q1PA5LPcb0eV7sdF8QpPCQBeyYHfLMuPRkfDebsNy iRSnriWoBjVuA9gYtNIO0uxd3QnOeRxULGzppK/pASeLW7pXytxeXWocAOn6Uw== Received: from crmpreview6.colo2.realworks.nl (localhost [127.0.0.1]) by crmpreview6.colo2.realworks.nl (Postfix) with ESMTP id 49E3120027F; Wed, 28 May 2025 08:37:43 +0200 (CEST) Date: Wed, 28 May 2025 08:37:43 +0200 (CEST) From: Ronald Klop To: Lexi Winter Cc: pkgbase@freebsd.org, current@freebsd.org Message-ID: <1106157033.1339.1748414263174@localhost> In-Reply-To: Subject: Re: HEADS UP: 15.0 pkgbase, manual action required on upgrade List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1338_892379391.1748414263171" X-Mailer: Realworks (751.30) X-Originating-Host: from (localhost [127.0.0.1]) by crmpreview6.colo2.realworks.nl [10.2.52.36] with HTTP; Wed, 28 May 2025 08:37:43 +0200 Importance: Normal X-Priority: 3 (Normal) 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:38930, ipnet:87.255.32.0/19, country:NL] X-Rspamd-Queue-Id: 4b6fvF5bLlz4GbS X-Spamd-Bar: ---- ------=_Part_1338_892379391.1748414263171 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Van: Lexi Winter Datum: 28 mei 2025 03:19 Aan: pkgbase@freebsd.org, current@freebsd.org Onderwerp: HEADS UP: 15.0 pkgbase, manual action required on upgrade > > > > hello, > > if you use 15.0 with pkgbase, there are two recent changes which might > require manual intervention following "pkg upgrade": > > 7672d8d81ac1 moved ctld into the new FreeBSD-ctl package. if you use > ctld, you should install this package. > > cc8c77c9e036 moved toolchain utilities (including ar, nm, ...) into the > new FreeBSD-toolchain package. if you need to build software, you > should install the new package > > cc8c77c9e036 also removed the existing FreeBSD-elftoolchain package. > this should be automatically replaced by the new FreeBSD-toolchain if it > was installed, but you may want to make sure it's properly removed: > > # pkg remove -g 'FreeBSD-elftoolchain*' > > > > > > > Nice work. This makes me think of the /usr/ports/MOVED construction. Maybe something similar can be useful for base pkgs. Cheers, Ronald ------=_Part_1338_892379391.1748414263171 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit

Van: Lexi Winter <ivy@freebsd.org>
Datum: 28 mei 2025 03:19
Aan: pkgbase@freebsd.org, current@freebsd.org
Onderwerp: HEADS UP: 15.0 pkgbase, manual action required on upgrade

hello,

if you use 15.0 with pkgbase, there are two recent changes which might
require manual intervention following "pkg upgrade":

7672d8d81ac1 moved ctld into the new FreeBSD-ctl package.  if you use
ctld, you should install this package.

cc8c77c9e036 moved toolchain utilities (including ar, nm, ...) into the
new FreeBSD-toolchain package.  if you need to build software, you
should install the new package

cc8c77c9e036 also removed the existing FreeBSD-elftoolchain package.
this should be automatically replaced by the new FreeBSD-toolchain if it
was installed, but you may want to make sure it's properly removed:

    # pkg remove -g 'FreeBSD-elftoolchain*'



Nice work. 
This makes me think of the /usr/ports/MOVED construction. Maybe something similar can be useful for base pkgs.

Cheers,
Ronald
------=_Part_1338_892379391.1748414263171--