Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150638593
D56118.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56118.diff
View Options
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd March 20, 2026
+.Dd March 28, 2026
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -259,9 +259,20 @@
.Xr blocklistd 8
and
.Xr blocklistctl 8 .
+When set, it enforces these options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_BLACKLIST
+.El
+.Pp
When set, these options are also in effect:
.Pp
.Bl -inset -compact
+.It Va WITHOUT_BLACKLIST_SUPPORT
+(unless
+.Va WITH_BLACKLIST_SUPPORT
+is set explicitly)
.It Va WITHOUT_BLOCKLIST_SUPPORT
(unless
.Va WITH_BLOCKLIST_SUPPORT
@@ -274,6 +285,12 @@
.Xr fingerd 8
and
.Xr sshd 8 .
+When set, it enforces these options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_BLACKLIST_SUPPORT
+.El
.It Va WITHOUT_BLUETOOTH
Do not build Bluetooth related kernel modules, programs and libraries.
.It Va WITHOUT_BOOT
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -407,6 +407,14 @@
MK_BLOCKLIST_SUPPORT:= no
.endif
+.if ${MK_BLOCKLIST} == "no"
+MK_BLACKLIST:= no
+.endif
+
+.if ${MK_BLOCKLIST_SUPPORT} == "no"
+MK_BLACKLIST_SUPPORT:= no
+.endif
+
.if ${MK_CDDL} == "no"
MK_CTF:= no
MK_DTRACE:= no
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 12:31 AM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30743095
Default Alt Text
D56118.diff (1 KB)
Attached To
Mode
D56118: mk: Disable blacklist when disabling blocklist
Attached
Detach File
Event Timeline
Log In to Comment