Bug 224171

Summary: CONFIGURE_ARGS, MAKE_ENV, MAKE_ARGS, CMAKE_ARGS, INSTALL_ARGS, PLIST_FILES should be added to _FLAVOR_HELPERS_APPEND
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed Not Accepted    
Severity: Affects Only Me CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2017-12-08 10:09:01 UTC
Or, alternatively, this set should be the same that works in option helpers.

Flavors are similar to options, therefore helper variables should be the same or close to that.

For example, the flavor might be for building some package with plugins:
> FLAVORS=default withplugins
> withplugins_CONFIGURE_ARGS=--with-plugins
> withplugins_PLIST_FILES= lib/x/plugin1.so lib/x/plugn2.so
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2017-12-08 10:24:29 UTC
The example you are giving is not flavors related but subpackages.

I don't feel like we should be adding helpers for now until we know which way this needs to go.