1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/graphics/dcmtk/distinfo
Dimitry Andric e7c6b0ec72 graphics/dcmtk: fix build with clang 19
Clang 19 now diagnoses incorrect member accesses, which causes
graphics/dcmtk to fail with a errors similar to:

    /wrkdirs/usr/ports/graphics/dcmtk/work/dcmtk-DCMTK-3.6.8/ofstd/include/dcmtk/ofstd/ofutil.h:79:18: error: no member named 'pt' in 'OFrvalue_storage<T, >'
       79 |         : t( rhs.pt ) {}
          |              ~~~ ^

Upstream dcmtk fixed this by changing the affected copy constructor in
https://github.com/DCMTK/dcmtk/commit/c29bebcd1, so pull this in as a
patch and apply it.

PR:		280865
Approved by:	yuri (maintainer)
MFH:		2024Q3
2024-08-16 17:37:03 +02:00

6 lines
370 B
Plaintext

TIMESTAMP = 1723820540
SHA256 (DCMTK-dcmtk-DCMTK-3.6.8_GH0.tar.gz) = fca429a215739702fe8d96178964036246a35e2ea8adb12da33851e2be8e9a07
SIZE (DCMTK-dcmtk-DCMTK-3.6.8_GH0.tar.gz) = 9670224
SHA256 (c29bebcd19bb963d72dcd00ca8745f60f6b9a39e.patch) = fc876f47d44b582f0ac56a1390fd7bf1eb8767444f591fb80a367dd6f84ec015
SIZE (c29bebcd19bb963d72dcd00ca8745f60f6b9a39e.patch) = 1413