https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210988
--- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: rakuco Date: Sat Jul 23 12:19:07 UTC 2016 New revision: 418962 URL: https://svnweb.freebsd.org/changeset/ports/418962 Log: Allow HDF5 to be found with CMake >= 3.6.0. CMake's FindHDF5.cmake underwent some refactoring upstream and it now respects the HDF5_ROOT variable in more places and separates HDF5_LIBRARIES from HDF5_HL_LIBRARIES. Do some slight adjustments to the Alembic port for it to continue working with the upcoming CMake 3.6.1 (they are no-ops with CMake 3.5.2 which is currently in the ports tree): - Set HDF5_ROOT via CMAKE_ARGS so that Alembic does not set it to a nonsensical value. - Add HDF5_HL_LIBRARIES to ALEMBIC_HDF5_LIBS so that libhdf5_hl.so continues to be passed to the linker. PR: 210988 Changes: head/graphics/alembic/Makefile head/graphics/alembic/files/patch-build_AlembicHDF5.cmake -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information