[Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?

2022-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261333

--- Comment #5 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

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

commit 10120efedc79c6caf872a32f65e241631af3919e
Author: Rainer Hurling 
AuthorDate: 2022-02-20 09:50:01 +
Commit: Rainer Hurling 
CommitDate: 2022-02-20 09:50:01 +

graphics/qgis: Update to 3.24.0

Changelog: https://changelog.qgis.org/en/qgis/version/3.24/

This update takes into account suggestions by Martin Birgmeier and
adrig@ in PR 261333 to reduce the number of dependents, especially
for Qt5. Dependencies like webengine and webkit must remain,
otherwise functionalities for QGIS and for important extensions are
missing, see PR.

PR: 261333
Reported by:portscout, Repology

 graphics/qgis/Makefile  |  9 +++
 graphics/qgis/distinfo  |  6 ++---
 graphics/qgis/pkg-plist | 71 +++--
 3 files changed, 41 insertions(+), 45 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?

2022-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261333

Rainer Hurling  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #6 from Rainer Hurling  ---
Hi, I just committed 3.24.0, which also includes most of the suggestions made
here. Many thanks again!

For the LTR version, there will be an update from 3.16.16 to 3.22.4 in the next
time, which will also contain these changes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?

2022-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261333

--- Comment #7 from Martin Birgmeier  ---
Hi Rainer,

Thank you for your efforts, the new version works beautifully!

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?

2022-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261333

--- Comment #8 from Rainer Hurling  ---
(In reply to Martin Birgmeier from comment #7)
Hi Martin,
Many thanks for the feedback :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Problem reports for k...@freebsd.org that need special attention

2022-02-20 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |261043 | graphics/kf5-kimageformats: enable JPEG XL by def 
New |258293 | www/firefox (1729109) The preferred default font  

2 problems total for which you should take action.


[Bug 262078] devel/qtcreator: Update to 6.0.2, CMake build.

2022-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262078

Bug ID: 262078
   Summary: devel/qtcreator: Update to 6.0.2, CMake build.
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: d...@submerge.ch
 Flags: maintainer-feedback?(k...@freebsd.org)
  Assignee: k...@freebsd.org

Created attachment 231973
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231973&action=edit
Update devel/qtcreator to 6.0.2, build with CMake.

Update Qt Creator to 6.0.2, see the official changelogs:
https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-6.0.0.md
https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-6.0.1.md
https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-6.0.2.md

Port changes:
Build with CMake instead of QMake, as advised by upstream. Add missing
libraries
and dependencies. Use textproc/kf5-syntax-highlighting for syntax highlighting
instead of an internal copy. Clang code model depends on LLVM 13 now.

Testing was done on FreeBSD 13.0-RELEASE / amd64, with poudriere testport, all
options on and off, portlint and portclippy, some manual poking around, and
using it on my own projects for ~2 days.

Please note that this introduces some major changes, mostly related to CMake
build. The support for QMake (and QMake in general) is phasing out.

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-feedback requested: [Bug 262078] devel/qtcreator: Update to 6.0.2, CMake build.

2022-02-20 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-kde (Team)
 for maintainer-feedback:
Bug 262078: devel/qtcreator: Update to 6.0.2, CMake build.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262078



--- Description ---
Update Qt Creator to 6.0.2, see the official changelogs:
https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-6.0.0.md
https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-6.0.1.md
https://code.qt.io/cgit/qt-creator/qt-creator.git/plain/dist/changes-6.0.2.md

Port changes:
Build with CMake instead of QMake, as advised by upstream. Add missing
libraries
and dependencies. Use textproc/kf5-syntax-highlighting for syntax highlighting
instead of an internal copy. Clang code model depends on LLVM 13 now.

Testing was done on FreeBSD 13.0-RELEASE / amd64, with poudriere testport, all
options on and off, portlint and portclippy, some manual poking around, and
using it on my own projects for ~2 days.

Please note that this introduces some major changes, mostly related to CMake
build. The support for QMake (and QMake in general) is phasing out.


[Bug 262078] devel/qtcreator: Update to 6.0.2, CMake build.

2022-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262078

Florian Walpen  changed:

   What|Removed |Added

 CC||adr...@freebsd.org,
   ||d...@submerge.ch

--- Comment #1 from Florian Walpen  ---
@Adriaan de Groot: Hope it's ok to add you here, since you're already familiar
with devel/qtcreator.

-- 
You are receiving this mail because:
You are the assignee for the bug.