Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 07:05:15 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e9119f80d1c - main - UPDATING: Add entry for devel/cmake
Message-ID:  <202209100705.28A75Ft0078724@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e9119f80d1c56b93aab218dab49f6a4eead6843

commit 6e9119f80d1c56b93aab218dab49f6a4eead6843
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-09-10 06:58:01 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-09-10 07:04:34 +0000

    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
---
 UPDATING | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/UPDATING b/UPDATING
index b7e65ad51109..f94aa1ff7729 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209100705.28A75Ft0078724>