Issue with installing port

2023-01-25 Thread Will Senn
Hi, I'm trying to get pandoc to install. I get these messages: :info:archivefetch ---> pandoc-3.0_0+stack.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified :msg:archivefetch --->  Attempting to fetch pandoc-3.0_0+stack.darwin_18.x86_64.tbz2 from http://p

Re: Issue with installing port

2023-01-25 Thread Will Senn
try again, and usually it resolves itself. On Jan 25, 2023, at 16:40, Will Senn wrote:  Hi, I'm trying to get pandoc to install. I get these messages: :info:archivefetch ---> pandoc-3.0_0+stack.darwin_18.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/ver

Re: Issue with installing port

2023-01-25 Thread Will Senn
"sudo port install pandoc -stack" worked, so I'm good. Dunno what stack is useful for besides building pandoc (looks like some haskell build tool), but I don't think I need it either. Thanks! Will On 1/25/23 4:55 PM, Will Senn wrote: sudo port install pandoc is what I

Re: Issue with installing port

2023-01-26 Thread Will Senn
On 1/26/23 1:43 AM, Joshua Root wrote: I'm trying to get pandoc to install. The ticket for this is , FWIW. I promise you I did search :). Thanks for the link though, it confirms it's not just me! `sudo port install pandoc -stack` works for now. Suppo

Re: MacPorts 2.8.1 has been released

2023-02-05 Thread Will Senn
On 2/5/23 1:12 PM, Dave Horsfall wrote: On Tue, 31 Jan 2023, Joshua Root wrote: The MacPorts Project is pleased to announce the release of version 2.8.1. This is a bugfix release with small changes only. See the ChangeLog [1] for the list of changes. Smooth as a baby's bottom on High Sierra; m

Re: Co-existance of MacPorts and Brew?

2023-02-15 Thread Will Senn
Yeah, and while there are a lot of brew instructions, they're sad - cuz they don't tell you that they only work with the two most recent versions of MacOS. If you're like me, running Mojave, or anything older than current - 1, you're out of look. Thankfully, macports just keeps ticking (I ditch

Re: ruby

2023-03-20 Thread Will Senn
Sounds like you should check $PATH before and after the change to see what it's actually doing. Whatever you want to run, say your version of ruby in /some/dir/ruby, needs to appear earlier in the path than the system version, say /usr/bin/ruby... period. It's not rocket science. However, it's

Re: ruby

2023-03-20 Thread Will Senn
at 12:44, Will Senn wrote:  Sounds like you should check $PATH before and after the change to see what it's actually doing. Whatever you want to run, say your version of ruby in /some/dir/ruby, needs to appear earlier in the path than the system version, say /usr/bin/ruby... period. It&#x

Re: ruby

2023-03-20 Thread Will Senn
it's not a big deal. On Mar 20, 2023, at 13:10, chilli.names...@gmail.com wrote:   Really? Do you never edit your .bash_profile to add functions? On Mar 20, 2023, at 13:01, Will Senn wrote:  bash_profile is executed for login shells, so it shouldn't be sourced more than once

Mojave and Macports

2022-01-13 Thread Will Senn
Hi, I've been using macports as my goto unix environment on my laptop for the better part of two years and I've grown to love it. I used to use homebrew, but moved over to macports due to some issues with how homebrew handles prior versions of mac. I'm using Mojave on my 2012 MacBook Pro 15"

Re: Mojave and Macports

2022-01-13 Thread Will Senn
On 1/13/22 5:01 PM, Bill Cole wrote: On 2022-01-13 at 16:26:01 UTC-0500 (Thu, 13 Jan 2022 15:26:01 -0600) Will Senn is rumored to have said: [...] My question for y'all goes like this - How long will macports continue to "work" on Mojave? No one can actually give a fixe