On Wed, Jun 26, 2024 at 8:03 PM Ryan Carsten Schmidt <
ryandes...@macports.org> wrote:
>
> Changes to a phase's args or env vars need to happen within that phase
> (e.g. in a pre- block) or (more usually) globally (not in any phase) to
> take effect reliably.
Thanks Ryan - I'll amend my current
On Jun 26, 2024, at 18:43, John Hoyt wrote:
>
> As it turns out, if I move the configure.pre_args-delete command to
> post-patch it works.
>
> Not sure if this is the best place, but hey, it works
It will not work if phases are run separately. For example if you run "sudo
port patch" then
As it turns out, if I move the configure.pre_args-delete command to
post-patch it works.
Not sure if this is the best place, but hey, it works
On Wed, Jun 26, 2024 at 7:10 PM John Hoyt wrote:
> Hi,
>
> I'm working with the mysql8 team to try to figure out why the macports
> build exclusivel
Hi,
I'm working with the mysql8 team to try to figure out why the macports
build exclusively uses the copy and update mechanism for linking mysql8 to
openssl / libcrypto. Internally, they build with a custom openssl library,
but avoid the copy and update mechanism by setting the following two cma