Mark Mentovai
Mark Mentovai
Hi, Iain. This one makes sense for both https://github.com/iains/gcc-darwin-arm64 and https://github.com/iains/gcc-12-branch, and perhaps older branches. Along with https://github.com/gcc-mirror/gcc/commit/6725f186cb70d48338f69456864bf469a12ee5be and https://patchwork.ozlabs.org/project/gcc/patch/[email protected]/, it should bring things into shape for macOS 13, modulo...
The `qt*-qtbase` ports attempted to build a valid SDK name as `macosx${configure.sdk_version}`. This candidate SDK was validated by checking whether `MacOSX${configure.sdk_version}.sdk` exists in the SDKs directory within the developer directory....
This warning is enabled by default since clang 15. This fixes a build error with those recent versions of clang because BOSSA builds with `-Werror`.
This reduces log spam when `dhcp.odhcpd.loglevel` ≥ 5, as neighbor discovery router advertisements are routinely generated by timer and in response to router solicitations. Signed-off-by: Mark Mentovai \
When building for a Python whose own readline module has been configured to use editline, `WITH_EDITLINE` will be defined during the python-gnureadline build, by virtue of its inclusion of "pyconfig.h"...
This is on mac-arm64 running macOS 15.0 24A335 with Xcode 16.0 16A242d. I expect that this would also occur targeting mac-arm64 on macOS 14 as long as Xcode 16 is...
This is on mac-arm64 running macOS 15.0 24A335 with Xcode 16.0 16A242d. I expect that this would also occur targeting mac-arm64 on macOS 14 as long as Xcode 16 is...
This accounts for two interface removals in Pillow 10: [Font size and offset methods](https://pillow.readthedocs.io/en/stable/deprecations.html#font-size-and-offset-methods). `PIL.ImageFont.ImageFont.getsize` was deprecated in [Pillow 3c0b8763abb2](https://github.com/python-pillow/Pillow/commit/3c0b8763abb26232bf304a5cdf2b046d5f7e443e) (9.2.0, 2022-07-01) and removed in [Pillow b2301d70d104](https://github.com/python-pillow/Pillow/commit/b2301d70d104f36a08ae658f569d02f7796fc8fa) (10.0.0, 2023-07-01). `PIL.ImageFont.ImageFont.getbbox`,...
Alternative to https://github.com/python-pillow/Pillow/pull/9309 When `ImagePalette._new_color_index` adds a new color to an indexed-color TIFF, an assertion added in f2302ab716e9e could be tripped. The call into `Image.histogram` could result in `ImageFile.load` being...