From 471896e0a80de47a9c083f789d90d87c85a68517 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 30 Nov 2017 15:33:46 +0000 Subject: 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 --- CHANGES | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index b8c9e431d6a0..5a15d2c2c6ea 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,28 @@ in the release notes and/or placed into UPDATING. 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 -- cgit v1.2.3