Bug 207474 - java/intellij: Update to 15.0.4
Summary: java/intellij: Update to 15.0.4
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: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-02-25 07:56 UTC by Tobias Kortkamp
Modified: 2016-02-27 19:56 UTC (History)
1 user (show)

See Also:


Attachments
intellij.diff (16.90 KB, patch)
2016-02-25 07:56 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details | Diff
Poudriere log FreeBSD 10.2/i386 java/intellij (19.10 KB, text/x-log)
2016-02-25 07:56 UTC, Tobias Kortkamp
no flags Details
Poudriere log FreeBSD 10.2/i386 java/intellij-fsnotifier (13.76 KB, text/x-log)
2016-02-25 07:57 UTC, Tobias Kortkamp
no flags Details
Poudriere log FreeBSD 10.2/i386 java/intellij-pty4j (11.82 KB, text/x-log)
2016-02-25 07:57 UTC, Tobias Kortkamp
no flags Details
intellij.diff (16.95 KB, patch)
2016-02-25 09:17 UTC, Tobias Kortkamp
tobik: maintainer-approval+
Details | Diff
Poudriere testport log FreeBSD 10.2/i386 java/intellij (20.51 KB, text/x-log)
2016-02-25 09:18 UTC, Tobias Kortkamp
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-25 07:56:04 UTC
Created attachment 167383 [details]
intellij.diff

java/intellij: Update to 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

https://youtrack.jetbrains.com/issue/IDEA-151815 [1]
https://github.com/dmatveev/libinotify-kqueue/pull/34 [2]

PR:		??????
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-25 07:56:52 UTC
Created attachment 167384 [details]
Poudriere log FreeBSD 10.2/i386 java/intellij
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-25 07:57:18 UTC
Created attachment 167385 [details]
Poudriere log FreeBSD 10.2/i386 java/intellij-fsnotifier
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-25 07:57:54 UTC
Created attachment 167386 [details]
Poudriere log FreeBSD 10.2/i386 java/intellij-pty4j
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-25 09:17:50 UTC
Created attachment 167389 [details]
intellij.diff

Fix missing pkg-message.in subst.
Comment 5 Tobias Kortkamp freebsd_committer freebsd_triage 2016-02-25 09:18:49 UTC
Created attachment 167390 [details]
Poudriere testport log FreeBSD 10.2/i386 java/intellij
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-27 17:53:41 UTC
testbuilds@work
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-27 19:52:05 UTC
Testbuilds are fine.
Comment 8 commit-hook freebsd_committer freebsd_triage 2016-02-27 19:55:29 UTC
A commit references this bug:

Author: pi
Date: Sat Feb 27 19:54:48 UTC 2016
New revision: 409684
URL: https://svnweb.freebsd.org/changeset/ports/409684

Log:
  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)

Changes:
  head/java/Makefile
  head/java/intellij/Makefile
  head/java/intellij/common.mk
  head/java/intellij/distinfo
  head/java/intellij/files/pkg-message.in
  head/java/intellij/pkg-plist
  head/java/intellij-fsnotifier/
  head/java/intellij-fsnotifier/Makefile
  head/java/intellij-fsnotifier/distinfo
  head/java/intellij-fsnotifier/pkg-descr
  head/java/intellij-pty4j/
  head/java/intellij-pty4j/Makefile
  head/java/intellij-pty4j/distinfo
  head/java/intellij-pty4j/pkg-descr
Comment 9 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-27 19:56:11 UTC
Committed, thanks!