Download raw body.
devel/intellij-fsnotifier: new port
ports@,
I'd like to import devel/intellij-fsnotifier which is port for
https://gitlab.com/worthwhileit/bsd/fsnotifier which is used at FreeBSD.
I use it for last couple of months and it works on -current/amd64.
I also included a diff to update README in devel/intellij and devel/pycharm
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 12 Dec 2024 01:38:28 -0000
@@ -13,6 +13,10 @@ Native Libraries
================
Functionality depending on native libraries is not likely to work.
+Filesystem notifier
+===================
+You may find a replacment of fsNotifier as devel/intellij-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 12 Dec 2024 01:38:39 -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
+===================
+You may find a replacment of fsNotifier as devel/intellij-fsnotifier.
--
wbr, Kirill
devel/intellij-fsnotifier: new port