Bug 240080 - java/intellij: Update to 2019.2.1
Summary: java/intellij: Update to 2019.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-24 19:00 UTC by Dmitry Wagin
Modified: 2019-08-25 15:05 UTC (History)
0 users

See Also:
bsam: maintainer-feedback+


Attachments
intellij.diff (11.33 KB, patch)
2019-08-24 19:00 UTC, Dmitry Wagin
no flags Details | Diff
intellij.diff (11.30 KB, patch)
2019-08-24 19:04 UTC, Dmitry Wagin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2019-08-24 19:00:37 UTC
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
Comment 1 Dmitry Wagin 2019-08-24 19:04:02 UTC
Created attachment 206859 [details]
intellij.diff

clean up
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-25 15:03:47 UTC
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
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2019-08-25 15:05:11 UTC
Committed, thanks!