Changes between Initial Version and Version 1 of Ticket #40782, comment 9
- Timestamp:
- Oct 17, 2013, 1:10:05 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40782, comment 9
initial v1 3 3 You don't need to set CMAKE_INSTALL_NAME_DIR; the cmake portgroup already sets it for you. You just need to append to configure.args rather than overwriting it. You also still need to append to, rather than overwriting, depends_build. 4 4 5 There are a lot of variants in this port. Why has a zlib variant been added, for example? Under what circumstances would a user want to disable zlib support? Variants are typically added when an optional adependency takes a lot of time or disk space to install, or when the user must choose amongst multiple options.5 There are a lot of variants in this port. Why has a zlib variant been added, for example? Under what circumstances would a user want to disable zlib support? Variants are typically added when an optional dependency takes a lot of time or disk space to install, or when the user must choose amongst multiple options.