Re: provide latest OS root certificates via port?

2021-11-12 Thread Ryan Schmidt



> On Nov 11, 2021, at 23:20, raf wrote:
> 
> or using
> the curl binary in the path

Never going to happen. We don't want to maintain two code paths for the same 
purpose.



Re: xorg-server

2021-11-12 Thread Chris Jones



> On 12 Nov 2021, at 6:59 pm, Tom  wrote:
> 
> 
>> 
>>> Hi, 
>>> 
>>> when trying to run an X11 program, I get the following error message:
>>> 
>>> (putty:8198): Gtk-WARNING **: 00:06:49.190: cannot open display: :0
>>> 
>>> How can I fix that?
>> 
>> Assuming you are running Mac OS X 10.5 or later:
>> 
>> Check your .zprofile or .profile or .bash_profile for a line like:
>> 
>> DISPLAY=:0
>> 
>> Delete it.
>> 
>> The MacPorts 2.6.4 installer for macOS 11 erroneously added this line. This 
>> problem has been fixed in newer versions of the MacPorts installer but any 
>> erroneous DISPLAY line added by the 2.6.4 installer needs to be removed 
>> manually.
> 
> Now xorg-server is starting and quiting. The app does not appear.
> What could be the problem?

Impossible to say without more data.

Do you have any crash logs in Console ? Any other messages ?

What application are you running ? Try install a simple one like xclock and see 
if that works ?

Have you tired removing then reinstalling the xorg-server port ?

Are you actually using the xorg-server X11 server or do you perhaps have 
another one installed instead ?

Have you logged out and back in again, as required by the xorg-server 
instalation ?

Chris





xorg-server

2021-11-12 Thread Tom
>> Hi, 
>> 
>> when trying to run an X11 program, I get the following error message:
>> 
>> (putty:8198): Gtk-WARNING **: 00:06:49.190: cannot open display: :0
>> 
>> How can I fix that?
> 
> Assuming you are running Mac OS X 10.5 or later:
> 
> Check your .zprofile or .profile or .bash_profile for a line like:
> 
> DISPLAY=:0
> 
> Delete it.
> 
> The MacPorts 2.6.4 installer for macOS 11 erroneously added this line. This 
> problem has been fixed in newer versions of the MacPorts installer but any 
> erroneous DISPLAY line added by the 2.6.4 installer needs to be removed 
> manually.

Now xorg-server is starting and quiting. The app does not appear.
What could be the problem?

Re: xorg

2021-11-12 Thread Bill Cole

On 2021-11-11 at 18:07:45 UTC-0500 (Fri, 12 Nov 2021 00:07:45 +0100)
Tom 
is rumored to have said:


Hi,

when trying to run an X11 program, I get the following error message:

(putty:8198): Gtk-WARNING **: 00:06:49.190: cannot open display: :0


Which means that your environment has the DISPLAY variable set to ":0" 
which indicates the first display on the local physical machine, or at 
least it would on most platforms that support X11. On a Mac, it's much 
more complicated and your DISPLAY should be a pathname to a socket in a 
subdirectory of /private/tmp/, whose use triggers the startup of the X 
display server and window manager (/Applications/MacPorts/X11.app.)



How can I fix that?


Make sure you have the xinit port installed (you should, as the 
xorg-server port depends on it.) Also make sure you have logged out and 
back in after installing xorg-server (and its dependencies like xinit.)





--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire