Re: local *single* Portfile

2020-12-07 Thread Ryan Schmidt
On Dec 7, 2020, at 13:56, Dominik Reichardt wrote: > Thank you, that helps the first step, but does it need to be a patch with > source in the net, or can I manage this with local source as well? You can put a patchfile in a "files" directory (in the same directory as the Portfile) (this is

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread Bill Cole
On 7 Dec 2020, at 17:18, raf wrote: [...] Maybe that can do what you want (with XQuartz in non-fullscreen mode). port search xephyr doesn't find it, though, so you might need to compile it yourself. Some info on how to build Xephyr is halfway down this page:

Re: Compiling a port statically

2020-12-07 Thread Riccardo Mottola via macports-users
Hi Ryan, Ryan Schmidt wrote: - building "always safe" binaries which can be used at system level, e.g. login shells, tools, things put in launchd. That is things you want to always work, even if you are during a MacPorts upgrade. NetBSD offers two packages for the same thing, e.g. bash and

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread raf
On Mon, Dec 07, 2020 at 04:20:29PM -0500, Justin Vallon wrote: > On 12/7/20 4:00 PM, joerg van den hoff wrote: > > > > > > On 07.12.20 21:41, Justin Vallon wrote: > > > I think that XQuartz is the X-server for MacPorts X11.app.  That > > > "full screen" mode takes over the entire display

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread Justin Vallon
On 12/7/20 4:00 PM, joerg van den hoff wrote: On 07.12.20 21:41, Justin Vallon wrote: I think that XQuartz is the X-server for MacPorts X11.app.  That "full screen" mode takes over the entire display (hiding all other Mac applications).  I would like to have that X display within a Mac

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread Richard L. Hamilton
At least on Catalina where I tried recently, it takes over whichever one you start an X11 client program in (if there were none open at that time, hiding the Mac apps behind it in that desktop. I suppose if you got that to happen in an otherwise empty desktop (or used the dock icon's

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread joerg van den hoff
On 07.12.20 21:41, Justin Vallon wrote: I think that XQuartz is the X-server for MacPorts X11.app.  That "full screen" mode takes over the entire display (hiding all other Mac applications).  I would like to have that X display within a Mac Window. did not really follow this thread but it

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread Lenore Horner
> On Dec 7, 2020, at 15:41, Justin Vallon wrote: > > That "full screen" mode takes over the entire display (hiding all other Mac > applications). I would like to have that X display within a Mac Window. Does full screen take over all the desktops or just one? Can you use Mission Control to

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread Justin Vallon
On 12/7/20 2:31 PM, David Herron wrote: I'd done some exploring of that question about a year ago.  A couple results I came up with was a method of running an Linux X11 application inside either Docker or Multipass/Ubuntu and display on X11 on the Mac screen, or else in a VNC viewer.  See the

Re: local *single* Portfile

2020-12-07 Thread Dominik Reichardt
> On 7. Dec 2020, at 17:54, Kevin Reid wrote: > > On Mon, Dec 7, 2020 at 3:10 AM Dominik Reichardt > wrote: > I need to test whether a patch for cairo helps for a severe crash bug when > you build against it with macOS SDK 11.0. > (see

Re: Compiling a port statically

2020-12-07 Thread Dave Horsfall
[ Slightly OT ] On Mon, 7 Dec 2020, Jeffrey Walton wrote: Static linking also allows you to move binaries around the filesystem with dicking around with otool and install_name_tool. Stack Overflow has several questions related to OS X programs that are linked to OpenSSL. The programs had a

Re: povray build error

2020-12-07 Thread Murray Eisenberg
The latest povray 3.7.0.8_1 installed just fine with the Xcode 12.2 CLTs. Thanks for taking care of this! > On 6 Dec2020, at 5:04 PM, Ryan Schmidt wrote: > > > > On Dec 6, 2020, at 15:59, Murray Eisenberg wrote: > >> My mistake in calling the learning system WIMS a port — it is not.

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread David Herron
I'd done some exploring of that question about a year ago. A couple results I came up with was a method of running an Linux X11 application inside either Docker or Multipass/Ubuntu and display on X11 on the Mac screen, or else in a VNC viewer. See the links below. The direct answer to your

Running X11 in MacOS-window-as-X11-display mode?

2020-12-07 Thread Justin Vallon
Does anybody have any configuration that would allow for running X11 in a window-as-display? That is, a single Mac window would display an X11 session: window manager, multiple windows, etc. Ie: X11.app can do windowed mode where each X-window is a Mac-window, or root where the entire

Re: local *single* Portfile

2020-12-07 Thread Kevin Reid
On Mon, Dec 7, 2020 at 3:10 AM Dominik Reichardt wrote: > I need to test whether a patch for cairo helps for a severe crash bug when > you build against it with macOS SDK 11.0. > (see https://gitlab.freedesktop.org/cairo/cairo/-/issues/420 and the pull > request !52 >

Re: Compiling a port statically

2020-12-07 Thread Richard L. Hamilton
If you want the library to move with the program, the program has to be linked using relative paths to the library/libraries. Then they can be moved together, as long as they retain the same relative path relationship. > On Dec 7, 2020, at 09:16, Jeffrey Walton wrote: > > On Mon, Dec 7, 2020

Re: Compiling a port statically

2020-12-07 Thread Jeffrey Walton
On Mon, Dec 7, 2020 at 2:39 AM Ryan Schmidt wrote: > > > > On Dec 7, 2020, at 01:01, Jeffrey Walton wrote: > > > Static linking also allows you to move binaries around the filesystem > > with dicking around with otool and install_name_tool. > > Since programs are linked to libraries by their

local *single* Portfile

2020-12-07 Thread Dominik Reichardt
Hi all, I need to test whether a patch for cairo helps for a severe crash bug when you build against it with macOS SDK 11.0. (see https://gitlab.freedesktop.org/cairo/cairo/-/issues/420 and the pull request !52