Changes between Initial Version and Version 1 of Ticket #67476


Ignore:
Timestamp:
May 22, 2023, 2:27:15 PM (12 months ago)
Author:
beporter (Brian Porter)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67476 – Description

    initial v1  
    1919}}}
    2020
    21 Assuming `absl` is actually [https://github.com/abseil/abseil-cpp abseil], then there's a [https://github.com/abseil/abseil-cpp/releases/tag/20230125.3 recent release note] indicating it now requires c++14. Possibly [https://github.com/macports/macports-ports/blob/4cf20f01/devel/protobuf-c/Portfile#L36 protobuf-c], which is a dependency of postgis3 and has `compiler.cxx_standard 2011` in its Portfile?
     21Assuming `absl` is actually [https://github.com/abseil/abseil-cpp abseil], then there's a [https://github.com/abseil/abseil-cpp/releases/tag/20230125.3 recent release note] indicating it now requires c++14.
    2222
    23 This must be a second-level dependency though, because the [https://github.com/macports/macports-ports/blob/master/databases/postgis3/Portfile Postgis3 Portfile] doesn't contain any reference to `c++11`.
     23This must be a second-level dependency though, because the [https://github.com/macports/macports-ports/blob/master/databases/postgis3/Portfile Postgis3 Portfile] doesn't contain any reference to `c++11`. Possibly [https://github.com/macports/macports-ports/blob/4cf20f01/devel/protobuf-c/Portfile#L36 protobuf-c], which is a dependency of postgis3 and has `compiler.cxx_standard 2011` in its Portfile?