Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

You can [install MyPaint with MacPorts](https://ports.macports.org/port/MyPaint). `sudo port install MyPaint`. If you use the default +x11 variant, then you'll want to install an X11 server too, such as `sudo port...

In a default MacPorts installation, MyPaint uses X11. Therefore you must install an X11 server. MacPorts doesn't do it automatically because it doesn't know which one you want but the...

This [prevents et (EternalTerminal) from being built](https://trac.macports.org/ticket/60713) on some macOS versions because et uses cotire. The problem seems to be that when the compiler id matches "Clang" your condition for...

[MacPorts has espeak-ng](https://ports.macports.org/port/espeak-ng) and does not experience this problem, so this problem is either specific to Homebrew or to the user's system.

Hi, I wanted to let you know that I added minizip2 to MacPorts: https://www.macports.org/ports.php?by=name&substr=minizip&

If we could rely on hfscompression being available, then you're right, we wouldn't need this. However hfscompression requires the user to install libarchive to use its version of tar; the...

> However there was an issue reported in the trac ticket, which may not have been fixed. Could someone take a look, please? You can see by trying to run...

I agree that speeding things up where possible is great, and that we should avoid breaking older systems where we can.

Ok, then I guess batch-replace that to add a `${os.platform} eq "darwin"` to the conditional in all the ports as originally proposed in https://github.com/macports/macports-ports/pull/14323.