Changes between Initial Version and Version 1 of Ticket #65677, comment 4


Ignore:
Timestamp:
Aug 19, 2022, 2:47:20 PM (21 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65677, comment 4

    initial v1  
    11While I know it's early - with items like `giflib5` still outstanding - I took a quick stab at fixing the build issues for older macOS releases.
    22
    3 My approach was to simply utilize `macports_libcxx`, via pg `legacysupport` 1.1, to handle the issues. That seems to do the trick, except for one last item: The final link fails, due to use of `--exclude-libs=ALL`. (It wasn't clear to me whether further changes are needed for the cmake patch related to that, or if I'm missing something else.)
     3My approach was to simply utilize `macports-libcxx`, via pg `legacysupport` 1.1, to handle the issues. That seems to do the trick, except for one last item: The final link fails, due to use of `--exclude-libs=ALL`. (It wasn't clear to me whether further changes are needed for the cmake patch related to that, or if I'm missing something else.)
    44
    55Attached is my local portfile for `libjxl-devel`, which I've been testing with. I don't plan on committing this though - unless you want me to? - as it'll arguably be superfluous once the current port is finalized.