Swiching from Xquartz Macports to Xquartz.org and back

2022-02-07 Thread filhol
Hi, I have installed both X11 (/opt/X11/bin/Xquartz <- v2.8.1) an (/opt/local/bin/Xquartz) I have an X11 based application and would like to test it with one or the other X11. The app auto set its PATH at startup but whatever I do Xquartz.app is launched, never /Macport/X11.app To use MacPorts'

python*: the SSL module does not work properly ([SSL: CERTIFICATE_VERIFY_FAILED])

2022-02-07 Thread Vadim-Valdis Yudaev
Hi, Python seems to depend on curl-ca-bundle. Without this port, the SSL module does not work properly. This can be reproduced with urllib: {{{ port deactivate curl-ca-bundle python3.10 -c 'from urllib.request import urlopen; urlopen("https://www.python.org";)' }}} Due to this bug, kitty for `