Re: git: f4d75c230390 - main - graphics/dcmtk: Update 3.6.9 => 3.7.0, fix 5 CVEs

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Wed, 04 Mar 2026 18:00:19 UTC
04.03.2026 20:29, Matthew D. Fuller пишет:
>>      graphics/dcmtk: Update 3.6.9 => 3.7.0, fix 5 CVEs
> The orthanc port needs adjusting whenever dcmtk is updated:
>
> orthanc/Makefile:
>
>      # Keep in sync with graphics/dcmtk version
>      CMAKE_ARGS=	-DDCMTK_DICTIONARY_DIR:STRING=${LOCALBASE}/share/dcmtk-3.6.9
>
> otherwise it can't find the files and won't start.  May be worth a
> comment on the dcmtk PORTVERSION as well for the cross-reference.

Maybe just remove ${PORTVERSION} from *DIR in graphics/dcmtk/Makefile:
ETCDIR=         ${PREFIX}/etc/${PORTNAME}-${PORTVERSION}
DATADIR=        ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
DOCSDIR=        ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}

-- 
Best regards,
Vladimir Druzenko