mk: Disable blacklist when disabling blocklist
WITHOUT_BLOCKLIST, when set, should enforce WITHOUT_BLACKLIST.
This fixes the build when WITHOUT_BLOCKLIST=yes is set.
Reported by: ivy
Reviewed by: ivy
Fixes: 7238317403b9 ("blocklist: Rename blacklist to blocklist")
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D56118
libexec: Add pkg-serve directory
Add pkg-serve to the list of subdirectories in the Makefile.
Reviewed by: bapt
Fixes: b42e852e89cb ("pkg-serve(8): serve pkg repositories over TCP via inetd (8)")
Differential Revision: https://reviews.freebsd.org/D56009
math/octave-forge-fxp: New port.
Lightweight fixed-point numeric type for GNU Octave. Intended for
fixed-point modeling, algorithm validation, and education. Supports
signed and unsigned formats, quantization, overflow handling, and basic
arithmetic operations.
devel/manuals: new port
New port: devel/manuals: browse, search GNOME developer documentation
Manuals indexes your developer manuals and provides robust browsing
and searching capabilities. It supports the devhelp documentation format
used by many libraries integrating with the GTK platform.
desktop-file-utils is not needed. (truckman)
PR: 294103
textproc/jsongrep: import package
Packaged in wip by wiz@ and myself.
jsongrep is a command-line tool and Rust library for fast querying of JSON
documents using regular path expressions.
textproc/git-delta: update to 0.19.2
This is a patch release providing rebuilt binaries compatible with Debian 12
(the 0.19.0 and 0.19.1 .deb packages required glibc 2.39, which is only
available in Debian 13).
What's Changed
- CD: pin GNU Linux builds to ubuntu-22.04 for Debian 12 compat by @dandavison in #2135
sun2 and sun3 don't *really* need their own trimmed-down copy of
sys_machdep.c; the common version was already perfectly suitable
for sun3, and can be easily conditionally-trimmed-down for the
68010 case.
(Sharing is caring!)
UPDATING: Add note for java/openjdk{25,26} package renames
The jre-flavored packages were renamed in ad618043f3d. Instruct users
on how to rename their installed packages, so `pkg upgrade` will
correctly replace them with the new package names.
Reviewed by: haraldei
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56123