Subject: CVS commit: pkgsrc/graphics/freeimage
From: Greg Troxel
Date: 2022-05-31 13:49:09
Message id: 20220531114909.9CA00FAEB@cvs.NetBSD.org

Log Message:
graphics/freeimage: Remediate upstream use of internal TIFF function

freeimage uses an internal libtiff function (by declaring it and
calling it).  tiff (4.4.0) changed internals, but this was never part
of the public API/ABI.

Add patch taken from upstream forum (which seems to be their
bugtracker) to use a different function newly added to the public API
in 4.4.0.

Files:
RevisionActionfile
1.18modifypkgsrc/graphics/freeimage/Makefile
1.3modifypkgsrc/graphics/freeimage/Makefile.common
1.16modifypkgsrc/graphics/freeimage/distinfo
1.2modifypkgsrc/graphics/freeimage/patches/patch-Source_Metadata_XTIFF.cpp