Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 00:14:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 294822] makeman.lua lacking diagnostics for failure case
Message-ID:  <bug-294822-227-Y22qz64Hle@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294822-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294822

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
In share/mk/src.opts.mk in my tree I have:

.if ${MK_BEARSSL} == "no" && \
    (${MK_LOADER_VERIEXEC} == "yes" || ${MK_VERIEXEC} == "yes")
.error VERIEXEC requires BEARSSL
.endif

Arguably this should be handled in a better way, but makeman.lua ought to be
more resilient.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294822-227-Y22qz64Hle>