git: b1afa460f84e - main - libutil++: Move to the utilities package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 16:16:34 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=b1afa460f84e2777c48f37b45344be2797fa1e62
commit b1afa460f84e2777c48f37b45344be2797fa1e62
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-08-14 16:15:43 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-08-14 16:15:43 +0000
libutil++: Move to the utilities package
We should keep the clibs package as small as possible. Currently it
contains some "extra" libraries, but this isn't a good argument for
adding more stuff. Move it to the utilities package (the default for
bsd.lib.mk consumers), since libutil++ is an INTERNALLIB and thus only
installs man pages, so therefore doesn't need to be in FreeBSD-runtime.
Requested by: kib
Reviewed by: ivy, des
Fixes: f4fd2aa07cde ("libutil++: Move to clibs")
Differential Revision: https://reviews.freebsd.org/D51898
---
lib/libutil++/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/libutil++/Makefile b/lib/libutil++/Makefile
index 729a336ddb3a..56b64bbf358c 100644
--- a/lib/libutil++/Makefile
+++ b/lib/libutil++/Makefile
@@ -1,4 +1,3 @@
-PACKAGE= clibs
LIB_CXX= util++
INTERNALLIB= true
SHLIB_MAJOR= 1