Re: [10.6.8] certbot & pyOpenSSL problems

2021-12-16 Thread Marius Schamschula
What does port installed py39-openssl say? On my machine I get 21.00.0_0. Also, IIRC there was a change in py-cryptography versioning. On my machine I have 35.0.0_3. Mixing pip with MacPorts will guarantee a broken installation within weeks.if not within days. Marius -- Marius Schamschula

deleting -DNDEBUG added by cmake PG

2021-12-16 Thread Kurt Hindenburg
Hello, The cmake PG adds -DNDEBUG to various flags. For the next release of ipbt I need to remove it. The normal configure.*-delete do not seem to work. Does anyone have suggestions on how to do this? configure.cflags-append -DNDEBUG configure.cxxflags-append -DNDEBUG

Re: Acceptability of depends_build bin:…

2021-12-16 Thread Ryan Schmidt
On Dec 13, 2021, at 04:48, Christopher Chavez wrote: > I recently specified bin:node:… build dependency in qt5-qtwebengine. I would > not consider Node.js to be a lightweight dependency, so I thought it would be > preferable to allow using whichever is present, even a non-MacPorts one, >

Re: Question about `platforms` and `${os.platform}`

2021-12-16 Thread Ryan Schmidt
On Dec 13, 2021, at 20:41, Christopher Chavez wrote: >> Before you mentioned the AppKit overhaul some time ago and started >> addressing it in your ports, I had never heard of it and I don't think >> anyone else's ports do anything about it. So either we have a lot of broken >> ports due to

Re: fetch phase: sourceforge with 302 redirects?

2021-12-16 Thread Ryan Schmidt
On Dec 16, 2021, at 15:24, Jason Liu wrote: > Is there any way to get MacPorts to follow redirects during the fetch phase? MacPorts always does so already. But SourceForge has a bug in at least one of their mirror servers where redirects are not working correctly. Therefore, refer to the

[10.6.8] certbot & pyOpenSSL problems

2021-12-16 Thread Bjarne D Mathiesen
System Version: Mac OS X 10.6.8 (10K549) Kernel Version: Darwin 10.8.0 Ok, I've got certbot installed, but a recent upgrade of something has broken it : #=> certbot certificates gives the following error-message : pkg_resources.ContextualVersionConflict: (cryptography 2.9.2

Re: fetch phase: sourceforge with 302 redirects?

2021-12-16 Thread Jason Liu
Yes, using the `curl -IL` command to obtain the part of the path I need to extract (which is very slightly different from the web browser URL), did the trick. Thanks! :) -- Jason Liu On Thu, Dec 16, 2021 at 4:29 PM Daniel J. Luke wrote: > On Dec 16, 2021, at 4:24 PM, Jason Liu wrote: > >

Re: fetch phase: sourceforge with 302 redirects?

2021-12-16 Thread Daniel J. Luke
On Dec 16, 2021, at 4:24 PM, Jason Liu wrote: > I'm working on a new portfile that has its source stored on sourceforge. > MacPorts is having trouble obtaining the tarball, because apparently the > mirrors are pointing to the wrong file, and if I put the full URL into > `master_sites`, it's

fetch phase: sourceforge with 302 redirects?

2021-12-16 Thread Jason Liu
Hi everyone, I'm working on a new portfile that has its source stored on sourceforge. MacPorts is having trouble obtaining the tarball, because apparently the mirrors are pointing to the wrong file, and if I put the full URL into ` master_sites`, it's unable to find the tarball at all. It seems