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


Ignore:
Timestamp:
Mar 5, 2024, 10:04:57 AM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69428, comment 6

    initial v1  
    33In `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
    44
    5 ```
     5{{{#!diff
    66@@ -855,7 +856,28 @@
    77  * Signature of the function to use when there is an error and
     
    1111+typedef void (*xmlStructuredErrorFunc) (void *userData, const xmlError *error);
    1212+
    13 ```
     13}}}
    1414
    1515There's this upstream bug https://github.com/MariaDB/server/pull/2983 and PR: https://github.com/MariaDB/server/pull/2983 would could be pulled into MacPorts.