Ryan Carsten Schmidt
Ryan Carsten Schmidt
Sets the compiler, `-arch` flags, `CFLAGS`, `LDFLAGS`, and `MACOSX_DEPLOYMENT_TARGET`. See: https://trac.macports.org/ticket/56055
This is a step toward allowing the MacPorts installer package to install to any prefix. Using Perl is the most straightforward and most compatible way I found to compute a...
This PR attempts to implement a case-insensitive sorting option to resolve #78 by modifying the code submitted in #124 to address the concerns in the comments.
This PR works for me but I'm marking it as a draft because it may require more discussion before merging to decide the best approach. I wanted to be able...
In adintool/mainloop.c, `connect_to_output_device` is declared as: ``` static int connect_to_output_device() ``` Note that the parameters have not been declared. If no parameters are required, it should say `void` between the...
Does not work on macOS Catalina: never-ending "would like to record this computer's screen" alerts
After many years on macOS High Sierra (10.13.6) I updated to macOS Catalina (10.15.7). Now screenBloom doesn't work. When I launch it, it does open its web page into Safari,...
When I download the Mac version of screenBloom 2.2 and Get Info on it in the Finder, it says its version is "0.0.0". This is because in the Info.plist file...
Although you have released version 2.2, and presumably earlier versions, there are no tags or releases in this GitHub repository corresponding to those points in time. Please make them. It...
I'm trying to update pure-gen in MacPorts from 0.21 to 0.25. Since the last time I touched the pure-gen port, the ghc situation in MacPorts has completely changed so I'm...
A user [reported to MacPorts](https://trac.macports.org/ticket/64074) that cliclick does not build on macOS 12 because: ``` generate-characterinfo.php: /usr/bin/php: bad interpreter: No such file or directory ``` It seems Apple has removed...