Re: git: 66259c9c641b - main - Qt6: Import Qt6 ports form kde@'s repository
- In reply to: Jan Beich : "Re: git: 66259c9c641b - main - Qt6: Import Qt6 ports form kde@'s repository"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Aug 2022 20:43:28 UTC
Moin moin On Sun, 21 Aug 2022 at 22:13, Jan Beich <jbeich@freebsd.org> wrote: > > "Tobias C. Berner" <tcberner@FreeBSD.org> writes: > > > The branch main has been updated by tcberner: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=66259c9c641b1fc828becbe2959dbe7380e55fe1 > > > > commit 66259c9c641b1fc828becbe2959dbe7380e55fe1 > > Author: Tobias C. Berner <tcberner@FreeBSD.org> > > AuthorDate: 2022-08-12 17:55:36 +0000 > > Commit: Tobias C. Berner <tcberner@FreeBSD.org> > > CommitDate: 2022-08-21 16:42:38 +0000 > > > > Qt6: Import Qt6 ports form kde@'s repository > > > > This change brings in the new Qt6 stack, which might still be a bit > > in flux in the ports tree for a while. > [...] > > +++ b/devel/qt6-base/Makefile > > @@ -0,0 +1,125 @@ > > +PORTNAME= base > > +DISTVERSION= ${QT6_VERSION} > > +CATEGORIES= devel > > +PKGNAMEPREFIX= qt6- > > + > > +MAINTAINER= kde@FreeBSD.org > > +COMMENT= Qt base (core, gui, widgets, network,...) > > Will the components split remain stable or be in flux? For example, > qt6-base -> qt6-{gui,network,etc} split can obsolete USE_QT in > out-of-tree ports or external CIs. For now we would like to keep qt6-base whole, unless we encounter a very compelling reason for a split. (once we have subpackages, of course we will do it day one). mfg Tobias > > I'm curious whether to start fixing CI (install-freebsd.sh) in > https://github.com/RPCS3/rpcs3/pull/12471