Bugzilla Automation <[email protected]> has asked freebsd-kde (Team) <[email protected]> for maintainer-feedback: Bug 257615: devel/cmake: CPack FreeBSD generator fails after upgrade to pkg-1.17.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257615
--- Description --- Hi, The CPack FreeBSD package generator fails to copy the final generated package if pkg-1.17 or any later version is installed. The problem turns out to be simple to fix. After the package prefix was changed from ".txz" to ".pkg", the CPack Generator can no longer find its package, leading to it failing. However, the package is generated as expected, just not copied to its final location. A possibly temporary fix is to change the package suffix in the file "files/patch-cmake-issue-18031", line 19, from ".txz" to ".pkg". At least, this fixes the bug in my local testing and the package is generated (and copied) as expected. All the best, Peter.
