From cec108aadc9600a53f4b9e39e6da7e2720bd794f Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 5 Sep 2023 13:47:25 +0000 Subject: [PATCH] avoid fatal errors at all costs --- share/man/man5/bsd.port.mk.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 7dec507d999..91708df3d40 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.599 2023/09/05 13:15:31 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.600 2023/09/05 13:47:25 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1855,6 +1855,9 @@ for instance to flag erroneous combinations of and .Ev BROKEN for other common issues). +.Pp +Note that setting fatal errors defeats all introspection mechanisms and breaks +.Pa sqlports . .It Ev EXTRACT_CASES In the normal extraction stage (when .Ev EXTRACT_ONLY -- 2.20.1