aboutsummaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-02-27 19:54:46 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-02-27 19:54:46 +0000
commit0ccad4810ba43bb56731d7f90b37dde795a0bc9e (patch)
treee092ff053c6d39ef1d1c66aa94d8a0f469f2e4e1 /java/Makefile
parent261593e7c5c6111fe6dc1cef8211b1cf8fec4777 (diff)
downloadports-0ccad4810ba43bb56731d7f90b37dde795a0bc9e.tar.gz
ports-0ccad4810ba43bb56731d7f90b37dde795a0bc9e.zip
java/intellij: 15.0.3 -> 15.0.4
- Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for contributing a libinotify-based replacement for IntelliJ's fsnotifier. IntelliJ now has native (faster) file notification support on FreeBSD (and OpenBSD). - Because of remaining problems with watching large trees with libinotify [2], fsnotifier is still disabled by default. - fsnotifier and native pty4j support need to be compiled. In the interest of reducing port complexity, the building of pty support and fsnotifier is moved to separate ports: - java/intellij-pty4j - java/intellij-fsnotifier [1] https://youtrack.jetbrains.com/issue/IDEA-151815 [2] https://github.com/dmatveev/libinotify-kqueue/pull/34 PR: 207474 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Notes
Notes: svn path=/head/; revision=409684
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 9a984f968079..81cbdb02615f 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -29,6 +29,8 @@
SUBDIR += icedtea-web
SUBDIR += infobus
SUBDIR += intellij
+ SUBDIR += intellij-fsnotifier
+ SUBDIR += intellij-pty4j
SUBDIR += jad
SUBDIR += jaf
SUBDIR += jai