Bug 272756 - www/dooble: default flavor to qt6
Summary: www/dooble: default flavor to qt6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-27 15:05 UTC by Eric Camachat
Modified: 2023-07-29 17:14 UTC (History)
1 user (show)

See Also:


Attachments
default to qt6 flavor (823 bytes, patch)
2023-07-27 15:05 UTC, Eric Camachat
eric: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2023-07-27 15:05:23 UTC
Created attachment 243649 [details]
default to qt6 flavor

Qt6 LTS had committed into the ports in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272422 use Qt6 as default.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-07-29 17:08:24 UTC
This changes also behavior.

With the current version (Qt5), it is possible to run dooble via Xnest from a jail without OpenGL and all that stuff. A warning is shown but nothing more. With Qt6, it seems it is mandatory and the dooble refuses to start.

I don't think it is a problem in the sense that it is something already happened before, but I will bump PORTREVISION.
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-07-29 17:13:43 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-07-29 17:14:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e86d0498b93ce2ddcedf7b95e08a3d024dd2b1cf

commit e86d0498b93ce2ddcedf7b95e08a3d024dd2b1cf
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2023-07-28 06:58:29 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-07-29 17:09:34 +0000

    www/dooble: default flavor to qt6

    Bump PORTREVISION. This flavor seems to have more requirements in terms of GL contexts
    that Qt5.

    PR:             272756
    Reported by:    eric@camachat.org (maintainer)

 www/dooble/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)