Fix SMBPath creation on first boot
This commit handles FileNotFoundError that can occur on middleware
startup when system dataset is not available. os.makedirs is used
because we always need these paths to exist, and it's okay for
middleware to mount system dataset over it.
textproc/rasqal: Various improvements
- Remove SF master site. It's no longer updated.
- Bring pkg-descr, COMMENT, and WWW in line with upstream.
- Depend on libgcrypt to support more SPARQL hash functions than MD5
and SHA1.
- Remove dependency on libpcre (deprecated). Use libc POSIX regular
expressions instead.
- Add --with-uuid-library=internal so we don't accidentally link with
libuuid.
- Strip the library.
- Enable tests.
- Add DOCS option.
- Enable MPFR option by default and turn the RADIO group into a SINGLE
so the "none" case can be described because it's nonconforming. XSD
requires 18 decimals and double precision only has 15.
- Pet portclippy.
PR: 280079
x11/xterm: update to 406
Patch #406 - 2025/12/21
- add option -emoji_width and resource emojiWidth to allow enabling/disabling VS15/VS16 feature introduced in patch #404 (Debian #1123509). Also, work around display issues by changing the filler character for VS16.
Patch #405 - 2025/12/14
- correct sign-extension in drawing changes made in patch #404 (Debian #1122519)
- further improvements to limit-checking for mouse button and motion events (report by James Holderness).
- correct index expression when handling overflow of title stack.
mpg123: updated to 1.33.4
1.33.4
mpg123: In terminal control, ignore 7-bit escape sequences to avoid spurious actions, e.g. when hitting cursor keys. Inspired by Peter Tirsek.
ports/cmake: Avoid possibly conflicting use of SIZEOF_OFF_T CMake variable when embedding mpg123 with other projects using cmake and different off_t semantics.
swig4: updated to 4.4.1
SWIG-4.4.1 summary:
- Fix errors with some combinations of Py_LIMITED_API and recent python
versions.
- A couple of other minor fixes/improvements.
Ensure that various services don't run on HA standby
This commit adds ability to flag services such that they should
not be run on the standby controller. During vrrp_backup events
the specified services are stopped.
This value is also checked in service_remote hook in order to
determine whether to ha_propagate service actions for the service.
Import ebook2cw-0.8.5.
ebook2cw is a command line program which converts a plain text ebook to
morse code MP3 or OGG files. It works on several platforms, including
Windows, Linux, FreeBSD and OpenBSD.
It automatically splits and numbers the output files by chapters.
From Enzo Nicosia; thanks!
ok sthen@
py-fakefs: updated to 6.0.0
6.0.0
Removes some deprecated functionality, removes support for Python < 3.10.
Breaking Changes
* removed support for Python versions < 3.10; patch releases based on `pyfakefs` 5.10
supporting older versions may be made on demand
* removed support for patching legacy modules `scandir` and `pathlib2`
* changed the default for `FakeFilesystem.shuffle_listdir_results` to `True` to reflect
the real filesystem behavior
Changes
* added some support for Python 3.15a3
Fixes
* fixes a problem with `Path` type hints using the pipe symbol in wrapped functions
inside an `fs` dependent fixture
* fixes problem with new `coverage` in Python 3.14 using the fake filesystem
[6 lines not shown]
py-asteval: updated to 1.0.8
1.0.8
Fixes and improvements:
fix bug so that return from a Procedure does not interrupt the calling code block
remove numpy.memmap from default methods
add discussion of numpy functions/objects that can open files
add support and tests for lambda expressions
add default permissions to github actions
update README, doc, remove cruft
math/octave-forge-llms: fix build on non-x86
/usr/local/bin/mkoctfile -march=native -O2 fig2base64.cc fpng.cpp
c++: error: unsupported option '-march=' for target 'powerpc64le-unknown-freebsd15.0'
Also use __BYTE_ORDER__ instead of __BYTE_ORDER (which is undefined).