diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-10 08:58:01 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-10 09:04:34 +0200 |
commit | 6e9119f80d1c56b93aab218dab49f6a4eead6843 (patch) | |
tree | 8855e5c06d5aae55e50e505f7766448d7a93ee33 /UPDATING | |
parent | fd7da488878a755a7fd2d038c8d3b202ba583108 (diff) | |
download | freebsd-ports-6e9119f80d1c56b93aab218dab49f6a4eead6843.zip |
UPDATING: Add entry for devel/cmake
Installing devel/cmake-core or devel/cmake-man results in conflicts
if system already have devel/cmake installed prior to this change
PR: 266323
Reported by: se, dougs@dawnsign.com
Approved by: kde (tcberner)
Differential Revision: https://reviews.freebsd.org/D36512
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220910: + AFFECTS: users of devel/cmake + AUTHOR: diizzy@FreeBSD.org + + CMake has been converted to a meta-port and new CMake packages created causes + conflicts with old binary packages prior to this change. + + If CMake was installed using binary packages via pkg it needs to be + uninstalled using pkg delete before installing CMake and related packages + after this change. + + pkg delete cmake + pkg install cmake-core + + If you're using portmaster you also need to delete the old CMake package + before upgrading. + 20220909: AFFECTS: users of emulators/qemu AUTHOR: bofh@FreeBSD.org |