Changes between Version 1 and Version 2 of Ticket #69428, comment 6


Ignore:
Timestamp:
Mar 5, 2024, 10:06:01 AM (2 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69428, comment 6

    v1 v2  
    11Looking at the previous libxml2 `2.11.5` the `--with-legacy` configure flag already existed, so I'm guessing it wouldn't help in the `2.12.5` upgrade. Doing a recursive diff between `2.11.5` and `2.12.5` doesn't show any additional places where `LIBXML_LEGACY_ENABLED` is used, although there could be new code added between an `#ifdef LIBXML_LEGACY_ENABLED` and `#endif` pair (I didn't check).
    22
    3 In `include/libxml/xmlerror.h` the diff is this and it's not protected by `LIBXML_LEGACY_ENABLED` so it seems all callbacks will need to do a patch similar to `webkit2-gtk `'s in https://github.com/macports/macports-ports/commit/915fbf4e3d488321c05f7ff2123282979bb9af46
     3In `include/libxml/xmlerror.h` the diff is this and it's not protected by `LIBXML_LEGACY_ENABLED` so it seems all callbacks will need to do a patch similar to `webkit2-gtk`'s in [915fbf4e3d488321c05f7ff2123282979bb9af46/macports-ports]
    44
    55{{{#!diff