Created attachment 239017 [details] jetbrains-webstorm.diff Update to 2022.3.1 Release Notes: https://youtrack.jetbrains.com/articles/WEB-A-233538388/WebStorm-223.8214.51-Release-Notes
Hello, I've noticed that jetbrains-{clion,goland,webstorm} builds on i386 and maybe on other 32 bit archs as well but ldd gives the error: --- ====> Running Q/A tests (stage-qa) ldd: /wrkdirs/usr/ports/devel/jetbrains-webstorm/work/stage/usr/local/share/webstorm/lib/jna/amd64/libjnidispatch.so: not a dynamic executable ====> Running Q/A tests (stage-qa) ldd: /wrkdirs/usr/ports/devel/jetbrains-goland/work/stage/usr/local/share/goland/lib/jna/amd64/libjnidispatch.so: not a dynamic executable ====> Running Q/A tests (stage-qa) ldd: /wrkdirs/usr/ports/devel/jetbrains-clion/work/stage/usr/local/share/clion/lib/jna/amd64/libjnidispatch.so: not a dynamic executable --- If this software is designed only for amd64 or only 64 bit archs maybe better to restrict to it. Cheers
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f709c16ee75e81be1aa851c2dcdb4780c7c920f6 commit f709c16ee75e81be1aa851c2dcdb4780c7c920f6 Author: Dmitry Wagin <dmitry.wagin@ya.ru> AuthorDate: 2022-12-27 11:00:24 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-27 11:08:26 +0000 devel/jetbrains-webstorm: Update to 2022.3.1 ChangeLog: https://youtrack.jetbrains.com/articles/WEB-A-233538388/WebStorm-223.8214.51-Release-Notes PR: 268555 devel/jetbrains-webstorm/Makefile | 5 ++--- devel/jetbrains-webstorm/distinfo | 6 +++--- devel/jetbrains-webstorm/pkg-plist | 8 +++++--- 3 files changed, 10 insertions(+), 9 deletions(-)
Committed, thanks!