Created attachment 226226 [details] Add missing dependency to graphics/libheif libgdal.so.3.3.0 is linked to /usr/local/lib/libheif.so.1, but the latter is not declared as a dependency. The attached patch fixes that.
Thanks for reporting. You got this because you have libheif installed when you building gdal (detected by gdal during configure). This should be an option. It is planned to add more options, including this one. I'll prepare a patch this weekend.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f155b46a5fbae9311c769aaaad5fa1ee88ef37ca commit f155b46a5fbae9311c769aaaad5fa1ee88ef37ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:53:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 18:12:12 +0000 graphics/gdal: Add HEIF option PR: 256984 Requested by: Philipp Ost <bsd@philippost.de> graphics/gdal/Makefile | 3 +++ 1 file changed, 3 insertions(+)
Committed. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=85bce82b6bf03e69f890d5ed868d66dc23123dc5 commit 85bce82b6bf03e69f890d5ed868d66dc23123dc5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-24 19:59:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-24 20:16:12 +0000 graphics/gdal: Add HEIF option PR: 256984 Requested by: Philipp Ost <bsd@philippost.de> graphics/gdal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)