Re: mysql8: remove cmake flag from build using openssl portgroup

2024-06-26 Thread John Hoyt
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

Re: mysql8: remove cmake flag from build using openssl portgroup

2024-06-26 Thread Ryan Carsten Schmidt
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

Re: mysql8: remove cmake flag from build using openssl portgroup

2024-06-26 Thread John Hoyt
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

mysql8: remove cmake flag from build using openssl portgroup

2024-06-26 Thread John Hoyt
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