CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/12/19 01:50:39
Modified files:
graphics/tiff : Makefile distinfo
graphics/tiff/patches: patch-libtiff_tif_luv_c
graphics/tiff/pkg: PLIST
Added files:
graphics/tiff/patches: patch-doc_Makefile_in
Removed files:
graphics/tiff/patches: patch-Makefile_in patch-libtiff_tif_aux_c
patch-libtiff_tif_codec_c
patch-libtiff_tif_compress_c
patch-libtiff_tif_dirinfo_c
patch-libtiff_tif_extension_c
patch-libtiff_tif_getimage_c
patch-libtiff_tif_open_c
patch-libtiff_tiffiop_h
patch-man_Makefile_in
patch-tools_tiffcrop_c
Log message:
graphics/tiff: update to 4.5.0.
see https://libtiff.gitlab.io/libtiff/releases/v4.5.0.html
- bump major, libs now uses a symbol map cf
https://gitlab.com/libtiff/libtiff/-/merge_requests/361
- some private symbols were used by comms/hylafax, which will be fixed in a few.
- drop patch-Makefile_in, use --disable-contrib instead (prompted by naddy@)
- disable sphinx, install provided built doc
- enable debug packages (prompted by naddy@)
- switch to an https homepage (prompted by rsadowski@)
- drop str* patches, some were merged upstream in
https://gitlab.com/libtiff/libtiff/-/commit/72e90d07fb649f3c356257d4bcf4d9bf4bc618ef,
others are pointless (discussed with sthen@)
a switch to cmake might happen later.
tested in a bulk build by ajacoutot@, thanks !