Bug 268555 - devel/jetbrains-webstorm: Update to 2022.3.1
Summary: devel/jetbrains-webstorm: Update to 2022.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://youtrack.jetbrains.com/articl...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-25 12:11 UTC by Dmitry Wagin
Modified: 2022-12-27 11:10 UTC (History)
1 user (show)

See Also:


Attachments
jetbrains-webstorm.diff (3.85 KB, patch)
2022-12-25 12:11 UTC, Dmitry Wagin
dmitry.wagin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2022-12-25 12:11:07 UTC
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
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-27 11:08:11 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-27 11:09:22 UTC
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(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-27 11:10:55 UTC
Committed, thanks!