From 9a0b1d5f0156e63bb02d98dfb818fd47f8811b43 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 7 Sep 2023 15:23:00 +0000 Subject: [PATCH] don't share patches lightly --- share/man/man5/bsd.port.mk.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index eee8b511ed0..7488b58f657 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.613 2023/09/07 15:12:38 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.614 2023/09/07 15:23:00 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2665,6 +2665,10 @@ ports: .Bd -literal PATCH_LIST=${PORTSDIR}/x11/kde/libs2/patches/p-* patch-* .Ed +.Pp +But beware that minor variations will result in +.Cm update-patches +creating useless churn ! .It Ev PATCH_STRIP Patch option used to strip directory levels while applying port's patches. Defaults to -p0. -- 2.20.1