when '-i[rR]' is given, prompt the user for examination of directories as well as for removal
Previously, interactively and recursively removing a directory hierarchy
did not iteratively prompt the user for confirmation for both descending
into as well as removing directories.
This uses the patch suggested by rvp at SDF.ORG on tech-userlevel back in
February to more closely match the behavior of macOS and Linux as well
as user expectations.
mk: add udev.buildlink3.mk
This Makefile fragment is meant to be included in packages that
require an implementation of the udev user-space library for querying
information about devices.
textproc/scooter: update to 0.9.1
New features:
feat: add colour on empty search by @Its-Just-Nans in #375
Bug fixes:
Remove svg from binary extension detection by @thomasschafer in #355
Avoid searching again when toggling escape sequences by @thomasschafer in #357
Other changes:
Bump various deps
New Contributors
@Its-Just-Nans made their first contribution in #375
textproc/rumdl: update to 0.1.81
Added
md057: add relative_to_roots option for absolute link validation (e911919)
md024: treat headings with different {#custom-id} anchors as distinct (0b4dadb)
Fixed
md013: don't warn on under-limit list items in normalize mode (3e08094)
fmt: honor
opt-in across all flavors (4c9c8dc)
docs: restore grid-cards formatting on landing page (5acba85)
md005,md032: preserve nesting under tight continuation followed by sub-list (993c0f5)
devel/mise: update to 2026.4.20
2026.4.22 - 2026-04-25
🚀 Features
(copr) add Fedora 44 & Rawhide support by @bestagi in #9391
🐛 Bug Fixes
(backend) repair latest runtime labels and go resolution by @jdx in #9383
(task) label deps output by provider by @jdx in #9385
🚜 Refactor
(config) rename install_before setting by @jdx in #9384
📚 Documentation
(site) show release version in nav by @jdx in #9388
[314 lines not shown]
devel/cargo-about: update to 0.9.0
Changed
PR#299 updated dependencies
PR#299 resolved #286 by gating all cli specific features (argument parsing, templating, logging) behind the cli feature.
Fixed
PR#299 resolved #298 by allowing deprecated license identifiers.
PR#299 (and PR#296) improved the error output when failing to parse expressions from scanning license text to include the actual path in question.
Added
PR#299 improved output for configuration errors, including printing warnings when a clarification is specified for a crate that is not actually present.
Diable a few options unlikely to be all that useful on a NeXT:
- COMPAT_NOMID, COMPAT_SUNOS
- file-system MFS (TMPFS is preferred)
- dse, se (SCSI Ethernet)
- sl (SLIP), ppp / pppoe
Shrinks the kernel by ~167KB.
devel/libgusb: initial import of package
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your
high-level application or system daemon.