Monday, October 13, 2025

Python 3.11 it is

I've been unable to get Python greater than 3.11 to compile on my Pismo. For this reason, I'm going to pull everything back to 3.11 by editing the portfiles when I need to do so.
About half of my projects are in subersion and half are in git, so I'm going to need subversion, which is where I found the python depdendencies.

ports rdeps subersion

This makes a nice depdendency tree to find things.

Saturday, October 11, 2025

13 days to build everything to git.

port install git 

This took 13 days to build everything, including perl and gcc14.

Python 3.11 it is

I've been unable to get Python greater than 3.11 to compile on my Pismo. For this reason, I'm going to pull everything back to 3.11...