Re: curl and openSSL

2022-04-13 Thread Clemens Lang
On Tue, Apr 12, 2022 at 02:16:08PM -0700, James Secan wrote: > It’s a US Gov’t site (NASA): cddis.nasa.gov. I’m accessing data on > their Space Geodesy Data archive, pulling files from directory > archive/gnss/products/ionex. I filed an initial complaint with them > yesterday before I knew in det

Re: During Migration to Arm64 mac, should I null out archs='x86_64' from installed ports list?

2022-04-13 Thread Peter Serocka
FWIW, I have found it useful to install MacPorts under a new prefix with every MacOS/Darwin release (like /opt/macports##). This offers a soft transition, as installed stuff usually keeps working after OS upgrades. It has even made sense to hack the port command a little bit, to allow plain q

Re: curl and openSSL

2022-04-13 Thread James Secan
Thanks. I’ll pass that along to the person from NASA who contacted me. Jim > On Apr 13, 2022, at 1:07 AM, Clemens Lang wrote: > > On Tue, Apr 12, 2022 at 02:16:08PM -0700, James Secan wrote: >> It’s a US Gov’t site (NASA): cddis.nasa.gov. I’m accessing data on >> their Space Geodesy Data archi

Re: During Migration to Arm64 mac, should I null out archs='x86_64' from installed ports list?

2022-04-13 Thread Ryan Schmidt
On Apr 13, 2022, at 03:32, Peter Serocka wrote: > FWIW, I have found it useful to install MacPorts under a new prefix > with every MacOS/Darwin release (like /opt/macports##). By doing that you'll miss out on being able to receive precompiled binaries from us and will have to compile everything