head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.22 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.20 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.18 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.16 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.14 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.12 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.10 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.8 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.6 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.4 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.2 pkgsrc-2023Q3-base:1.3; locks; strict; comment @# @; 1.3 date 2023.09.11.13.48.19; author ryoon; state Exp; branches; next 1.2; commitid D6j8c0Q97ujldmEE; 1.2 date 2023.07.14.12.36.13; author hauke; state Exp; 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.3 log @pycharm-bin: Update to 2023.2.1 * Use PREFIX/PKGBASE instead of PKGNAME. Changelog: * New UI control. * GitLab integration. * Search text improvement. * Improved menu. * Enable sort by filename. and so on. @ text @$NetBSD: patch-bin_pycharm64.vmoptions,v 1.2 2023/07/14 12:36:13 hauke Exp $ Add JVM options for a typical NetBSD setup. --- bin/pycharm64.vmoptions.orig 2023-08-16 22:17:10.710608919 +0000 +++ bin/pycharm64.vmoptions @@@@ -1,5 +1,7 @@@@ -Xms256m -Xmx1500m +-XX:-UseCompressedClassPointers +-XX:-UseCompressedOops -XX:ReservedCodeCacheSize=512m -XX:+UseG1GC -XX:SoftRefLRUPolicyMSPerMB=50 @ 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 , and unfortunately the pkgsrc USE_JAVA2 is "version N or newer", which does not help here. Changes are too numerous to list, see etc. ("Neue Schraube! Ganz neue Schraube!") @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- bin/pycharm64.vmoptions.orig 2022-07-20 20:50:22.000000000 +0000 d8 2 a9 2 -Xms128m -Xmx750m a12 1 -XX:+IgnoreUnrecognizedVMOptions d14 1 @ 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 @d3 1 a3 1 Remove unsupported VM option. d5 1 a5 1 --- bin/pycharm64.vmoptions.orig 2019-05-07 14:53:11.000000000 +0000 d7 1 a7 1 @@@@ -1,7 +1,6 @@@@ d10 5 a14 5 -XX:ReservedCodeCacheSize=240m --XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false @