git: 4028504b4826 - main - lib/libbl[ao]cklist: Use LIB_PACKAGE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jan 2026 04:41:02 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=4028504b4826caf3dac64a30cf0de777e2a6b607
commit 4028504b4826caf3dac64a30cf0de777e2a6b607
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2026-01-06 04:28:43 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2026-01-06 04:28:43 +0000
lib/libbl[ao]cklist: Use LIB_PACKAGE
This avoids e.g. utilities or ssh depending on the full blocklist
package just because they link against libblocklist.
This change moves files between packages so, until we have a proper
policy on how to handle this in release/stable branches, it should
not be MFC'd.
MFC after: never
Reviewed by: bapt
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53605
---
lib/libblacklist/Makefile | 2 ++
lib/libblocklist/Makefile | 2 ++
2 files changed, 4 insertions(+)
diff --git a/lib/libblacklist/Makefile b/lib/libblacklist/Makefile
index cac023d69bb7..d13633546c33 100644
--- a/lib/libblacklist/Makefile
+++ b/lib/libblacklist/Makefile
@@ -3,6 +3,8 @@ BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
.PATH: ${BLOCKLIST_DIR}/lib ${BLOCKLIST_DIR}/include ${BLOCKLIST_DIR}/port
PACKAGE= blocklist
+LIB_PACKAGE=
+
LIB= blacklist
SHLIB_MAJOR= 0
diff --git a/lib/libblocklist/Makefile b/lib/libblocklist/Makefile
index 127abb23f43e..2f3ca53cf23a 100644
--- a/lib/libblocklist/Makefile
+++ b/lib/libblocklist/Makefile
@@ -3,6 +3,8 @@ BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
.PATH: ${BLOCKLIST_DIR}/lib ${BLOCKLIST_DIR}/include ${BLOCKLIST_DIR}/port
PACKAGE= blocklist
+LIB_PACKAGE=
+
LIB= blocklist
SHLIB_MAJOR= 0