Thursday, 3 March 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:
* kcron: Improve temporary file handling
* kio-extras: SFTP can use random access
* kontact: Fix Manager Crash when clicking New
Distro and app store packagers should update their application packages.
Changelog:
https://kde.org/announcements/changelogs/gear/21.12.3/
Release Notes:
https://community.kde.org/KDE_Gear/21.12_Release_notes
Release notes are at
https://github.com/CDrummond/cantata/releases/tag/v2.5.0
and it's a long list of fixes. The author has indicated that
Cantata is now archived and will not be developed any more.
If some fork comes out with new features we can switch the
port to that.
- Switch to the distributed tarballs, rather than pulling from
github. This means NO_WRKSUBDIR, dos2unix, and removing the
patches that apply to sources in GH but that are not in the
released source tarballs.
- Set NOT_FOR_ARCHS to i386, since there's issues in WebKit like
ld: error: relocation R_386_PC32 cannot be used against
symbol cti_vm_throw; recompile with -fPIC
and I'm insufficiently interested in chasing this.
Redirect stdout and stderr of the Alertmanager to its log file with
the daemon(8) -o flag instead of shell redirections. The reason for
this change is that shell redirections simply do not work in this case.
While here, remove an unnecessary env(1) invocation.
Approved by: portmgr blanket (runtime fix)
Fixes: df292e75ac
MFH: 2022Q1
Sponsored by: Ekco
Sponsored by: Klara Inc
- Use `www/yt-dlp' as drop-in replacement for youtube-dl
- Preserve remote modification time of downloaded files
- Amend CATEGORIES and run-time dependencies while here
Contrary to Windows, we use colons to separate directories in the
PATH environment variable; however, this code is still useless as
it does not affect ctypes.util.find_library() search logic.
Since libraries are opened during tun-time, LIB_DEPENDS should be
actually specified as RUN_DEPENDS here (this would also hopefully
prevent needless port revision bumps in the future).
FireDM is an open-source, multi-connection, graphical download manager
for YouTube and other streaming websites. Developed in Python using
Tkinter, libcurl, and yt-dlp (youtube_dl).
WWW: https://github.com/firedm/FireDM
Chiptune tracker compatible with DefleMask modules (.dmf).
* It supports the following systems:
o Sega Genesis
o Sega Master System
o Game Boy
o PC Engine
o NES
o Commodore 64
o Yamaha YM2151 (plus PCM)
o Neo Geo
o AY-3-8910 (ZX Spectrum, Atari ST, etc.)
o Microchip AY8930
o Philips SAA1099
o Amiga
o TIA (Atari 2600/7800)
The build fails on FreeBSD 12.3 due to undefined max_align_t:
In file included from test.cc:2:
In file included from /usr/local/include/jasper/jasper.h:78:
In file included from /usr/local/include/jasper/jas_init.h:73:
In file included from /usr/local/include/jasper/jas_malloc.h:81:
In file included from /usr/local/include/jasper/jas_thread.h:84:
In file included from /usr/include/c++/v1/stdlib.h💯
In file included from /usr/include/c++/v1/math.h:311:
In file included from /usr/include/c++/v1/type_traits:417:
/usr/include/c++/v1/cstddef:55:9: error: expected unqualified-id
using ::max_align_t;
^
Include cstddef to make it available.
PR: 262039