Created attachment 206858 [details] intellij.diff 1) Update to 2019.2.1 2) drop dependency on intellij-pt4j port. That port should be removed, it includes an old pt4j version and the FreeBSD native library is already included in the upstream pty4j jar 3) install FreeBSD native library for jansi 4) fix the "Typeahead timeout is exceeded" error 5) small cleanup
Created attachment 206859 [details] intellij.diff clean up
A commit references this bug: Author: bsam Date: Sun Aug 25 15:03:16 UTC 2019 New revision: 509798 URL: https://svnweb.freebsd.org/changeset/ports/509798 Log: java/intellij: Update to 2019.2.1 and more PR: 240080 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> . update to 2019.2.1 . drop dependency on intellij-pt4j port -- the FreeBSD native library is already included in the upstream pty4j jar . install FreeBSD native library for jansi . fix the "Typeahead timeout is exceeded" error . small cleanup Changes: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/files/pkg-message.in head/java/intellij/pkg-plist
Committed, thanks!