| 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 Framework | Assignee: | Port Management Team <portmgr> |
| Status: | Closed Not Accepted | ||
| Severity: | Affects Only Me | CC: | ports-bugs |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
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. |
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