x11-toolskits/kirigami-addons provide some qml forms which now
are required to render calendars and accounts lists in settings dialog
Sponsored by: Serenity Cybersecurity, LLC
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
ChangeLog: https://lalescu.ro/liviu/fet/news.html
17 March 2023, FET 6.8.7 released
- Updated to Qt 6.4.3.
- Improved the method of selection of the interface font.
- Updated the Italian translation, by Andrea Primiani, who is the new translator.
5 March 2023, FET 6.8.6 released
- Code cleanup.
- Minor corrections in the English text.
23 February 2023, FET 6.8.5 released
- Code cleanup.
- Minor corrections in the English text,
8 February 2023, FET 6.8.4 released
- Code cleanup.
* Minor corrections in the English text. The typos were found using a program
written by Volker Dirr.
* Updated the Greek translation.
* Minor corrections in the Romanian translation. The typos were found using a
program written by Volker Dirr.
* Updated the German translation, by Volker Dirr.
PR: 270321
Reported by: uzsolt@uzsolt.hu (maintainer)
meson.build:114:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig
meson.build:152:0: ERROR: Program 'xmlto' not found or not executable
PR: 270361
Tuesday, 14 March 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.3.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Dr Konqi: Add emoji picker to mappings.
* Klipper: remove duplicate items when loading from history.
* Powerdevil: Suspend by default on AC profile.
Announcement: https://kde.org/announcements/plasma/5/5.27.3/
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.2-5.27.3
As the default terminal database shipped with FreeBSD is quite stale,
arttime misses some capabilities. As a workaround, pull in
misc/terminfo-db as a runtime dependency.
The application also misses fzf to unfold its full potential. Pull in
textproc/fzf as well.
Discussion: https://github.com/poetaman/arttime/discussions/23
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.
While we are at it, remove useless GH_TUPLE entries.
Upstream already vendors these dependencies, so the
entries never affected the build in the first place.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
Differential Revision: https://reviews.freebsd.org/D38997
- Builds itself with CMake now and has installation routine
- Drop our custom auto-update disabling patches as this is
one of the program's standard features now
- Explicitly specify desired Qt version so it won't pick up
the wrong one accidentally
Reported by: portscout
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine
- Release tag was recreated
- Changes include minor changes in the install script
- While here, use a commit including a reported upstream fix to the install
script
Notified by: pkg-fallout
Thursday, 2 March 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations, including:
* ark: Properly check if there is sufficient free space available
before extracting (fixes bug #459418)
* kate: Activate the view of viewspace which made the request (fixes
bug #465811)
* kdenlive: Fix crash and offset when moving a group with subtitle
Announcement: https://kde.org/announcements/gear/22.12.3/
Bump golang.org/x/sys dependency to a version new enough to
have the bits required for riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: yuri (maintainer)
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38870
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---
In commit 47912ce2e6 to sqlite3 the default has been changed for the DQS option.
Thius causes calibre to fail to open its database, reporting it as corrupted:
Traceback (most recent call last):
File "/usr/local/lib/calibre/calibre/gui2/main.py", line 331, in initialize_db
db = LibraryDatabase(self.library_path)
File "/usr/local/lib/calibre/calibre/db/legacy.py", line 195, in __init__
backend = self.backend = create_backend(library_path, default_prefs=default_prefs,
File "/usr/local/lib/calibre/calibre/db/legacy.py", line 50, in create_backend
return DB(library_path, default_prefs=default_prefs,
File "/usr/local/lib/calibre/calibre/db/backend.py", line 501, in __init__
self.initialize_custom_columns()
File "/usr/local/lib/calibre/calibre/db/backend.py", line 698, in initialize_custom_columns
custom_tables = self.custom_tables
File "/usr/local/lib/calibre/calibre/db/backend.py", line 1387, in custom_tables
return {x[0] for x in self.conn.get(
File "/usr/local/lib/calibre/calibre/db/backend.py", line 370, in get
ans = self.cursor().execute(*args)
File "src/cursor.c", line 992, in APSWCursor_execute.sqlite3_prepare
apsw.SQLError: SQLError: no such column: table
This patch fixes the use of double quotes in the code accessing the library database at runtime.
Submitted upstream: https://github.com/kovidgoyal/calibre/pull/1830
KDE Plasma 5.27.2, Bugfix Release for February
Tuesday, 28 February 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.2.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Discover: don't claim 3rd-party repos are part of the OS on Debian
derivatives. Commit.
* Dr Konqi: add Plasma Welcome to mappings file. Commit.
* Sddm: Focus something useful when switching between alternative login
screens. Commit.
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.1-5.27.2
The port has been splitted into 1 master and 3 slave ports for those
who want only a subset of the supported backends and don't want
excessive dependency, namely:
- deskutils/libportal: common non-GUI part (master port)
- deskutils/libportal-gtk3: gtk3 backend
- deskutils/libportal-gtk4: gtk4 backend
- deskutils/libportal-qt5: qt5 backend
While here, correct license and make dependency adjustments of
consumer ports.
PR: 269546
Reviewed by: arrowd
Approved by: arrowd (maintainer)
With this release upstream has decided not to include some prebuilt
and bundled parts. So the port now needs to download some extra
files, to be able to compile.
Also while building calibre now needs to launch parts of itself
which creates a temporary directory in LOCALBASE, if it is writable,
so clean that up after the build.
- Use DIST_SUBDIR, since the port is downloading multiple files
now.
- Add new dependencies for things not embedded anymore
- Remove unneeded EXTRACT_BEFORE_ARGS
- Remove references to python2
- Bundle predigested user-agent-data.json file, adding a utility
target to easily regenerate it
- Move from dead upstream textproc/cchardet to drop-in-ready
textproc/py-charset-normalizer [1]
Submitted by: fluffy [1]
Today is 💖 Free Software Day and what better way to celebrate than with
a brand new version of Plasma! The KDE team expressing their ❤ for Free
Software
Plasma 5.27 brings exciting new improvements to your desktop, and the
first thing you'll notice when firing up Plasma is our new Konqi-powered
wizard which will guide you through setting up the desktop.
Other big new features include a window tiling system, a more stylish
app theme, cleaner and more usable tools, and widgets that give you more
control over your machine.
Additionally, Plasma 5.27 is a Long Term Support version with tons of
stability work and bugfixes, so you can feel the warm and stable 💘 from
the KDE community forever... Or at least until the next LTS rolls around
in 2024!
Announcement: https://kde.org/announcements/plasma/5/5.27.0/
Since this port works with Python 3.8 and later, the value of
PY_PILLOW doesn't change. So replace reference to it with its value.
PR: 269399
Approved by: maintainer
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
All About the Widgets
Plasma 5.26 comes with new and tweaked widgets, improves the desktop
experience leaps and bounds, and Plasma Big Screen's app family grows
Tuesday, 11 October 2022
Even with a bare-bones installation, Plasma lets you customize your
desktop a lot. If you want more, there is always Plasma’s vast ecosystem
of widgets. Widgets add features and utilities to the Plasma desktop and
today you can find out all the stuff you can do and what’s new for
widgets in Plasma 5.26.
Widgets are not the only thing to look forward to in Plasma 5.26: check
out all the new stuff landing on the desktop designed to make using
Plasma easier, more accessible and enjoyable, as well as the two new
utilities for Plasma Big Screen, KDE’s interface for smart TVs.
Announcement: https://kde.org/announcements/plasma/5/5.26.0/
KDE: Update KDE Plasma Desktop to 5.26.5
Thursday, 2 February 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations, including:
* dolphin: Don't recurse into symlinks when counting directory contents
(Commit, fixes bug #434125)
* kdeconnect: Fix ssh authentication using pubkey on recent openssh
versions (Commit, fixes bug #443155)
* libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288)
Announcement: https://kde.org/announcements/gear/22.12.2/
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
As part of removal of php74 the initial thought was to remove the horde
framework entirely. However considering the fact that the forks of horde
with php8 compatibility from https://github.com/maintaina-com will soon
be merged upstream we are not removing the ports but keeping them in
BROKEN state as the ports build perfectly while fails to run under
php80. Also mark the ports DEPRECATED in case the patches do not get
merged upstream. Also set the EXPIRATION_DATE to 2023-03-31. In case
someone is willing to convert the ports to use maintaina-com fork feel
free to update accordingly.
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
ChangeLog: https://lalescu.ro/liviu/fet/news.html
* Interface improvement: in the activities dialog, in the list of time
constraints directly related to the selected activity, there will be shown
the related constraints of type teacher/students set not available times.
* Minor improvements.
* Code cleanup.
PR: 268443
Reported by: uzsolt@uzsolt.hu (maintainer)
During my previous commits I missed some ports which were using
lowercase USE_tex which were not searched during my commits on more than
100 ports. I am still unsure how those ports were working as there was
no option for lowercase tex in the previous bsd.tex.mk.
Reported by: zirias
Remove code specifically added for GCC 4.2. USES=compiler:nestedfct
does not pull that in any longer.
This reverts most of commit 44b3b1b915
from 2020.
Approved by: maintainer
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
ChangeLog:
https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
* MINOR IMPROVEMENT: TkRemind: If "Extra Remind Options" contains -m, make
TkRemind start the calendar with Monday instead of Sunday.
* MINOR IMPROVEMENT: Sample files: Add French holidays.
* MINOR IMPROVEMENT: A few performance fixes, likely not even noticeable in
most cases.
* MINOR FIXES: Fix misleading comments in the source code.
* MINOR FIX: Remove a bunch of dead code in the moon-phase routines.
* MINOR FIX: Remove unnecessary %"...%" markers in holidays/us.rem
* MINOR FIX: Don't use the -ffat-lto-objects command-line option if we're
compiling with Clang.
* MINOR FIX: Remind: Fix a broken printf-format string (need to double up on %
to get a literal % in the output.)
* BUG FIX: Make test suite pass regardless of the date on which it is run.
* BUG FIX: Make sure the banner gets printed each time through a "*N"
command-line option loop.
PR: 268441
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (bugfix release)
On FreeBSD 12.3, build fail with:
In file included from /wrkdirs/usr/ports/deskutils/subsurface/work/subsurface-5.0.10/core/exif.cpp:32:
/wrkdirs/usr/ports/deskutils/subsurface/work/subsurface-5.0.10/core/exif.h:128:3: error: unknown type name 'time_t'
time_t epoch();
^
1 error generated.
Explicitly add time.h to headers which use time_t to avoid the issue.
This should not have an impact where the package could be build so not
bumping PORTREVISION.
Remove code specific to GCC 4.2 (as system compiler) which is not
necessary any longer: USES=compiler never pulls that in any more.
This reverts most of commits 401f96f227
and 92e22122e8 from 2018/2019.
Approved by: nivit (maintainer)
Upstream announce: https://xfce.org/about/news/?post=1671062400
Some notes:
- Updated pkg-descr for various packages
- Added some missing dependencies (reported by poudriere Q/A tests)
- Removed patches now included upstream
It happens that when building the port with poudriere without
ALLOW_MAKE_JOBS=yes, the build fail. I received similar failure reports
from pkg-fallout but could not reproduce them until today where
rebuilding llvm on my laptop required me to remove `ALLOW_MAKE_JOBS=yes`
before I had to rebuild subsurface.
Setting MAKE_JOBS_UNSAFE=yes allowed me to reliably reproduce the
failure, and relying on GNU make instead of BSD make prevent it.
So use gmake to build subsurface and hopefully say goodbye to the
pkg-fallout failure notifications \o/.
- Remove blanket IGNORE_WITH_PHP and add IGNORE_WITH_PHP to only the web
applications. This will massively reduce the number of ports to be
removed in case there is no timely support for php8.
- Pet portlint/portclippy
- Add missing LICENSE
PR: 266552
Reported by: michael.osipov@siemens.com
Sponsored by: Bounce Experts
KDE Plasma 5.24.7, Bugfix Release for October
Friday, 14 October 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.7.
Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.
Announcement: https://kde.org/announcements/plasma/5/5.24.7/
KDE Gear 22.12 is Here!
Thursday, 8 December 2022
KDE Gear ⚙️ is back with exciting new features, performance boosts, and
bugfixes for all your favorite KDE apps!
In this release: Kate extends a warm welcome, Dolphin offers you more
choices, and a lot of apps serve up hamburgers galore!
Announcement: https://kde.org/announcements/gear/22.12.0/
This change removes duplicated entries from MASTER_SITES and DISTFILES
variables. Now the MASTER_SITES variable will contain single Hackage URL without
any group for the simplest case and with :_cabal_mk_hackage group in nodefault
case.
This change opens a path to using non-Hackage Cabal repositories
(needed for Cardano) and pulling in .cabal revisions without using patches.
Unfortunately, this change results in a large churn in Haskell ports distinfos.
To make this churn less useless, refresh all Haskell dependencies in all ports.
Thursday, 3 November 2022
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* dolphin: Fix opening unnecessary new windows (Commit, fixes bug
#440663)
* konsole: Fix a crash when extending the selection (Commit, fixes
bug #398320 and bug #458822)
Announcement: https://kde.org/announcements/gear/22.08.3/
Changelog: https://kde.org/announcements/changelogs/gear/22.08.3/
Subsurface can plan and track single and multi-tank dives using air, Nitrox or
TriMix. It allows tracking of dive locations including GPS coordinates (which
can also conveniently be entered using a map interface), logging of equipment
used and names of other divers, and lets users rate dives and provide
additional notes.
You can tag dives and filter a dive list based on criteria including tags,
locations and people with whom you were diving. You can group the dive list
into trips, and edit multiple dives at the same time, making it easy to support
a large number of dives.
Subsurface also calculates a wide variety of statistics of the user's diving
and tracks information like the SAC rate, partial pressures of O2, N2 and He,
calculated deco information, and many more.
WWW: https://subsurface-divelog.org
Perhaps it makes sense when software is built by user and installed
locally, but for the software installed normally all updates should
be handled by the system package manager.