Ryan Carsten Schmidt
Ryan Carsten Schmidt
A fix for this was already submitted in #579.
> This should also be removed from the portfile, since that patch is gone: > > ``` > post-patch { > reinplace "s,@PREFIX@,${prefix},g" ${worksrcpath}/cmake/Modules/FindMagic_EP.cmake > } > ``` Now that...
> * [ ] referenced existing tickets on [Trac](https://trac.macports.org/wiki/Tickets) with full URL in commit message? Please do reference in the commit message the ticket that this will resolve: https://trac.macports.org/ticket/71551
Conversion to JPEG is a lossy process. And anyway, if Aseprite can read HEIC well enough to write a JPEG, then it can read it well enough to display it.
This happens because when the skia build uses the system version of harfbuzz, it hardcodes the location /usr/include/harfbuzz: https://github.com/aseprite/skia/blob/bbcd043092bfc6e3eaa7037202652155e6bd0722/third_party/harfbuzz/BUILD.gn#L15 Hardcoding /usr/local/include/harfbuzz would not be an improvement. This location needs to...
I couldn't find an upstream issue for this so I've now filed https://issues.skia.org/issues/372508426.
Since the hardcoded /usr/include paths are still present in the latest version of the code in their main branch, I felt sufficiently confident in filing the issue with them even...
Select files get installed with the port. If you change something that a port installs, you have to increase its revision, otherwise existing users won't get the updated file.
Obviously a commit bomb like this is impossible for me to review, not to mention that is has conflicts so it can't be merged.
Note: the configure test for `static_assert` fails, even on much newer compilers. ``` checking for static_assert... no ``` This is what's in config.log on a newer machine with a newer...