diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-05 18:20:15 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-05 18:20:15 +0800 |
commit | 08765a55830924289ae04cb443648da7d87735bb (patch) | |
tree | d8ae8ff5409bf8f6aed5517ac583b4e0ad4acfb0 /CHANGES | |
parent | 9f19cc1d634cc88205070d92e0b3220a9c39008f (diff) | |
download | freebsd-ports-gnome-08765a55830924289ae04cb443648da7d87735bb.tar.gz freebsd-ports-gnome-08765a55830924289ae04cb443648da7d87735bb.tar.zst freebsd-ports-gnome-08765a55830924289ae04cb443648da7d87735bb.zip |
- PATCHFILES now support an optional :-pX flag that notes which patch strip
level to use. This allows multiple patches in 1 port to use different
PATCH_DIST_STRIP values without changing PATCH_DIST_STRIP.
Syntax: PATCHFILES= patch[:-pX][:distgroup]
PR: ports/168222
Submitted by: knu
With hat: portmgr
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20131005: +AUTHOR: bdrewery@FreeBSD.org + + PATCHFILES now support an optional :-pX flag that notes which patch strip + level to use. This allows multiple patches in 1 port to use different + PATCH_DIST_STRIP values without changing PATCH_DIST_STRIP. + + Syntax: PATCHFILES= patch[:-pX][:distgroup] + 20131003: AUTHOR: bapt@FreeBSD.org |