Created attachment 165946 [details] intellij.diff Besides updating to 15.0.3 this update also adds the ability to open terminals in IntelliJ which I'm quite happy about :-). I have upstreamed the necessary changes to pty4j which IntelliJ uses to open terminals etc. There's no official pty4j release with FreeBSD support yet, but there is also not much point in waiting until there is.
Created attachment 165947 [details] Poudriere testport log FreeBSD 10.2/amd64
Created attachment 165948 [details] Poudriere testport log FreeBSD 10.2/i386
Created attachment 166841 [details] intellij.diff Updated port: - make it clearer that this the community edition - disable missing file watcher warning on startup - install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij If possible I would like to rename the port to java/intellij-idea-ce.
Created attachment 166842 [details] Poudriere testport log FreeBSD 9.3/amd64
Testbuilds@work
Testbuilds are all fine.
A commit references this bug: Author: pi Date: Thu Feb 11 19:22:03 UTC 2016 New revision: 408694 URL: https://svnweb.freebsd.org/changeset/ports/408694 Log: java/intellij: 15.0.1 -> 15.0.3 - make it clearer that this the community edition - disable missing file watcher warning on startup - install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij - adds the ability to open terminals in IntelliJ PR: 206489 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Changes: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/files/idea.desktop.in head/java/intellij/pkg-descr head/java/intellij/pkg-plist
Committed, thanks! If you can provide changelog-links for updates like this, that would be nice!
Added URL to pull request re Pty4J for completeness sake.