port group cxx11

2022-06-25 Thread Mark Brethen
I’m revising a local portfile of mine that used the port group cxx11 — which has been removed (port version 2.7.2). Is there another group I should be using? Thanks, Mark Brethen mark.bret...@gmail.com

Re: port group cxx11

2022-06-25 Thread chrischavez
On 6/25/22 at 9:44 AM, Mark Brethen wrote: > I’m revising a local portfile of mine that used the port group cxx11 — which > has been removed (port version 2.7.2). Is there another group I should be > using? > Use `compiler.cxx_standard 2011` instead, as other ports have: https://github.com/ma

Re: Python+MacOS Versions

2022-06-25 Thread Ryan Schmidt
On Jun 24, 2022, at 19:47, Joshua Root wrote: > On 2022-6-25 05:47 , Jeremy Lavergne wrote: >> Does anyone happen to know what versions of Python each MacOS shipped with? >> * I'm specifically hoping to find when python3.8 began being pre-installed >> on MacOS to update a PSPP build-dep that's o

Re: Python+MacOS Versions

2022-06-25 Thread Joshua Root
On 2022-6-26 10:25 , Ryan Schmidt wrote: Agreed, there is no /usr/bin/python3 on Mojave. On Catalina, /usr/bin/python3 --version returns "Python 3.7.3". I didn't realize python3 wasn't part of the OS and was provided by Xcode. I guess that means that, unlike python2 on earlier systems, if a po