Created attachment 250431 [details] Patch for pycharm-pro Use EXTRACT_AFTER_ARGS to reduce I/O by excluding files during extraction
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c36b18c71991158f5de6e25e35e40e63227cc0a1 commit c36b18c71991158f5de6e25e35e40e63227cc0a1 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-05-18 23:53:31 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-05-18 23:53:31 +0000 devel/pycharm-pro: update to 2024.1.1 - update to latest version - use EXTRACT_AFTER_ARGS to avoid extracting not needed files [1] Release notes: https://www.jetbrains.com/pycharm/whatsnew/2024-1/ https://www.jetbrains.com/pycharm/whatsnew/2024-1-1/ PR: 278782 [1] Submitted by: diizzy devel/pycharm-pro/Makefile | 25 +- devel/pycharm-pro/distinfo | 6 +- devel/pycharm-pro/pkg-plist | 558 ++++++++++++++++++++++++-------------------- 3 files changed, 328 insertions(+), 261 deletions(-)
Committed with port update. Thank you!