Re: git: aef2bd602f5e - main - science/orthanc: update 1.12.3 -> 1.12.6

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Sat, 15 Feb 2025 16:05:15 UTC
15.02.2025 17:54, Matthew D. Fuller пишет:
> Hi Kurt,
>
>> diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile
>> index b0cd900fab01..e9d47eca5359 100644
>> --- a/science/orthanc/Makefile
>> +++ b/science/orthanc/Makefile
> [...]
>> @@ -35,12 +32,14 @@ USE_LDCONFIG=	yes
>>   
>>   USE_RC_SUBR=	orthanc
>>   
>> +CMAKE_ARGS=	-DDCMTK_DICTIONARY_DIR:STRING=/usr/local/share/dcmtk-3.6.9

${LOCALBASE} ?

+CMAKE_ARGS=	-DDCMTK_DICTIONARY_DIR:STRING=${LOCALBASE}/share/dcmtk-3.6.9

>>   CMAKE_ON=	USE_SYSTEM_BOOST USE_SYSTEM_CIVETWEB USE_SYSTEM_DCMTK \
>>   		USE_SYSTEM_GOOGLE_TEST USE_SYSTEM_JSONCPP USE_SYSTEM_LIBICONV \
>>   		USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \
>>   		USE_SYSTEM_OPENSSL USE_SYSTEM_PUGIXML USE_SYSTEM_SQLITE \
>>   		USE_SYSTEM_UUID USE_SYSTEM_ZLIB
>>   CMAKE_OFF=	BUILD_CONNECTIVITY_CHECKS UNIT_TESTS_WITH_HTTP_CONNEXIONS
>> +# Keep in sync with graphics/dcmtk version
>>   CMAKE_SOURCE_PATH=	${WRKSRC}/OrthancServer
> That comment went with the CMAKE_ARGS, so should probably move up with
> it so it doesn't get lonely   :)
>
>

-- 
Best regards,
Vladimir Druzenko