- Drop "build,run" from USES=python. This is the default.
- Provide a full path to the ninja binary.
Reported by: koobs
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D25569
While here, remove CONFLICTS_INSTALL. In 9.8v, the sources include
updated makefiles which make the two ports nonconflicting. That is
done by using sed-scripts within the makefiles to rename files owned
by xvile (along with some updates to the latter's plist file).
Changelog: https://invisible-island.net/vile/CHANGES.html#v9_8v
PR: 260382
Reported by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
While here, remove CONFLICTS_INSTALL. In 9.8v, the sources include
updated makefiles which make the two ports nonconflicting. That is
done by using sed-scripts within the makefiles to rename files owned
by xvile (along with some updates to the latter's plist file).
Changelog: https://invisible-island.net/vile/CHANGES.html#v9_8v
PR: 260382
Reported by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%DATADIR%%/powerpc-%%OPSYS%%/gtk-gnutella.nm
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%DATADIR%%/%%ARCH%%-%%OPSYS%%/gtk-gnutella.nm
===> Error: Plist issues found.
The Azure go-autorest project (https://github.com/Azure/go-autorest)
provides several go modules within the same tarball, but the Grafana
code requires different commits for several of those modules, hence
the same source appearing multiple times at different commmit hashes
in distinfo.
Unfortunately, with grafana 8.3.3, three of the go-autorest modules
required the same commit hash, leading to duplication in the distinfo.
This causes a problem when trying to download the distfiles the first
time -- a number of the downloads will fail. Repeatedly attempting to
download will succeed for one more of the various different versions
of the go-autorest distfile, until eventually everything has been
successfully downloaded.
Remove the duplicate items in distinfo so that first-time download
into a virgin distfiles directory does succeed. This means that the
result of `make makesum` cannot be used un-edited.
PR: 260537
Reported by: John D.
Heaptrack traces all memory allocations and annotates these events with
stack traces. Dedicated analysis tools then allow you to interpret the
heap memory profile to, e.g., find hotspots that need to be optimized
to reduce the memory footprint of your application.
Release notes are here:
https://invent.kde.org/sdk/heaptrack/-/releases/v1.3.0
Version 1.3.0 comes with quite some important new features, notably
time based filtering capabilities and support for custom suppressions.
While we're here:
- Adjust dependencies
- Fix Meson error, in i18n.merge_file() function, now (meson >= 0.60.1) first optional argument is deprecated
- Force to use generic font (cosmetic changes)
- Use procstat(1) instead of /proc through linprocfs(5)
- Remove dbus-send command (see bug #258674 for full d
PR: 260551
FreeBSD port: Add support for aarch64 and powerpc64 using simde
Not yet supported upstream
Several upstream bug fixes and minor enhancements since 2.1
Changes: https://github.com/marbl/canu/tags