02.10.2024 00:51, Theo Buehler пишет: > On Tue, Oct 01, 2024 at 09:39:19PM +0000, Klemens Nanni wrote: >> I don't like flooding terminal backlog with stuff I already no. >> >> Our patch(1) is generally quite verbose, but this helps a lot: >> >> -s, --quiet, --silent >> Makes patch do its work silently, unless an error occurs. > > No objection since this is opt-in.
Feedback? OK? Index: share/man/man5/bsd.port.mk.5 =================================================================== RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v diff -u -p -r1.647 bsd.port.mk.5 --- share/man/man5/bsd.port.mk.5 4 Sep 2024 09:07:03 -0000 1.647 +++ share/man/man5/bsd.port.mk.5 3 Oct 2024 16:02:48 -0000 @@ -2719,6 +2719,12 @@ PATCH_LIST=${PORTSDIR}/x11/kde/libs2/pat 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. > I dislike the noisiness of our patch as well. Unfortunately --quiet is > too quiet, so you will miss fuzz/offset (maybe you update patches > automatically). > > I wish there was a mode that made patch behave more like GNU patch in > terms of noisiness (and no, I don't want to set PATCH to gpatch). Ack.