aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-01-25 09:12:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-01-25 09:12:21 +0000
commit3bbc00468a15284d54b266f389132176fcc9533a (patch)
treed6aa7d6ca6325a6a215b8dbfa4ed3c66257ce0d2 /CHANGES
parent9e19e3f4970a0aa91e2a2f59819d510234b947e9 (diff)
downloadports-3bbc00468a15284d54b266f389132176fcc9533a.tar.gz
ports-3bbc00468a15284d54b266f389132176fcc9533a.zip
Add support to passing directories to EXTRA_PATCHES.
Instead of: EXTRA_PATCHES= ${PATCHDIR}/feat-foo-patch-file.c \ ${PATCHDIR}/feat-foo-patch-file.h \ ${PATCHDIR}/feat-foo-patch-file2.c Move those files to ${PATCHDIR}/feat-foo/, name them patch-*, and set: EXTRA_PATCHES= ${PATCHDIR}/feat-foo Approved by: bdrewery Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10855
Notes
Notes: svn path=/head/; revision=459915
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 692b20435c6e..e2ed37134e97 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,21 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20180125:
+AUTHOR: mat@FreeBSD.org
+
+ Add support to passing directories to EXTRA_PATCHES.
+
+ Instead of:
+
+ EXTRA_PATCHES= ${PATCHDIR}/feat-foo-patch-file.c \
+ ${PATCHDIR}/feat-foo-patch-file.h \
+ ${PATCHDIR}/feat-foo-patch-file2.c
+
+ Move those files to ${PATCHDIR}/feat-foo/, name them patch-*, and set:
+
+ EXTRA_PATCHES= ${PATCHDIR}/feat-foo
+
20180116:
AUTHOR: mat@FreeBSD.org