Re: Let's Encrypt DST Root CA X3 Expiration

2021-10-05 Thread Adrian Georgescu
This is the a good question. The control of the web and all things associate with it (now access to banking) depend on them certs. By expiring a root CA you get rid of a lot of stubborn old people. Adrian > On 3 Oct 2021, at 00:56, Michael wrote: > > ugh. Well, doing a search shows a LOT of

Re: Let's Encrypt DST Root CA X3 Expiration

2021-10-05 Thread raf
On Tue, Oct 05, 2021 at 05:33:53PM -0500, Ryan Schmidt wrote: > > On Oct 3, 2021, at 02:32, raf wrote: > > > The instructions > > https://trac.macports.org/wiki/ProblemHotlist#letsencrypt > > include a suggestion of asking other webserver > > administrators to delete "DST Root CA X3" from

Re: Hello and my first question (regarding CMAKE_OSX_DEPLOYMENT_TARGET)

2021-10-05 Thread Ryan Schmidt
On Oct 5, 2021, at 18:09, Ryan Schmidt wrote: > By default MacPorts fetches binaries for ports when it can. Those binaries > were built with default deployment target and SDK settings. If you are trying > to create a MacPorts installation using different settings for those values, > you

Re: Hello and my first question (regarding CMAKE_OSX_DEPLOYMENT_TARGET)

2021-10-05 Thread Ryan Schmidt
On Sep 28, 2021, at 05:09, Michael Monschau wrote: > > Background: > I recently had the need to resort to some open software to add certain PDF > manipulation features to one of my products. The open source tool I am using > is podofo-0.9.7. That uses various other libraries including openssl.

Re: Let's Encrypt DST Root CA X3 Expiration

2021-10-05 Thread Ryan Schmidt
On Oct 3, 2021, at 02:32, raf wrote: > The instructions > https://trac.macports.org/wiki/ProblemHotlist#letsencrypt > include a suggestion of asking other webserver > administrators to delete "DST Root CA X3" from their > full chain, and use --preferred-chain "ISRG Root X1" > when next renewing

Re: What is the best way of installing Python's scientific libraries in MacPorts?

2021-10-05 Thread Ryan Schmidt
On Oct 4, 2021, at 15:57, Christopher Jones wrote: > On 4 Oct 2021, at 9:18 pm, Artemio González López wrote: > >> I only experienced a very minor glitch, namely that for some reason >> (probably a minor bug?) the /opt/local/Library/Frameworks/Versions/3.9/bin >> directory where jupyter

Re: What is the best way of installing Python's scientific libraries in MacPorts?

2021-10-05 Thread Ryan Schmidt
On Oct 4, 2021, at 09:24, Giuseppe 'ferdy' Miceli wrote: > I would daresay to remove everything (—force option would be handy) and then > start over again from scratch :-) The global force flag (-f) should be used sparingly since its use almost always indicates that some problem has already

Re: What is the best way of installing Python's scientific libraries in MacPorts?

2021-10-05 Thread Ryan Schmidt
On Oct 4, 2021, at 08:43, Artemio González López wrote: > 1. Should I activate python39 and decativate python37 before installing the > 3.9 versions fo numpy, scipy and matplotlib? It's not necessary. MacPorts handles dependencies for you. If you install e.g. py39-numpy and python39 is not

Re: What is the best way of installing Python's scientific libraries in MacPorts?

2021-10-05 Thread Ryan Schmidt
On Oct 3, 2021, at 16:05, Artemio González López wrote: > I then deactivated python39 and py39-jupyter, and installed py37-jupyter. It > gave me numerous errors complaining that I had to activate by hand several > ports (liek, e.g., sudo port -f activate py37-ipython), You should virtually

Re: Portfile dependencies relying on specific variant

2021-10-05 Thread Ryan Schmidt
On Oct 5, 2021, at 04:29, Frank Dean wrote: > I've submitted a pull request [1] for a new Portfile, `mod_tile`, but the > checks are failing because this port requires the `mapnik` port to be > installed with a non-default variant, `+postgis`. Similarly, it requires the > `osm2pgsql` port to

Re: ruby_select is broken

2021-10-05 Thread Ryan Schmidt
On Oct 3, 2021, at 02:58, Ian Wadham wrote: > On 2 Oct 2021, at 6:29 pm, Ryan Schmidt wrote: >> On Sep 25, 2021, at 23:14, Ian Wadham wrote: >> >>> MacPorts contains packages of many versions of Ruby, similarly to the >>> Python and Perl groups, but the corresponding “ruby_select” port does not

Re: New Port Encompassing GNU Command-Line Tool Suite

2021-10-05 Thread Giuseppe 'ferdy' Miceli
ciao christopher, i personally welcome the port since i think these meta ports could be really interesting for the end users (actually i have a personally repository which includes two dozen of meta ports which i mainly use to manage multiple macports installations). just a trivial

Re: What is the best way of installing Python's scientific libraries in MacPorts?

2021-10-05 Thread Artemio González López via macports-users
> On Oct 4, 2021, at 10:57 PM, Christopher Jones > wrote: > > > >> On 4 Oct 2021, at 9:18 pm, Artemio González López via macports-users >> > > wrote: >> >>> >> >> Ciao Giuseppe, >> >> I am happy to report that after following your advice

Portfile dependencies relying on specific variant

2021-10-05 Thread Frank Dean
I've submitted a pull request [1] for a new Portfile, `mod_tile`, but the checks are failing because this port requires the `mapnik` port to be installed with a non-default variant, `+postgis`. Similarly, it requires the `osm2pgsql` port to have been installed with `+lua`. [1]: