hexcurse.c:237:30: error: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Werror,-Wformat-truncation]
237 | min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len);
| ^
1 error generated.
* This is an LTS version.
* the mysql command now generates a warning about deprecation.
to prevent these for other ports with USES=mysql Mk/Uses/mysql.mk
has been patched.
After updating audio/taglib to 2.0.1, easytag stopped building on i386.
Apparently, this is happening because taglib started using types such as
"offset_t" and "size_t" in its interfaces, causing types mismatch on
i386.
Reported by: pkg-fallout
Patch skalibs-2.14 support into runwhen-2021.04.30:
- Skalibs no longer pollutes the namespace with uint64 (without _t).
- Patch runwhen to use uint64_t instead of uint64.
- Update dependency to devel/skalibs>=2.14.1.1
- Bump port revision.
No functional change intended.
PR: 279116
Also move USES below FLAVORS and FLAVOR in port Makefile as recommended by portlint.
List of changes between 0.5.4.1 and 0.5.4.2 mentioned in the ./NEWS file:
In 0.5.4.2
----------
- Adaptation to skalibs-2.14.0.0.
- Bugfixes.
PR: 279116
List of changes between 2.11.3.2 and 2.12.0.4 mentioned in the ./NEWS file:
In 2.21.0.1 - 2.12.0.4
----------------------
- Bugfixes.
In 2.12.0.0
-----------
- New option to s6-svc: -s, to specify a signal by name (or number).
- New option to s6-log: -t, to specify a timeout for partial last lines.
- s6-svscan rewrite: no more quadratic reaps, no more forced 1s wait on shutdown
- Eliminated fork() wherever possible on systems supporting posix_spawn()
- Obsolete s6lockd subsystem removed.
PR: 279116
Give read+execute permissions to everyone on symlinks:
- bin/cd -> execline-cd
- bin/umask -> execline-umask
List of changes between 2.9.3.0 and 2.9.5.1 mentioned in the ./NEWS file:
In 2.9.5.1
----------
- Bugfixes.
In 2.9.5.0
----------
- Bugfixes.
- backtick now sets ? when it can be nonzero.
In 2.9.4.0
----------
- Adaptation to skalibs-2.14.0.0.
- New dummy -e option in execlineb.
- Slightly better error reporting in execlineb.
PR: 279116
List of changes between 2.13.1.1 and 2.14.1.1 mentioned in the ./NEWS file:
In 2.14.1.1
-----------
- Bugfixes.
In 2.14.1.0
-----------
- Bugfixes.
- Portability improvements.
- New socket_sendnb46_g() and socket_recvnb46_g() macros.
In 2.14.0.1
-----------
- Bugfixes.
In 2.14.0.0
-----------
- Bugfixes.
- New accessor function: selfpipe_fd().
- New functions: slurpn(), openslurpnclose().
- slurp() and openslurpclose() are now macros.
- New strerr macros to warn with a "fatal" message.
- New cdb functions: cdb_hashv(), cdbmake_addv().
- child_spawn() revamp. Prototype change (last arg is a size_t).
- case_lowerb() and friends now use ctype.h functions.
- case_str() removed, strcasestr() fallback implementation added.
- cspawn(): finally unifying fork() and posix_spawn().
- Better support for nonstandard posix_spawn subfunctions.
- Lots of new sysdeps.
PR: 279116
- install as spf in addition to superfile as that seems to be the
author's preferred command name
- bump PORTEPOCH following update from development state to release;
while normally not necessary, Go's versioning conventions make pkg
think the version went backwards with this update.
Changelog: https://github.com/yorukot/superfile/releases/tag/v1.1.3
Add missing pkg-plist entries after my rushed and pointy-hat-worthy
commit 353079b689. [1] I was under the impression that this version
just contained the security fixes and didn't do my due diligence.
To sort of make up for it:
Add other missing pkg-plist entries if kuserfeedback is installed and
add it as a dependency.
Potentially improve wayland support by adding plasma-wayland-protocols
and wayland-protocols as build dependencies.
Add PIPEWIRE option and patch out auto-detection. Enable by default as
x11/plasma5-plasma-desktop also enables PIPEWIRE by default.
Remove ancient CONFLICTS.
PR: 279744 [1]
Reported by: jbeich [1]
MFH: 2024Q2
This corrects the shlib version and propagates to other packages via
CMake that depend on the exact version of plasma5-breeze as their own,
like plasma5-plasma-workspace.
MFH: 2024Q2