From e1668dfc1242668dc9d8d8e44edd40e3408ff920 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 6 Oct 2024 10:24:52 +0000 Subject: [PATCH] new opt-in PATCH_QUIET aka. patch(1) -s; OK tb --- share/man/man5/bsd.port.mk.5 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 8ea9fae4d82..eb13b832204 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.647 2024/09/04 09:07:03 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.648 2024/10/06 10:24:52 kn Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 4 2024 $ +.Dd $Mdocdate: October 6 2024 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2719,6 +2719,12 @@ PATCH_LIST=${PORTSDIR}/x11/kde/libs2/patches/p-* patch-* But beware that minor variations will result in .Cm update-patches creating useless churn ! +.It Ev PATCH_QUIET +User settings. +If set to +.Sq Yes , +.Ev PATCH +will work quietly. .It Ev PATCH_STRIP Patch option used to strip directory levels while applying port's patches. Defaults to -p0. -- 2.20.1