https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214975
Tobias C. Berner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177568|0 |1 is obsolete| | --- Comment #2 from Tobias C. Berner <[email protected]> --- Created attachment 177667 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177667&action=edit update cmake to 3.7.1 and override CMAKE_INSTALL_MANDIR in the mentioned llvm ports As rakuco found out, this is caused by the upstream commit https://github.com/kitware/cmake/commit/956054aeca0cff2ef5a8c92586e992cc9ad51d7d which properly sets the man-paths in cmake now. The easiest work-around is to force cmake to use the "wrong" path as before: so set it to 'share/man' via CMAKE_INSTALL_MANDIR. [The alternative is to touch the man-page shuffle in the llvm*/Makefiles, which is a bigger change, than just setting CMAKE_INSTALL_MANDIR -- and maybe can/should be done at a later time]. The new patch is attached, and can also be found here http://people.freebsd.org/~tcberner/patches/cmake-3.7.1.v2 -- You are receiving this mail because: You are on the CC list for the bug.
