https://trac.macports.org/wiki/howto/InstallingOlderPort
https://github.com/macports/macports-ports/commits/master/lang/gleam
https://github.com/macports/macports-ports/commit/8163d8abc18f1ed70b808150fee61cbdaaadf68d
here /tmp/gleam is from the GitHub and /opt/local/bin/gleam is from macports
% which gleam
/opt/local/bin/gleam
% pwd
/tmp/vars
% cd ..
% rm -rf vars
Hey folks. Just porting some of my AOC 2024 programs to teach myself a bit of Gleam. But I hit a bit of a snag, so I tried to update to 1.10.0 and after that started seeing dependency resolution problems. I thought it might just be me but after looking at the debug messages from GLEAM_LOG=trace I saw a few things that looked like they may be certificate related.
I filed the issue here gleam-lang/gleam#4599
Just curious - anyone else seeing anything like this?
Last login: Wed May 14 01:12:40 on ttys005 | |
% sudo port selfupdate | |
Password: | |
---> Checking for newer releases of MacPorts | |
MacPorts base version 2.10.5 installed, | |
MacPorts base version 2.10.7 available. | |
---> MacPorts base is outdated, installing new version 2.10.7 | |
---> Attempting to fetch MacPorts 2.10.7 source code from https://github.com/macports/macports-base/releases/download/v2.10.7/MacPorts-2.10.7.tar.bz2 | |
---> Extracting MacPorts 2.10.7 | |
---> Installing new MacPorts release in /opt/local as root:wheel; permissions 0755 |