From c671212915bf451f0b3636cb9ee5f152cef07428 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 14 May 2020 14:33:34 +0000 Subject: Add PATCH_CONTINUE_ON_FAIL to allow patching to go through all the patches even if one fail. This helps when upgrading ports with a large number of patches, like www/chromium where having to fix one patch, re-do the patching, fix the fallout, 800 times, is really painful. This fixes the first attempt at this which would make ports with multiple patches patching one file somewhat explode. --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5276e917be7c..6f6b1ec74470 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20200514: +AUTHOR: mat@FreeBSD.org + + Add PATCH_CONTINUE_ON_FAIL to allow patching to go through all the patches + even if one fail. + + This helps when upgrading ports with a large number of patches, like + www/chromium where having to fix one patch, re-do the patching, fix the + fallout, 800 times, is really painful. + 20200414: AUTHOR: bapt@FreeBSD.org -- cgit v1.2.3