Changes between Initial Version and Version 2 of Ticket #51970


Ignore:
Timestamp:
Apr 14, 2022, 6:56:36 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I think this suggestion is no longer applicable as the relevant sections of the patch were removed in [b9c56aa293a018405d66d58eb43c00a09a052d96/macports-ports]. If you still disagree with the way tiff now configures, please take it up with the developer of tiff.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51970

    • Property Status changed from new to closed
    • Property Cc ryandesign@… removed
    • Property Summary changed from Tiff: patch to configure.ac in changeset 120378 inconsistently defines int64 and uint64 print formats to tiff: patch to configure.ac in changeset 120378 inconsistently defines int64 and uint64 print formats
    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Resolution changed from to wontfix
  • Ticket #51970 – Description

    initial v2  
    1 Patch to configure.ac of libtiff in changeset 120378 swaps the tests for (unsigned) long long int and (unsigned) long int before the definitions of (U)INT64_T and (U)INT64_FORMAT and accordingly swaps the definitions of (U)INT64_T but, IMHO, forgot to swap the definitions of (U)INT64_FORMAT, which leads to an inconsistency and warnings by some compilers when compiling libtiff or software which includes tiff.f from libtiff. E.g.
     1Patch to configure.ac of libtiff in changeset:120378 swaps the tests for (unsigned) long long int and (unsigned) long int before the definitions of (U)INT64_T and (U)INT64_FORMAT and accordingly swaps the definitions of (U)INT64_T but, IMHO, forgot to swap the definitions of (U)INT64_FORMAT, which leads to an inconsistency and warnings by some compilers when compiling libtiff or software which includes tiff.f from libtiff. E.g.
    22
    33{{{