aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-11-30 15:33:46 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-11-30 15:33:46 +0000
commit471896e0a80de47a9c083f789d90d87c85a68517 (patch)
tree32c22bac71e3351d3f69ef4c94b7a12e5dcdc611 /CHANGES
parent30c4ca57841f7ed00f4b8bd08e9fb77a99ea03c2 (diff)
downloadports-471896e0a80de47a9c083f789d90d87c85a68517.tar.gz
ports-471896e0a80de47a9c083f789d90d87c85a68517.zip
Add various FLAVOR related helpers.
To help with flavored ports, helpers are available. In these, replace <*> with the flavor name. *_PKGNAMEPREFIX *_PKGNAMESUFFIX *_PLIST *_DESCR will overwrite the variable. *_CONFLICTS *_CONFLICTS_BUILD *_CONFLICTS_INSTALL *_PKG_DEPENDS *_EXTRACT_DEPENDS *_PATCH_DEPENDS *_FETCH_DEPENDS *_BUILD_DEPENDS *_LIB_DEPENDS *_RUN_DEPENDS *_TEST_DEPENDS will append to the variable. Reviewed by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12483
Notes
Notes: svn path=/head/; revision=455206
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b8c9e431d6a0..5a15d2c2c6ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,28 @@ All ports committers are allowed to commit to this file.
20171130:
AUTHOR: mat@FreeBSD.org
+ To help with flavored ports, helpers are available. In these, replace <*>
+ with the flavor name.
+
+ *_PKGNAMEPREFIX *_PKGNAMESUFFIX *_PLIST *_DESCR will overwrite the variable.
+
+ *_CONFLICTS *_CONFLICTS_BUILD *_CONFLICTS_INSTALL *_PKG_DEPENDS
+ *_EXTRACT_DEPENDS *_PATCH_DEPENDS *_FETCH_DEPENDS *_BUILD_DEPENDS
+ *_LIB_DEPENDS *_RUN_DEPENDS *_TEST_DEPENDS will append to the variable.
+
+ For example:
+
+ flavor2_PKGNAMESUFFIX= -foo
+
+ can replace:
+
+ .if ${FLAVOR:U} == flavor2
+ PKGNAMESUFFIX= -foo
+ .endif
+
+20171130:
+AUTHOR: mat@FreeBSD.org
+
Flavors are a way to have multiple variations of a port. The port is built
multiple times, with the variations. To declare flavors, set the FLAVORS
variable to the flavors you want defined. The first flavor will be the