[MacPorts] #71924: openssl - any version Configure Error here is the Fix
MacPorts
noreply at macports.org
Fri Jan 24 11:40:54 UTC 2025
#71924: openssl - any version Configure Error here is the Fix
----------------------+--------------------
Reporter: fspkwon | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: openssl |
----------------------+--------------------
Changes (by ryandesign):
* port: => openssl
Old description:
> ${prefix}${destroot} should be ${prefix}/${destroot} in the Portfile....
> then sudo port install -F Portfile
New description:
`${prefix}${destroot}` should be `${prefix}/${destroot}` in the
Portfile....
then `sudo port install -F Portfile`
--
Comment:
Replying to [ticket:71924 fspkwon]:
> `${prefix}${destroot}` should be `${prefix}/${destroot}` in the
Portfile....
> then `sudo port install -F Portfile`
I'm not sure what you're talking about.
The openssl portfile doesn't contain `${prefix}${destroot}` (which would
be incorrect); it contains `${destroot}${prefix}` (which is correct).
`${destroot}/${prefix}` would also work but is not necessary or desired
since `${prefix}` already begins with a `/`.
What error are you actually experiencing when building the port? Please
attach the main.log file.
--
Ticket URL: <https://trac.macports.org/ticket/71924#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list