From nobody Wed Aug 09 14:47:36 2023 X-Original-To: freebsd-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 4RLXwF5nBrz4Tmsq for ; Wed, 9 Aug 2023 14:47:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RLXwF4zTzz4cp0 for ; Wed, 9 Aug 2023 14:47:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1691592461; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pllJOTDea0BBs1DnnQ4t8peAzFPkvX+DwNKszyPAXCo=; b=DZPMx7Pc+KWeTNzWTjTbtcrArlD843x0VFqxSYT88n7mjyNcgQmENuve2uRLtWqZdaT+lb I1b1GEFQexa0L01aighp/Ofllv+BaIQTQgpvwbtfJn3nhiv3VN8FUz/Yb+oUWIMvh7ypWg SNWuk7jfsuhFAVgX3iAGl3wJGFfa1gs4l4SQT2z/h+lEnsz3X8DjkghBykcZD8L4hqqAHr cZ80XSbtkRlB0RUGMdjT1h8QAanOHtbazBjxZVYIhwRZts35GyM2zCV4IzfpZV+ygSKaVP S9NR0AKXikDC6pCNx0Bthp6QDwxDlwIhkyLDXgyan6h5diyZ+EPtA9tBmR1jiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1691592461; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pllJOTDea0BBs1DnnQ4t8peAzFPkvX+DwNKszyPAXCo=; b=UQZ7oUv8ou2gwubZQ5+OIxf0j4dZQkmfa0ST4j2DO5Ecixkjs2LU8Rr56twiBJevKPAgH7 lPQmlYA+eaewZ+eTg91CNsBIfPANn5bYePVaL6lBUfs6IvGA8fnUsYKm8G80zedu+5t4Gu /etZ5qBoUuBzYRmLKN7ypk8XUypb1qwmeN91gSBQBiopyA1YlWksqmT72SsubS0blMMwLG IbwsNmamlLmRvTBksDKGE6o+/Q4zn7gZYjMZcFWR4jeiv512ceLGdJjOLtVlbq4vhy0PMY dQt9VmESfaFxu4+MxhvNLAsT6jrGj8CyBoCMfKl6OSrOaoXSHEXLBkhh2gq7+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1691592461; a=rsa-sha256; cv=none; b=JO3L4vcUpFuVEhFrVtmrYqA1p1Yu1AhUeCtj/fLTM2i5HEgE9DhvnDv7eu4hposzwwclkJ qDULNjXC535inkSFGC7xFe40/JFooe4Bo0rHBwbZQJpXp7Wt53rcX51FGmFwlosMI1y38F yTx2S2WsEjpXiEcVv19q1PfEfQ9/0Ja3WylDqTeahWEzHya6EyTuXod33wxNIeeCwEThla jKoslOsToWnc38n/hdD/gekOMmBDjH5Zl1uxHfb8cILjO56+gniE+lm1XBCTAdny+Y/VKk M6IaCd/n9OQvExlWH5QW4VFFCJUBo8OJOI12U3vBSms3+wQ5FfN4+tqNcUM9TQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: by freefall.freebsd.org (Postfix, from userid 1354) id 872AF12276; Wed, 9 Aug 2023 14:47:41 +0000 (UTC) From: Jan Beich To: freebsd-current@freebsd.org Subject: Re: qt6 the default qt on -current? In-Reply-To: (void@f-m.fm's message of "Wed, 9 Aug 2023 10:38:42 +0100") References: Date: Wed, 09 Aug 2023 16:47:36 +0200 Message-ID: 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: text/plain Please, use ports@ list next time. Every supported FreeBSD version uses the same ports/ tree. Not supported FreeBSD versions require a time machine i.e., rolling back the ports/ tree to a date before EOL. void writes: > How can I build making qt6 the default Qt? When everything in ports supports Qt6. Once Plasma6 arrives Qt5 may start to dilapidate and be eventually removed, similar to Qt4. For comparison, gtk2 can use modern glib but qt5-gui cannot use qt6-core. > I'm using poudriere to build. I can see that for some ports there's a > 'uses: qt6' that goes in the port. What I was looking for was a default > string I can use with a poudriere make.conf like there is for python or > perl. Only select few ports support more than one Qt version. Many use flavors in order to provide both Qt5 and Qt6 versions as binary packages. If upstream supports Qt6 but a port doesn't expose it file a bug.