notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/intellij/Makefile

Number of commits found: 85

Monday, 11 Mar 2024
01:56 Charlie Li (vishwin) search for other commits by this committer
java/intellij: move man pages to share/man
commit hash: 9632fe174e9bcea8b4b4d09887560d19749f61f7 commit hash: 9632fe174e9bcea8b4b4d09887560d19749f61f7 commit hash: 9632fe174e9bcea8b4b4d09887560d19749f61f7 commit hash: 9632fe174e9bcea8b4b4d09887560d19749f61f7 9632fe1
Sunday, 10 Mar 2024
10:00 Charlie Li (vishwin) search for other commits by this committer
Revert "java/intellij: Move man pages to share/man"

Apart from the share/man move, the plist fix was not correct:

pkg-static: Unable to access file
/wrkdirs/usr/ports/java/intellij/work/stage/usr/local/share/intellij/lib/commons-lang3-3.11.jar:No
such file or directory

The above listed file has nothing to do with Python. Additional
files added were also incorrect. Packaging fails as a result.

The share/man move will be restored in a later commit after getting
some sleep.

This reverts commit e71303202ab8b168f9bc05e204d60261c99c56b1.
commit hash: 4b135fdd29a63e612472af300454bf80a646a228 commit hash: 4b135fdd29a63e612472af300454bf80a646a228 commit hash: 4b135fdd29a63e612472af300454bf80a646a228 commit hash: 4b135fdd29a63e612472af300454bf80a646a228 4b135fd
Saturday, 9 Mar 2024
20:01 Nuno Teixeira (eduardo) search for other commits by this committer
java/intellij: Move man pages to share/man

While here, fix plist

Approved by:	portmgr (blanket)
commit hash: e71303202ab8b168f9bc05e204d60261c99c56b1 commit hash: e71303202ab8b168f9bc05e204d60261c99c56b1 commit hash: e71303202ab8b168f9bc05e204d60261c99c56b1 commit hash: e71303202ab8b168f9bc05e204d60261c99c56b1 e713032
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 6 Jun 2022
12:36 Charlie Li (vishwin) search for other commits by this committer
java/intellij: take maintainership

Approved by: mentors (implicit)
commit hash: ce75f0f99f7326eb0846c4e5e368a28c79445f8b commit hash: ce75f0f99f7326eb0846c4e5e368a28c79445f8b commit hash: ce75f0f99f7326eb0846c4e5e368a28c79445f8b commit hash: ce75f0f99f7326eb0846c4e5e368a28c79445f8b ce75f0f
11:19 Rene Ladan (rene) search for other commits by this committer
all: return bsam's ports to the pool after his commit bit got safekept
commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f 65e2c3c
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Saturday, 23 Oct 2021
19:08 Stefan Eßer (se) search for other commits by this committer
java/intellij: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 70f6a3fd1b1c356e6144c8303406fa91359c284d commit hash: 70f6a3fd1b1c356e6144c8303406fa91359c284d commit hash: 70f6a3fd1b1c356e6144c8303406fa91359c284d commit hash: 70f6a3fd1b1c356e6144c8303406fa91359c284d 70f6a3f
Monday, 19 Apr 2021
08:00 Tobias Kortkamp (tobik) search for other commits by this committer
Remove my useless "Created by" lines
commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a c204633
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 18 Oct 2020
12:04 bsam search for other commits by this committer
java/intellij: Update to version 2020.2.3.
Original commitRevision:552629 
Wednesday, 16 Sep 2020
19:27 bsam search for other commits by this committer
java/intellij: Update to version 2020.2.2.
Original commitRevision:548794 
Sunday, 30 Aug 2020
10:52 bsam search for other commits by this committer
java/intellij: Update to version 2020.2.1.
Original commitRevision:547049 
Sunday, 9 Aug 2020
21:40 bsam search for other commits by this committer
java/intellij: Update to version 2020.2.
Original commitRevision:544581 
Thursday, 23 Jul 2020
22:12 bsam search for other commits by this committer
java/intellij: Update to version 2020.1.4.
Original commitRevision:542972 
Saturday, 11 Jul 2020
21:35 bsam search for other commits by this committer
java/intellij: Update to version 2020.1.3.
Original commitRevision:542057 
Thursday, 4 Jun 2020
19:20 bsam search for other commits by this committer
java/intellij: Update to version 2020.1.2.
Original commitRevision:537933 
Thursday, 7 May 2020
17:26 bsam search for other commits by this committer
java/intellij: Update to version 2020.1.1.
Original commitRevision:534278 
Sunday, 19 Apr 2020
21:24 bsam search for other commits by this committer
java/intellij: Update to version 2020.1.
Original commitRevision:532161 
Wednesday, 12 Feb 2020
19:55 bsam search for other commits by this committer
java/intellij: Update to version 2019.3.3.
Original commitRevision:525961 
Tuesday, 21 Jan 2020
20:52 bsam search for other commits by this committer
java/intellij: Update to version 2019.3.2.
Original commitRevision:523741 
Saturday, 28 Dec 2019
19:35 bsam search for other commits by this committer
java/intellij: Update to version 2019.3.1.
Original commitRevision:521236 
Friday, 29 Nov 2019
15:24 bsam search for other commits by this committer
java/intellij: Update to version 2019.3.
Original commitRevision:518659 
Saturday, 2 Nov 2019
12:21 bsam search for other commits by this committer
java/intellij: Update to version 2019.2.4.
Original commitRevision:516309 
Sunday, 29 Sep 2019
11:55 bsam search for other commits by this committer
java/intellij: Update to version 2019.2.3.

