aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Wagin <dmitry.wagin@ya.ru>2025-04-02 15:26:31 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2025-04-04 17:55:19 +0000
commita3187a20c8aea2ca5d432209dd9bb8cc12fffab2 (patch)
tree84cfa51817a429db1117a7edf09ff239067f9b0b /UPDATING
parent337b77d0d309928babcdbee20f45b4a4ae7c2470 (diff)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6e9a9090b75f..37430f648c6b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20250404:
+ AFFECTS: users of jetbrains-clion
+ AUTHOR: fernape@FreeBSD.org
+
+ The jetbrains-clion update to 2024.3.5 might fail under certain circumstances
+ that are not clear. If this happens users are encouraged to check the contents
+ of ~/.config/JetBrains/CLion2024.3/clion64.vmoptions and ensure that the
+ following option IS NOT present:
+
+ -Didea.suppressed.plugins.set.selector=radler
+
+ If it is, change the value to:
+
+ -Didea.suppressed.plugins.set.selector=classic
+
+ References:
+ https://youtrack.jetbrains.com/issue/CPP-44041#focus=Comments-27-11819516.0-0
+ https://youtrack.jetbrains.com/issue/IJPL-175884/Start-Failed#focus=Comments-27-11425743.0-0
+
20250402:
AFFECTS: users of devel/glib20 and devel/gobject-introspection building outside of Poudriere
AUTHOR: arrowd@FreeBSD.org