aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.6.2 release.Alex Dupre2019-09-303-5/+27
| | | | Notes: svn path=/head/; revision=513389
* Update to 6.1.1 release.Alex Dupre2019-09-302-8/+5
| | | | Notes: svn path=/head/; revision=513386
* Update to 1.13 release.Alex Dupre2019-09-302-14/+13
| | | | Notes: svn path=/head/; revision=513383
* Remove expired ports:Rene Ladan2019-09-3011-2618/+0
| | | | | | | | 2019-09-28 java/linux-oracle-jdk9: No longer maintained upstream, please migrate to openjdk11 2019-09-28 java/linux-oracle-jdk10: No longer maintained upstream, please migrate to openjdk11 Notes: svn path=/head/; revision=513368
* java/jd-gui: Update to v1.6.3Tobias Kortkamp2019-09-292-6/+6
| | | | | | | Changes: https://github.com/java-decompiler/jd-gui/releases/tag/v1.6.3 Notes: svn path=/head/; revision=513248
* java/intellij: Update to version 2019.2.3.Boris Samorodov2019-09-293-21/+23
| | | | | | | | PR: 240800 Submitted by: glewis Notes: svn path=/head/; revision=513240
* Fix build on 12+Greg Lewis2019-09-291-0/+12
| | | | | | | * On FreeBSD, the correct cmsg_level for IP_RECVORIGDSTADDR is IP_PROTOIP. Notes: svn path=/head/; revision=513186
* Update to 4.1.42Greg Lewis2019-09-272-8/+6
| | | | | | | | | * Update to 4.1.42 * Unbreak (hopefully) by setting JAVA_EXTRACT * Make myself maintainer Notes: svn path=/head/; revision=513057
* Sync with openjdk11Greg Lewis2019-09-272-8/+10
| | | | | | | | | | * Separate out platform/compiler concerns * Disable AoT on all arches except amd64 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=513045
* Disable AoT except on amd64Greg Lewis2019-09-271-0/+3
| | | | | | | | This should be a no-op for all platforms except aarch64. AoT is disabled on aarch64 due to crashes in internal JDK tests for that feature. Notes: svn path=/head/; revision=513042
* Mark BROKEN: fails to extractAntoine Brodin2019-09-261-0/+2
| | | | | | | | | | (cd /wrkdirs/usr/ports/java/netty/work/netty-4.1.41.Final && /usr/local/openjdk8/bin/jar xf jar/netty-transport-native-kqueue-4.1.41.Final-sources.jar) /bin/sh: /usr/local/openjdk8/bin/jar: not found Reported by: pkg-fallout Notes: svn path=/head/; revision=512910
* java/intellij-ultimate: update to 2019.2.3Steve Wills2019-09-243-7/+9
| | | | | | | | | PR: 240795 Submitted by: ale Approved by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=512749
* Build the native transport libraryGreg Lewis2019-09-242-2/+48
| | | | | | | | | | | | * Build the native KQueue transport library * Add that library to the installed netty.jar * Bump PORTREVISION This was only tested on amd64, but should work on all architectures with Java support Notes: svn path=/head/; revision=512693
* Update to 4.1.41Greg Lewis2019-09-232-4/+4
| | | | Notes: svn path=/head/; revision=512677
* Remove reference to java/openjdk6Greg Lewis2019-09-231-1/+0
| | | | | | | | PR: 234792 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=512664
* Delete java/openjdk6 and java/openjdk6-jre portsGreg Lewis2019-09-2322-19320/+0
| | | | | | | | | | * Both of these ports are EoL upstream. Remove them per the DEPRECATED and EXPIRATION_DATE entries added previously * Note that bootstrap-openjdk6 is left solely to be able to bootstrap java/openjdk7 Notes: svn path=/head/; revision=512663
* java/intellij: Update to version 2019.2.2.Boris Samorodov2019-09-213-20/+19
| | | | Notes: svn path=/head/; revision=512498
* Udpate to 12.0.2+10-3Greg Lewis2019-09-206-103/+4
| | | | Notes: svn path=/head/; revision=512419
* Update to 2019.2.2 release.Alex Dupre2019-09-203-41/+46
| | | | | | | | PR: 240079 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> and ale Notes: svn path=/head/; revision=512411
* Update to an 11.0.5 pre-releaseGreg Lewis2019-09-206-105/+6
| | | | | | | This is mostly to pick up fixes that have gone into the BSD repo. Notes: svn path=/head/; revision=512381
* Add a port of OpenJDK 13Greg Lewis2019-09-189-0/+228
| | | | Notes: svn path=/head/; revision=512248
* Deprecate a few portsAntoine Brodin2019-09-153-0/+6
| | | | Notes: svn path=/head/; revision=512125
* java/eclipse: usablity patch for webkit2-gtk3 issuesKurt Jaeger2019-09-082-2/+15
| | | | | | | | | | | - usability patch for PR:238844 (not a fix, but keeps Eclipse usable) - use github.com servers in preference to git.eclipse.org for distfiles PR: 240383 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=511553
* - Update WWWDmitry Marakasov2019-09-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=511162
* Minor clean upGreg Lewis2019-09-031-4/+2
| | | | | | | | * Separate out compiler specifics from platform specifics. This also removes a little duplication. Notes: svn path=/head/; revision=511031
* Add support for aarch64Greg Lewis2019-08-301-0/+5
| | | | | | | | | | * Add aarch64 to ONLY_FOR_ARCHES on FreeBSD 12.0 and up. PR: 239246 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Notes: svn path=/head/; revision=510301
* Add support for aarch64Greg Lewis2019-08-301-0/+5
| | | | | | | | | | * Add aarch64 to ONLY_FOR_ARCHES on FreeBSD 12.0 and up. PR: 239246 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Notes: svn path=/head/; revision=510298
* Add 12/aarch64 supportGreg Lewis2019-08-302-2/+15
| | | | | | | | | | * Add a bootstrap file for FreeBSD 12.x/aarch64 * Enable aarch64 in ONLY_FOR_ARCHES on FreeBSD 12.0 and up PR: 239246 Notes: svn path=/head/; revision=510294
* Prepare for aarch64 supportGreg Lewis2019-08-303-0/+79
| | | | | | | | | * Add necessary configure arguments for aarch64 * Add patches needed to compile on aarch64. These have been upstreamed but are not in a release yet. Notes: svn path=/head/; revision=510232
* Prepare for aarch64 supportGreg Lewis2019-08-303-0/+79
| | | | | | | | | * Add necessary configure arguments for aarch64 * Add patches needed to compile on aarch64. These have been upstreamed but are not in a release yet. Notes: svn path=/head/; revision=510231
* Remove guidance about needing procfsGreg Lewis2019-08-283-12/+3
| | | | | | | | | * Remove portions of pkg-message that mention needing /proc mounted. This hasn't been the case for a while afaik (I don't have it mounted and haven't observed any related problems). Notes: svn path=/head/; revision=510070
* Update the suggested migration optionGreg Lewis2019-08-282-2/+2
| | | | Notes: svn path=/head/; revision=510060
* * Mark as DEPRECATED with a removal date of one monthGreg Lewis2019-08-281-2/+6
| | | | | | | * Pet portlint Notes: svn path=/head/; revision=510058
* * Mark as DEPRECATED with a removal date of one monthGreg Lewis2019-08-281-2/+6
| | | | | | | * Pet portlint Notes: svn path=/head/; revision=510056
* Update to 12.0.2Greg Lewis2019-08-282-4/+4
| | | | Notes: svn path=/head/; revision=510055
* Update to 11.0.4Greg Lewis2019-08-282-4/+4
| | | | Notes: svn path=/head/; revision=510054
* * Update to 8u221Greg Lewis2019-08-282-5/+6
| | | | | | | * Pet portlint Notes: svn path=/head/; revision=510053
* Add powerpc64 supportGreg Lewis2019-08-262-1/+13
| | | | | | | PR: 237370 Notes: svn path=/head/; revision=509861
* Allow the JDK to be compiled with gcc.Greg Lewis2019-08-251-8/+22
| | | | | | | | | This is required for powerpc64 support. PR: 237370 Notes: svn path=/head/; revision=509856
* Add support for powerpc64Greg Lewis2019-08-252-1/+13
| | | | | | | PR: 237208 Notes: svn path=/head/; revision=509855
* Add support for powerpc64Greg Lewis2019-08-252-2/+4
| | | | | | | PR: 237208 Notes: svn path=/head/; revision=509854
* java/intellij: Update to 2019.2.1 and moreBoris Samorodov2019-08-254-45/+59
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=509798
* Minor fixesGreg Lewis2019-08-242-19/+24
| | | | | | | | | * Fix include file path * Fix the mode for jspawnhelper so it is executable * Sort the packing list Notes: svn path=/head/; revision=509758
* Various improvements:Alex Dupre2019-08-233-12/+22
| | | | | | | | | | | | - remove unneeded intellij-pty4j dependency - install native library for jansi - fix the "Typeahead timeout is exceeded" error - general cleanup PR: 239787 Notes: svn path=/head/; revision=509636
* Pet portlintGreg Lewis2019-08-221-1/+2
| | | | Notes: svn path=/head/; revision=509573
* Update to netty 4.1.39Greg Lewis2019-08-223-17/+25
| | | | | | | PR: 219218 Notes: svn path=/head/; revision=509572
* java/intellij-ultimate: Update to 2019.2Koichiro Iwao2019-08-217-11708/+12128
| | | | | | | | | | While here, convert to UCL pkg-message. PR: 239783 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer) Notes: svn path=/head/; revision=509486
* Update to Apache Commons DBCP 2.7.0Greg Lewis2019-08-212-28/+24
| | | | | | | | PR: 239984 Approved by: ale@ (maintainer) Notes: svn path=/head/; revision=509484
* Update to Apache Commons Pool 2.7.0Greg Lewis2019-08-213-36/+22
| | | | | | | | PR: 239983 Approved by: ale@ (maintainer) Notes: svn path=/head/; revision=509482
* Update cacertsGreg Lewis2019-08-202-3/+4
| | | | | | | * Use the latest cacerts file from Oracle's public distribution of 8u221. Notes: svn path=/head/; revision=509441