Changes between Version 3 and Version 4 of Ticket #69827, comment 1
- Timestamp:
- Apr 29, 2024, 11:41:36 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69827, comment 1
v3 v4 5 5 Will: 6 6 7 install OK with % port -v install7 install OK with %sudo port -v install 8 8 9 9 Defaults to OpenSSL(3) but at least picks up the libretls dependency. 10 10 11 If LibreSSL or libressl-devel are already installed in MacPorts, it might also work and use the libressl variant if installed with % port -v install +libressl.11 If LibreSSL or libressl-devel are already installed in MacPorts, it might also work and use the libressl variant if installed with %sudo port -v install +libressl. 12 12 13 13 However, there are various caveats: … … 23 23 }}} 24 24 25 Or, cleaning MacPorts entirely via %sudo port -fp uninstall installed and specifying % port -vst install25 Or, cleaning MacPorts entirely via %sudo port -fp uninstall installed and specifying %sudo port -vst install 26 26 27 27 {{{ … … 88 88 }}} 89 89 90 Also, I do NOT for the life of me, understand why if I invoke % port -v install +libressl on a clean MacPorts installation it has openssl and openssl3 as dependencies?90 Also, I do NOT for the life of me, understand why if I invoke % sudo port -v install +libressl on a clean MacPorts installation it has openssl and openssl3 as dependencies? Which, also doesn't seem to pick up the libretls dependency of the openssl variant. My guess is: one of the other dependencies is defaulting to OpenSSL as a dependency? Moreover, this is probably why I don't see this if I already have libressl installed, because whichever port is defaulting to OpenSSL and being flagged as conflicting dependency this way is presumably already handled. 91 91 92 92 e.g.