head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2023.07.14.12.36.13;	author hauke;	state dead;
branches;
next	1.1;
commitid	tC2F08FwyWS9FLwE;

1.1
date	2023.07.13.11.30.18;	author hauke;	state Exp;
branches;
next	;
commitid	Ty9PVuwjWzVfnDwE;


desc
@@


1.2
log
@Update devel/pycharm-bin to 2022.1.4

Newer versions are built with a java version newer than what we ship,
leading to binary incompatibility.

This version breaks with java 17, see
<https://intellij-support.jetbrains.com/hc/en-us/community/posts/5961640280210-Can-t-start-IntelliJ-Idea-Error-LinkageError-occurred-while-loading-main-class-com-intellij-idea-Main>,
and unfortunately the pkgsrc USE_JAVA2 is "version N or newer", which
does not help here.

Changes are too numerous to list, see
<https://youtrack.jetbrains.com/articles/PY-A-233537986/PyCharm-2022.1.4-221.6008.17-build-Release-Notes> etc.
("Neue Schraube! Ganz neue Schraube!")
@
text
@$NetBSD: patch-bin_pycharm.vmoptions,v 1.1 2023/07/13 11:30:18 hauke Exp $

Remove unsupported VM option.

--- bin/pycharm.vmoptions.orig	2019-05-07 14:53:11.000000000 +0000
+++ bin/pycharm.vmoptions
@@@@ -2,7 +2,6 @@@@
 -Xms128m
 -Xmx512m
 -XX:ReservedCodeCacheSize=240m
--XX:+UseConcMarkSweepGC
 -XX:SoftRefLRUPolicyMSPerMB=50
 -ea
 -Dsun.io.useCanonCaches=false
@


1.1
log
@This Pycharm version is a bit long in the tooth, and breaks on Java
17, limit the version range.

Remove deprecated VM option.
@
text
@d1 1
a1 1
$NetBSD$
@