PR:		240800
Submitted by:	glewis
Original commitRevision:513240 
Saturday, 21 Sep 2019
14:23 bsam search for other commits by this committer
java/intellij: Update to version 2019.2.2.
Original commitRevision:512498 
Sunday, 25 Aug 2019
15:03 bsam search for other commits by this committer
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
Original commitRevision:509798 
Monday, 12 Aug 2019
21:09 bsam search for other commits by this committer
java/intellij: Update to version 2019.2.

PR:		239790
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Original commitRevision:508798 
Sunday, 9 Jun 2019
13:59 bsam search for other commits by this committer
java/intellij: Update to version 2019.1.3.
Original commitRevision:503818 
Wednesday, 1 May 2019
14:05 bsam search for other commits by this committer
java/intellij: Update to version 2019.1.1
Original commitRevision:500592 
Saturday, 13 Apr 2019
18:19 bsam search for other commits by this committer
java/intellij: Update to version 2019.1
Original commitRevision:498817 
Sunday, 3 Mar 2019
11:35 bsam search for other commits by this committer
java/intellij: Update to version 2018.3.5
Original commitRevision:494496 
Saturday, 2 Feb 2019
20:55 bsam search for other commits by this committer
java/intellij: Update to version 2018.3.4
Original commitRevision:491982 
Saturday, 12 Jan 2019
10:37 bsam search for other commits by this committer
java/intellij: Update to version 2018.3.3
Original commitRevision:490041 
Thursday, 20 Dec 2018
21:15 bsam search for other commits by this committer
java/intellij: Update to version 2018.3.2
Original commitRevision:487923 
Sunday, 9 Dec 2018
20:18 bsam search for other commits by this committer
java/intellij: Update to version 2018.3.1
Original commitRevision:487080 
Saturday, 1 Dec 2018
10:26 bsam search for other commits by this committer
java/intellij: Update to version 2018.3
Original commitRevision:486331 
Friday, 19 Oct 2018
22:31 bsam search for other commits by this committer
java/intellij: Update to version 2018.2.5
Original commitRevision:482457 
Sunday, 7 Oct 2018
22:40 bsam search for other commits by this committer
java/intellij: Update to version 2018.2.4
Original commitRevision:481499 
Thursday, 13 Sep 2018
08:59 bsam search for other commits by this committer
java/intellij: Update to version 2018.2.3
Original commitRevision:479665 
Tuesday, 14 Aug 2018
20:55 bsam search for other commits by this committer
java/intellij: Update to version 2018.2.1
Original commitRevision:477203 
Saturday, 16 Jun 2018
13:12 bsam search for other commits by this committer
java/intellij: Update to version 2018.1.5
Original commitRevision:472545 
Sunday, 27 May 2018
09:39 bsam search for other commits by this committer
java/intellij: Update to version 2018.1.4
Original commitRevision:470975 
Monday, 16 Apr 2018
20:13 bsam search for other commits by this committer
java/intellij: Update to version 2018.1
Original commitRevision:467531 
Sunday, 25 Mar 2018
19:32 bsam search for other commits by this committer
java/intellij: Update to version 2017.3.5.

