From nobody Mon Jun 17 06:06:18 2024 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 4W2fXr1fv8z5NQWp for ; Mon, 17 Jun 2024 06:06:52 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vs1-f44.google.com (mail-vs1-f44.google.com [209.85.217.44]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4W2fXr029zz44BH for ; Mon, 17 Jun 2024 06:06:52 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-vs1-f44.google.com with SMTP id ada2fe7eead31-48c37941349so1462610137.3 for ; Sun, 16 Jun 2024 23:06:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718604410; x=1719209210; h=content-transfer-encoding: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=oZoLShxVDHT9c21WgzWuVfXB07rLvJStztf/NbhMOA4=; b=SyH+9mayYmopVKt4rCCWzYVQUyOI30Bb9EXa7BHq3KRWOdhKtivAFmeP5UHjsjJDTS zJb7OZRR2Y5eA5rOfOyU6XBwwwDcW8+8pvvrN0/inVSbipe2z5PRGN/Q6D3kDZVNEqfR iZt+OeIp+iAM1TAxHpE3mnHcnQhRuIy1kkKUBtyyG1+9hJmuYk9Mu3YewojUN3nPiBOp ALFhY913r9hvFj4XobFqncST/MJMIiANK8G7m9RxEgbFVPtIgxoQrPoB0vRxHAw2cp0o 0MPyTPp1mwFCsn2jNNEdFWVNBSPo61mMtLGerwS//zFs/Lp7LmiH2rzf6hekaqnQafn9 GKQw== X-Gm-Message-State: AOJu0YxW3W9/o5WZEfntKB6vkIMNYVMgm/kX1xNEDIlTilj2Hzcl/Gq6 p5rvbaJo3vPmtAXFpte1QTql26HVkXy6lzygPp4aHG4d7Vxuc+hXGaU6GAGX X-Google-Smtp-Source: AGHT+IHM2wyM/IeHvW0JxkpPacGaR2nIVIRGjmQEd4PtqWQkmVyX37V4+9ZaE0QLhhm3pVy5OTVolA== X-Received: by 2002:a67:fe0c:0:b0:48d:b5c0:1531 with SMTP id ada2fe7eead31-48db5c017d0mr8203771137.26.1718604410308; Sun, 16 Jun 2024 23:06:50 -0700 (PDT) Received: from mail-vs1-f41.google.com (mail-vs1-f41.google.com. [209.85.217.41]) by smtp.gmail.com with ESMTPSA id ada2fe7eead31-48da4484303sm1830429137.24.2024.06.16.23.06.50 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 16 Jun 2024 23:06:50 -0700 (PDT) Received: by mail-vs1-f41.google.com with SMTP id ada2fe7eead31-48c37941349so1462607137.3 for ; Sun, 16 Jun 2024 23:06:50 -0700 (PDT) X-Received: by 2002:a05:6102:22f0:b0:48c:330e:525e with SMTP id ada2fe7eead31-48dae346210mr8735327137.19.1718604410055; Sun, 16 Jun 2024 23:06:50 -0700 (PDT) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 References: <6183a615-e027-465b-b668-e7f2b7b540f7@protected-networks.net> In-Reply-To: <6183a615-e027-465b-b668-e7f2b7b540f7@protected-networks.net> From: Gleb Popov Date: Mon, 17 Jun 2024 09:06:18 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: bsdisks switched unconditionally to QT6 To: Michael Butler Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4W2fXr029zz44BH On Sun, Jun 16, 2024 at 5:14=E2=80=AFPM Michael Butler wrote: > > I have KDE5 installed; this pulls in devel/kf5-solid which has a > dependency on sysutils/bsdisks like so .. > > imb@d5540:/usr/ports/devel/kf5-solid> less Makefile > PORTNAME=3D solid > DISTVERSION=3D ${KDE_FRAMEWORKS_VERSION} > CATEGORIES=3D devel kde kde-frameworks > > MAINTAINER=3D kde@FreeBSD.org > COMMENT=3D KF5 hardware integration and detection > > RUN_DEPENDS=3D bsdisks:sysutils/bsdisks > > USES=3D bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz > > [ .. snip .. ] > > But after .. > > commit 91ee9ec8e0dbfa97b298e6498900938e71762837 > Date: Tue May 21 21:38:37 2024 +0300 > > sysutils/bsdisks: Switch to Qt 6 > > PR: 279168 > > .. I now have to build and maintain *both* versions of QT. It will hopefully be resolved "soon" after the move to Qt 6/KF 6/Plasma 6.