aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-17 00:47:05 +0800
committermat <mat@FreeBSD.org>2017-01-17 00:47:05 +0800
commitd36d33593f4aec58b4e659b09f0b6b361108f8b1 (patch)
tree383c70ed5d22cc1c91e95985220bccd8cf081d96 /CHANGES
parenta910cc17afab15cfc4090a2681968937a99ddcfa (diff)
downloadfreebsd-ports-gnome-d36d33593f4aec58b4e659b09f0b6b361108f8b1.tar.gz
freebsd-ports-gnome-d36d33593f4aec58b4e659b09f0b6b361108f8b1.tar.zst
freebsd-ports-gnome-d36d33593f4aec58b4e659b09f0b6b361108f8b1.zip
Implement EXTRA_PATCH_TREE.
PR: 215726 Reported by: julian
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