Download raw body.
devel/intellij-fsnotifier: new port
On Sat, 14 Dec 2024 16:21:05 +0100,
Klemens Nanni <kn@openbsd.org> wrote:
>
> 14.12.2024 17:19, Kirill A. Korinsky пишет:
> > Both Intellij IDEA and Pycharm ships fsnotifier which is compiled for Linux,
> > and which doesn't work on OpenBSD.
> >
> > Anyway, here an updated diff and tgz:
>
> Looking good, except
>
> - I typoed the package name in the diff
> - you removed post-install completely incl. the binary rename
> - config line in README has a trailing space
Addressed all of this.
Regarding rename of binary file: I don't see any reason do it anymore, since
it installs libfsnotifier.
Ok?
Index: devel/intellij/Makefile
===================================================================
RCS file: /home/cvs/ports/devel/intellij/Makefile,v
diff -u -p -r1.99 Makefile
--- devel/intellij/Makefile 8 Sep 2024 02:15:54 -0000 1.99
+++ devel/intellij/Makefile 12 Dec 2024 01:38:49 -0000
@@ -1,6 +1,7 @@
COMMENT= IntelliJ IDEA Java IDE
V= 2024.2.1
+REVISION= 0
DISTNAME= ideaIC-${V}
PKGNAME= intellij-${V}
CATEGORIES= devel
Index: devel/intellij/pkg/README
===================================================================
RCS file: /home/cvs/ports/devel/intellij/pkg/README,v
diff -u -p -r1.6 README
--- devel/intellij/pkg/README 25 Jan 2023 10:54:32 -0000 1.6
+++ devel/intellij/pkg/README 14 Dec 2024 21:27:38 -0000
@@ -13,6 +13,10 @@ Native Libraries
================
Functionality depending on native libraries is not likely to work.
+Filesystem notifier
+===================
+Install the intellij-fsnotifier package to use fsNotifier.
+
Errors After Upgrading
======================
If you receive errors starting after an upgrade, try the following:
Index: devel/pycharm/Makefile
===================================================================
RCS file: /home/cvs/ports/devel/pycharm/Makefile,v
diff -u -p -r1.56 Makefile
--- devel/pycharm/Makefile 25 Jul 2024 23:28:21 -0000 1.56
+++ devel/pycharm/Makefile 12 Dec 2024 01:38:56 -0000
@@ -1,6 +1,7 @@
COMMENT= Python IDE based on IntelliJ IDEA
V= 2024.1.4
+REVISION= 0
DISTNAME= pycharm-community-${V}
PKGNAME= pycharm-${V}
CATEGORIES= devel
Index: devel/pycharm/pkg/README
===================================================================
RCS file: /home/cvs/ports/devel/pycharm/pkg/README,v
diff -u -p -r1.3 README
--- devel/pycharm/pkg/README 11 Mar 2022 18:53:06 -0000 1.3
+++ devel/pycharm/pkg/README 14 Dec 2024 21:27:54 -0000
@@ -8,3 +8,7 @@ If the splash-screen displays but you th
install the wmname package and run 'wmname LG3D'. This is a problem that
has been seen with some Java-based applications used with a non-reparenting
window manager (e.g. cwm).
+
+Filesystem notifier
+===================
+Install the intellij-fsnotifier package to use fsNotifier.
--
wbr, Kirill
devel/intellij-fsnotifier: new port