Re: git: b3127a2dc25a - main - libutil++: New library containing C++ utility classes for use in base

From: Lexi Winter <ivy_at_freebsd.org>
Date: Tue, 05 Aug 2025 17:24:55 UTC
John Baldwin:
> +++ b/lib/libutil++/Makefile
> @@ -0,0 +1,16 @@
> +PACKAGE=	lib${LIB}

this broke the pkgbase build: when you add a new package, you must also
add its package definition in release/packages/ucl/<pkgname>-all.ucl.

(fixed in d1bcdbd2470fe49515911f8da0abf50545adaf24.)