aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-16 16:47:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-16 16:47:05 +0000
commit49152b839db86e1db89fa9adba1da62d548e5a35 (patch)
tree383c70ed5d22cc1c91e95985220bccd8cf081d96 /CHANGES
parent1cc9fcd1c758b73cdef7e674d4a87094e2d029f8 (diff)
downloadports-49152b839db86e1db89fa9adba1da62d548e5a35.tar.gz
ports-49152b839db86e1db89fa9adba1da62d548e5a35.zip
Implement EXTRA_PATCH_TREE.
PR: 215726 Reported by: julian
Notes
Notes: svn path=/head/; revision=431681
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8b1f76cdeba..365d06ae940a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,18 @@ All ports committers are allowed to commit to this file.
20160116:
AUTHOR: mat@FreeBSD.org
+ A new EXTRA_PATCH_TREE has been added. Points to a directory hierarchy with
+ the same layout as the ports tree, where local patches can be found. This
+ allows a third party to keep their patches in some other source control
+ system if needed.
+
+ For example, if you have EXTRA_PATCH_TREE=/patches, when building
+ lang/perl5.24, any file named patch-* in /patches/lang/perl5.24/ will be used
+ to patch the Perl distribution.
+
+20160116:
+AUTHOR: mat@FreeBSD.org
+
During extraction of the do-patch target into a separate script, the "-d
PATCH_WRKSRC" had to be removed from the PATCH_ARGS and PATCH_DIST_ARGS
variables. If using these variables directly, you will need to adapt the