Re: Problems fetching from GitHub on 10.8?

2023-07-21 Thread Jason Liu
I see... I didn't realize that MacPorts base was actually linking against libcurl, and not just simply calling the curl command-line utility. -- Jason Liu On Fri, Jul 21, 2023 at 3:30 PM Kirill A. Korinsky wrote: > Well... you need to build a MacPorts against some fresh enough libcurl :) > Ol

Re: Problems fetching from GitHub on 10.8?

2023-07-21 Thread Kirill A. Korinsky via macports-dev
Well... you need to build a MacPorts against some fresh enough libcurl :) Old system hasn't got enough. I'm using bootstrap MacPorts with curl (and python) for old systems :) And it works very stable. Can you use normal MacPorts and link MacPorts against curl from MacPorts? Yes, you can. But i

Re: Problems fetching from GitHub on 10.8?

2023-07-21 Thread Jason Liu
Thanks Kirill. I'm still reading my way through that Trac ticket, but I think I'm starting to get the gist of what's going on. The interesting thing, though, is that I have the MacPorts curl (and curl-ca-bundle) installed on the 10.8 VM already. I would have thought that MacPorts base would look fo

Re: Problems fetching from GitHub on 10.8?

2023-07-21 Thread Kirill A. Korinsky via macports-dev
See: https://trac.macports.org/ticket/51516 You may also enjoy my ansible playbook: https://github.com/catap/macos-ansible-playbooks -- wbr, Kirill > On 21. Jul 2023, at 19:45, Jason Liu wrote: > >  > On my Mountain Lion VM, a Portfile that I'm working on updating doesn't seem > to be able

Problems fetching from GitHub on 10.8?

2023-07-21 Thread Jason Liu
On my Mountain Lion VM, a Portfile that I'm working on updating doesn't seem to be able to fetch the distfile from GitHub, but the same Portfile is able to fetch just fine from my El Capitan VM. Is anyone else on 10.8 experiencing this issue when attempting to fetch directly from GitHub? -- Jason

Re: macports-legacy-support PR 61 could be the end of Tiger support for MacPorts....

2023-07-21 Thread Ken Cunningham
just like magic :)for a while there, it looked as though the lack of pthread_fchdir on Tiger was going to be the end of reliable support… but Tiger lives to die another day….On Jul 21, 2023, at 05:28, Sergey Fedorov wrote:Apparently it works now? https://github.com/macports/macports-ports/pull/19

Re: macports-legacy-support PR 61 could be the end of Tiger support for MacPorts....

2023-07-21 Thread Sergey Fedorov
Apparently it works now? https://github.com/macports/macports-ports/pull/19047#issuecomment-1645344425 On Fri, Jul 21, 2023 at 4:14 AM Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > Some interested users discovered a deficiency in a part of > legacy-support’s fdopendir implementation,