Changes between Initial Version and Version 1 of Ticket #40782, comment 9


Ignore:
Timestamp:
Oct 17, 2013, 1:10:05 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40782, comment 9

    initial v1  
    33You 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.
    44
    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 a dependency takes a lot of time or disk space to install, or when the user must choose amongst multiple options.
     5There 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.