Changes between Initial Version and Version 1 of Ticket #61301, comment 1


Ignore:
Timestamp:
Oct 11, 2020, 12:52:30 PM (4 years ago)
Author:
lhaeger (Lothar Haeger)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61301, comment 1

    initial v1  
    1 Upstream started bundling openjdk 15 with v5.4.4, which is causing the build issue, and since that is undesired in a port anyway, I've reverted to the earlier behaviour of using an already installed jdk 1.8+. Updated the fallback jdk version to 15, so it matches what direct downloads from upstream have in that case.
     1Upstream started bundling openjdk 15 with v5.4.4, which is causing the build issue with jdk 8 (works fine with jdk 11, which I had installed during testing, though).
     2
     3Since a bundled jdk is undesired in a port anyway, I've reverted to using an already installed jdk 1.8+ and updated the fallback jdk version to 15, so it matches what direct downloads from upstream have in that case.
    24
    35https://github.com/macports/macports-ports/pull/8736 should solve this ticket.