Changes between Version 1 and Version 3 of Ticket #69692
- Timestamp:
- Apr 7, 2024, 10:47:30 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69692
- Property Owner set to ryandesign
- Property Keywords haspatch added
-
Property
Status
changed from
new
toaccepted
- Property Cc Dave-Allured added
-
Ticket #69692 – Description
v1 v3 12 12 }}} 13 13 14 This error is introduced by the port's patch for "Color.cpp" file [1].14 This error is introduced by the port's patch for "Color.cpp" file ![1]. 15 15 16 The upstream is using now the "PixelInfo" type instead of "PixelPacket", and I believe that causes the error.16 The upstream is using now the `PixelInfo` type instead of `PixelPacket`, and I believe that causes the error. 17 17 18 The patch itself can be retired very soon since the upstream a couple of days ago ditched "nullptr" in favor of "(PixelInfo*)NULL" type casting[2]. This change wasn't released yet but we should expect this soon.18 The patch itself can be retired very soon since the upstream a couple of days ago ditched `nullptr` in favor of `(PixelInfo*)NULL` type casting ![2]. This change wasn't released yet but we should expect this soon. 19 19 20 20 21 [1]: https://github.com/macports/macports-ports/blob/master/graphics/ImageMagick7/files/Color.cpp.patch21 ![1]: https://github.com/macports/macports-ports/blob/master/graphics/ImageMagick7/files/Color.cpp.patch 22 22 23 [2]: https://github.com/ImageMagick/ImageMagick/blob/main/Magick%2B%2B/lib/Color.cpp#L24623 ![2]: https://github.com/ImageMagick/ImageMagick/blob/main/Magick%2B%2B/lib/Color.cpp#L246