From nobody Wed Feb 19 22:21:33 2025 X-Original-To: dev-commits-src-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 4YyrTX61s4z5nmT4; Wed, 19 Feb 2025 22:21:36 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YyrTX4LTKz3TGc; Wed, 19 Feb 2025 22:21:36 +0000 (UTC) (envelope-from makc@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1740003696; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IJ8Pi5e6mQVIhJZa0dU5xIMTZZiNA45kLKX98r52lJk=; b=kDS713ps7RxnvBNP/HWMfgrFSeFwpd5v9qwpRE62Kh4NeJfX/NfsKM3I4vqVjqV3zjJJE2 Roq2USWUOttDdhxxm6tB9PYeIIBNnN/VNq1c8wqOGFYnCD8p8U+9iR0t04j4MRtijnGD9k bthFmnfFV2c0VRxg3+uk99htgDh2n+Bawv30voIzPKTdhq2pWk8YUE6mcT6l5Q36DoQB/l m4aHLGoyPi590546D0auwqWkAsIJ3pRYqzf/oUvaHDJeNhN4CScTQl/Yb+jp5nlXP3p3QP ooxY98JRaCTbIHJURlhkxKd/o7UXfP2lMQ3ExUEj2yuZTUvTUx/hssT49Pm5Pw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1740003696; a=rsa-sha256; cv=none; b=W1zTbxClUD1BuWRUBgh1WOYKx+OuscXaM2bt6jIJlJOdIS7gbF7JrSDOOJLBR4Y3S1LqaE 0rdX/z+pTub0P4b9rCgdztJGk14/uaCILNDv2Enrl0utT27seQrbLew0NUibX8FmFFZ2jq F+pqyKO4i4kbpi/fJbt2CF9fHoNyeYiYmWuiH+gUuHJucblf8J7QpVs4twt5srzCSJAtiI WLsG7/CO2uhhmoTWJSaAsYQiOGdFiB0f6g4Wz5oTpot0VnGrjoV3S4X7HDZdRiqMLOHaYV dsUrW3mFuy+Xctm4A7Log3nB11oA2IjGnW+pf3pZSeGu5mSO9KCXdkYDFpAlxQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1740003696; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IJ8Pi5e6mQVIhJZa0dU5xIMTZZiNA45kLKX98r52lJk=; b=dNlC3WRlRoWKChvMKAkYukq+gM6/83c4jwnkUkBCCXJk/jj9eV4dRNMBSUz76jbEjApi/0 OUwPgBDR4GLZ/FBxhJY5Oq4t/MvgiTyJpdKBIrAv93sQrgs9//fusdFRgFtrI2F3v2foBH rZ1gzkS3xjxmaBX1UeVvvhvL13k+myJKZepW0DuqffbAA5XWEoBHzHhNWq6adpEOWNAaQz SrfgrUgBdT06L6/2meXBGqUfCmmQnDtx6TDHquK89YCk7TCBHeySVAvUe+znJv0QhtZEot 0Qt/f935PnldTtIpd7bvnolpLIJCEK1q9oT6wwLO7+qUUTZBhYQXFkRBG9Ywtg== Received: from mercury.localnet (unknown [62.63.94.159]) (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: makc) by smtp.freebsd.org (Postfix) with ESMTPSA id 4YyrTW6JGPzH3x; Wed, 19 Feb 2025 22:21:35 +0000 (UTC) (envelope-from makc@freebsd.org) From: Max Brazhnikov To: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org, Colin Percival Subject: Re: git: 4ddbb7945c63 - stable/13 - pkg-stage.sh: kde5 -> kde Date: Thu, 20 Feb 2025 01:21:33 +0300 Message-ID: <8367870.G18vQ0XA4d@mercury> In-Reply-To: References: <202502191925.51JJPsej022269@gitrepo.freebsd.org> <2238970.PLFibm3KWW@mercury> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" On Wed, 19 Feb 2025 13:08:11 -0800 Colin Percival wrote: > On 2/19/25 13:02, Max Brazhnikov wrote: > > On Wed, 19 Feb 2025 19:25:54 GMT Colin Percival wrote: > >> The branch stable/13 has been updated by cperciva: > >> > >> URL: https://cgit.FreeBSD.org/src/commit/?id=4ddbb7945c633f2675daac78b70c3450e67d0498 > >> > >> commit 4ddbb7945c633f2675daac78b70c3450e67d0498 > >> Author: Colin Percival > >> AuthorDate: 2025-02-19 19:21:04 +0000 > >> Commit: Colin Percival > >> CommitDate: 2025-02-19 19:25:50 +0000 > >> > >> pkg-stage.sh: kde5 -> kde > >> > >> The "kde5" package no longer exists; KDE goes to 6. > >> > >> Note: Depending on the size of 13.5-BETA3 DVD images, KDE might end > >> up being removed from this list in the near future. > > > > I was thinking recently of making x11/kde to install Plasma desktop with > > minimal set of KDE Application, moving the rest of KDE distribution to > > a separate meta port. > > Meanwhile, you can use x11/kde-baseapps and x11/plasma6-plasma meta ports. > > To make sure I understand: If the DVD image with x11/kde turns out to be > too large, you think I should try replacing x11/kde with x11/kde-baseapps > and x11/plasma6-plasma ? That's right. Moreover, I'm not sure x11/kde package is available for 13-stable, since some KDE ports are marked BROKEN on it. Max