PR:		226880
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
Original commitRevision:465544 
Tuesday, 30 Jan 2018
12:28 bsam search for other commits by this committer
java/intellij: Update to version 2017.3.4.
Original commitRevision:460382 
Tuesday, 23 Jan 2018
20:43 bsam search for other commits by this committer
java/intellij: Update to version 2017.3.3.
Original commitRevision:459797 
Tuesday, 26 Dec 2017
22:12 bsam search for other commits by this committer
java/intellij: Update to version 2017.3.2.
Original commitRevision:457320 
Friday, 15 Dec 2017
11:47 bsam search for other commits by this committer
java/intellij: Update to version 2017.3.1.
Original commitRevision:456393 
Friday, 1 Dec 2017
21:23 bsam search for other commits by this committer
java/intellij: Welcome 2017.3 version!
Original commitRevision:455310 
Tuesday, 14 Nov 2017
13:49 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.6, build 172.4574.11.
Original commitRevision:454174 
Thursday, 9 Nov 2017
09:07 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.6.
Original commitRevision:453802 
Monday, 9 Oct 2017
22:10 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.5.
Original commitRevision:451647 
Wednesday, 13 Sep 2017
22:51 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.4.
Original commitRevision:449815 
Wednesday, 30 Aug 2017
21:10 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.3.
Original commitRevision:449005 
Saturday, 19 Aug 2017
10:24 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.2.
Original commitRevision:448294 
Wednesday, 2 Aug 2017
22:27 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.1.
Original commitRevision:447180 
Tuesday, 25 Jul 2017
17:38 bsam search for other commits by this committer
java/intellij: Update to version 2017.2.
Original commitRevision:446614 
Monday, 10 Jul 2017
11:27 bsam search for other commits by this committer
java/intellij: Update to 2017.1.5.
Original commitRevision:445428 
Wednesday, 7 Jun 2017
11:54 bsam search for other commits by this committer
java/intellij: Update to version 2017.1.4
Original commitRevision:442832 
Thursday, 25 May 2017
14:56 bsam search for other commits by this committer
java/intellij: Update to version 2017.1.3
Original commitRevision:441698 
Thursday, 11 May 2017
12:10 bsam search for other commits by this committer
java/intellij: Update Idea 171.4249.32 -> 171.4249.39
Original commitRevision:440625 
Sunday, 23 Apr 2017
12:30 bsam search for other commits by this committer
java/intellij: Update to version 2017.1.2.
Original commitRevision:439221 
Thursday, 13 Apr 2017
22:45 bsam search for other commits by this committer
java/intellij: Update to version 2017.1.1, use no-jdk distfile.
Original commitRevision:438485 
Monday, 27 Mar 2017
22:32 bsam search for other commits by this committer
java/intellij: Update to version 2017.1.
Original commitRevision:437087 
Tuesday, 14 Mar 2017
17:44 bsam search for other commits by this committer
java/intellij: Update to version 2016.3.5.
Original commitRevision:436167 
Thursday, 2 Feb 2017
09:00 bsam search for other commits by this committer
java/intellij: Update to version 2016.3.4.
Original commitRevision:433131 
Tuesday, 27 Dec 2016
16:47 bsam search for other commits by this committer
java/intellij: Update to version 2016.3.2.
Original commitRevision:429630 
Friday, 16 Dec 2016
18:58 bsam search for other commits by this committer
java/intellij: Update to version 2016.3.1.
Original commitRevision:428691 
Wednesday, 30 Nov 2016
20:37 bsam search for other commits by this committer
java/intellij: Remove non-native jar libraries.

Reported by:	Caspar Schutijser <caspar@schutijser.com> (via email; thanks
Caspar! My email answer seems to end up at your spam filter)
Original commitRevision:427458 
Monday, 28 Nov 2016
11:18 bsam search for other commits by this committer
java/intellij: update to version 2016.3.
Original commitRevision:427296 
Thursday, 20 Oct 2016
22:30 bsam search for other commits by this committer
java/intellij: fix pkg-plist.

PR:		213616
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
Original commitRevision:424364 
Tuesday, 18 Oct 2016
16:38 bsam search for other commits by this committer
java/intellij: Update to version 2016.2.5.
Original commitRevision:424176 
Wednesday, 14 Sep 2016
13:26 bsam search for other commits by this committer
java/intellij: Update to version 2016.2.4.

PR:		212686
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
Original commitRevision:422130 
Thursday, 1 Sep 2016
23:05 bsam search for other commits by this committer
java/intellij: Update to version 2016.2.3
Original commitRevision:421248 
Tuesday, 23 Aug 2016
15:21 bsam search for other commits by this committer
java/intellij: Update to version 2016.2.2.
Original commitRevision:420699 
Wednesday, 13 Jul 2016
12:38 bsam search for other commits by this committer
java/intellij: update and add a comment
. update to version 2016.2;  [1]
. add comment about git integration and symlinks of homedir.  [2]

PR:		211044  [1]
Submitted by:	sergey.v.brunov@gmail.com  [1],
	volothamp@gmail.com (by e-mail)  [2]
Original commitRevision:418471 
Friday, 10 Jun 2016
12:16 bsam search for other commits by this committer
java/intellij: Update to version 2016.1.3.
Original commitRevision:416672 
Monday, 16 May 2016
22:44 bsam search for other commits by this committer
java/intellij: Update to version 2016.1.2b.
Original commitRevision:415365 
19:10 bsam search for other commits by this committer
java/intellij: update to version 2016.1.2, take maintainership.

PR:		209541
Submitted by:	bsam (me)
Approved by:	Tobias Kortkamp <t@tobik.me>
Original commitRevision:415358 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Saturday, 27 Feb 2016
19:54 pi search for other commits by this committer
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)
Original commitRevision:409684 
Thursday, 11 Feb 2016
19:22 pi search for other commits by this committer
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)
Original commitRevision:408694 
Sunday, 10 Jan 2016
20:33 pi search for other commits by this committer
New port: java/intellij

IntelliJ IDEA is an advanced Java IDE developed by JetBrains and
focused on developer productivity. The community edition features:
* An intelligent code editor that understands Java code; provides
  refactorings, code inspections and intentions, and allows for
  fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
  and popular version control systems including: CVS, Subversion
  and git.
* XML-Java interoperability and comprehensive Groovy programming
  language support.
* The Swing UI designer complements the suite of tools for
  developing Java desktop applications.

WWW: http://www.jetbrains.com/idea/

PR:		204804
Submitted by:	t@tobik.me
Original commitRevision:405745 

Number of commits found: 85