diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-05-14 14:33:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-05-14 14:33:34 +0000 |
commit | c671212915bf451f0b3636cb9ee5f152cef07428 (patch) | |
tree | 2557a15788e94600b2f0d7905e5684d2b39a8654 /CHANGES | |
parent | - Update `editors/xed' to version 2.6.0, adjust LICENSE (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |