Created attachment 243709 [details] jetbrains-sqlite.diff IntelliJ SQLite native library.
Hi Dmitry, Thanks for the patch. A couple of questions: The WWW gives me a 404. Can you check what the correct WWW would be? Since this installs a .so library, do we need USE_LDCONFIG? Since this seems to be used from Java software I'm not sure if it is necessary or not.
Created attachment 243727 [details] jetbrains-sqlite.diff Fixed WWW link. USE_LDCONFIG is not required, no /usr/local/lib dependencies, just libc.
(In reply to Dmitry Wagin from comment #2) Thanks for double checking. I updated the patch over make.sh. It uses shasum instead of sha256sum.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd1ebaadf1d760f6446f2b23c9b5614e0ae2e0ec commit bd1ebaadf1d760f6446f2b23c9b5614e0ae2e0ec Author: Dmitry Wagin <dmitry.wagin@ya.ru> AuthorDate: 2023-07-31 07:59:54 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-02 06:23:01 +0000 devel/jetbrains-sqlite: new port. Native SQLite support for devel/jetbrains-* ChangeLog: https://github.com/JetBrains/intellij-community/tree/master/platform/sqlite This port is needed by the upcoming releases of devel/jetbrains-* ports. PR: 272819 Reported by: dmitry.wagin@ya.ru (maintainer) devel/Makefile | 1 + devel/jetbrains-sqlite/Makefile (new) | 40 ++++++++++++++++++++++ devel/jetbrains-sqlite/distinfo (new) | 3 ++ .../files/patch-platform_sqlite_make.sh (new) | 22 ++++++++++++ devel/jetbrains-sqlite/pkg-descr (new) | 1 + 5 files changed, 67 insertions(+)
Committed, Thanks!