Changes between Initial Version and Version 1 of Ticket #54744, comment 3
- Timestamp:
- Jan 11, 2018, 12:26:19 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54744, comment 3
initial v1 1 1 The same could apply to boringssl as well. 2 2 3 I propose installing with --libdir=${prefix}/lib/${name} --includedir=${prefix}/include/${name}.3 I propose installing with `--libdir=${prefix}/lib/${name} --includedir=${prefix}/include/${name}`. 4 4 5 5 The binaries could be suffixed with a port select mechanism. 6 6 7 dependents would need to specify PKG_CONFIG_PATH. We could probably setup a PortGroup to manage that (as well as options for specifying which variants are supported / default).7 dependents would need to specify `PKG_CONFIG_PATH`. We could probably setup a PortGroup to manage that (as well as options for specifying which variants are supported / default). 8 8 9 9 How should we handle the man pages?