tools.build: also add sys/_visible.h to SYSINCS
This is needed since sys/cdefs.h includes sys/_visible.h.
Reported by: kib
Fixes: 1c9ff80f0635
MFC after: 3 days
x11/libxkbcommon: Update to 1.13.1
While here, use PLIST_SUB instead of PLIST_FILES for conditional plist
entries according to selected options. [1]
Changelog: https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.13.1/NEWS.md
PR: 291943
Suggested by: arrowd (via ports-committers) [1]
Approved by: manu (x11)
vnode_pager: clean up undirty_pages()
The first (second) loop of vnode_pager_undirty_pages() includes an
if-test to test whether an iteration is the last (first). Move those
if-tests out of their loops. That allows the compiler to unroll the
loops.
Reviewed by: alc, kib
Differential Revision: https://reviews.freebsd.org/D54353
salt salt-docs: updated to 3007.10
3007.10
Fixed an issue with how existing entries are tracked in grains.list_present. Previous entries were only considered if the grain previously existed. If not then the state would not "see" the duplicates. Removed the dubious tracking via "context" and focused on using checking for existance in the live grains.
Fixed issue with complex objects in grains.list_present. Original fix
Fixed ssh_auth.present to respect provided options when read keys from source file
Fixed ssh_auth regexp to handle key types with @ or .
Fixed a TypeError exception thrown by ssh_known_hosts.present when the specified user account does not exist
Fixed false identification of text as binary in salt.utils.file.is_binary if utf-8 multibyte character is truncated at end of 2048 bytes sample.
Fix runtime error on OpenBSD by adding support for the osfullname grain
Fix closing of TCP transport channels and avoid additional errors
[48 lines not shown]
[LoopVectorize] Support vectorization of frexp intrinsic (#172957)
This patch enables the vectorization of the llvm.frexp intrinsic.
Following the suggestion in #112408, frexp is moved from
isTriviallyScalarizable to isTriviallyVectorizable.
Fixes #112408
elftoolchain/netbsd-base-system-import.sh: Update to upstream [r4326].
- Default to importing modules from a pristine SVN checkout.
- Handle the '$NetBSD$' keyword better when this script is itself
managed by CVS.
multimedia/zoneminder: Update 1.36.35 => 1.36.37, unbreak with ffmpeg 8
Changelogs:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.37
- Move ffmpeg to LIB_DEPENDS - port links with it, not just exec binary.
- Fix dependency from devel/pecl-APCu.
- Fix warnings from portclippy.
- Replace gettext with gettext-tools - doesn't links with libintl.
- Replace extra-patch with CLAGS+=-D__SKIP_GNU.
- Use 1 MKDIR instead of 8.
- Fix typo in comments: systend => systemd.
PR: 291923
Approved by: Ivan <bsd at abinet.ru> (maintainer)
py-testfixtures: updated to 10.0.0
10.0.0 (29 Oct 2025)
- Fixed a bug in the warning issued when a :class:`Replacer` is deleted with replacements still
in place.
- Reworked :func:`compare` options so that typos and the like will now result
in an exception being raised. This ended up being a breaking change if you use custom comparers
that take options as this now has a :ref:`different API <custom-comparer-options>`.
- Reworked the :doc:`compare documentation <comparing>` to explain why you should be using it
as well as updating the examples and explaining more fully how to configure and customise it.
[VPlan] Support extends and truncs in getSCEVExprForVPValue. (NFCI)
Handle extends and truncates in getSCEVExprForVPValue. This enables
computing SCEVs in more cases in the VPlan-based cost-model, but should
compute the matching costs in all cases.
tools/netbsd-base-system-import.sh: Suppress unwanted expansion of $NetBSD$.
Before this change, instances of the literal string '$NetBSD$' within
this script were expanded by NetBSD's CVS if this script was imported
into NetBSD's sources and then checked out. When subsequently used,
the script would then copy the expanded string into the locations
in the files being imported where the literal string '$NetBSD$'
was desired.
Although harmless (as CVS would eventually use the correct expansion
when the imported files were checked out later), the use of the
expanded value for '$NetBSD$' caused confusing diffs prior to check-in.
With this change, the literal string '$NetBSD$' should be placed in
the desired locations as-is.
xfce4-clipman-plugin: update to 1.7.0
1.7.0 (2025-05-19)
=====
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.
- Update README after switchover to meson
- build: Automate copyright year management
- build: Replace xdt-csource with glib-compile-resources
- meson-build: Use shared_module()
- Replace deprecated exo with libxfce4ui 4.21.0
- Use HTTPS for action URLs
- history: Add missing sanity checks
- history: Update size when max values change at runtime
- history: Fix truncation when max_images changes
[7 lines not shown]
[MemProf] Fix reporting with -memprof-matching-cold-threshold (#173327)
With the -memprof-matching-cold-threshold option, we hint as cold
allocations where the fraction of cold bytes is at least the given
threshold. However, we were incorrectly reporting all of the
allocation's contexts and bytes as hinted cold.
Fix this to report the non-cold contexts as ignored. To do this,
refactor out some existing reporting, and also keep track of the
original allocation type for each context in the Trie along with its
ContextTotalSize information. Most of the changes are the change to this
array's type and name.
fennel: update to 1.6.0
* Support `extra-compiler-env` in options table when compiling.
* Accept `path` in options table of `fennel.install`.
* Improve printing of large integers in Lua 5.3+.
* Allow disk reads from compiler sandbox.
* Add `--to-be-closed` option for better stack traces in `with-open`
on Lua 5.4.
* Stack traces from macro errors shouldn't contain compiler
internals.
* Look for macros in `.fnlm` files in addition to `.fnl` files.
* Support `extra-env` in compiler API when evaluating in compiler
scope.
* Allow `--compile-binary` to work on `.lua` and `.luac` files.
* Add `--lambda-as-fn` option to remove overhead from arg checking.
* Fix a bug where `,find` repl command didn't work on files with long
names.
* Some 3-decimal string escapes ignored the 3rd digit;
e.g. `\x7f` -> `\127` -> `\f7`.
[2 lines not shown]