aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Remove my useless "Created by" linesTobias Kortkamp2021-04-194-8/+0
|
* Clean up some thingsTobias Kortkamp2021-04-151-2/+0
| | | | | | | | | - Remove duplicate variables - Remove nop variables - Sort categories - Remove redundant option descriptions that match the default ones Reported by: portscan
* java/intellij-ultimate: update to 2021.1Alex Dupre2021-04-123-1082/+284
| | | | | | PR: 254875 Submitted by: ale Approved by: maintainer
* java/intellij-rubymine: update to 2021.1Rene Ladan2021-04-113-224/+131
| | | | Reported by: JetBrains Toolbox
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* java/netbeans: update to 12.3.Koop Mast2021-04-084-283/+296
| | | | | | | Set execute bit on maven binary so netbeans can run it. [1] PR: 248192 [1] Submitted by: akruijff@dds.nl
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0734-34/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-0633-74/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06126-129/+0
|
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-1/+1
| | | | Notes: svn path=/head/; revision=569491
* java/intellij-rubymine: update to 2020.3.3Rene Ladan2021-03-212-4/+4
| | | | | | | | Bugfix release, see changelog at https://blog.jetbrains.com/ruby/2021/03/rubymine-2020-3-3-is-available/ Notes: svn path=/head/; revision=568924
* java/openjdk16: enable dtrace on powerpc64 elfv2Piotr Kubaj2021-03-171-1/+2
| | | | Notes: svn path=/head/; revision=568661
* java/openjdk15: enable dtrace on powerpc64 elfv2Piotr Kubaj2021-03-171-1/+2
| | | | Notes: svn path=/head/; revision=568658
* java/openjdk14: enable dtrace on powerpc64Piotr Kubaj2021-03-171-2/+2
| | | | Notes: svn path=/head/; revision=568652
* java/openjdk13: enable dtrace on powerpc64 elfv2Piotr Kubaj2021-03-171-1/+2
| | | | Notes: svn path=/head/; revision=568642
* java/openjdk12: enable dtrace on powerpc64 elfv2Piotr Kubaj2021-03-171-2/+2
| | | | Notes: svn path=/head/; revision=568628
* java/openjdk11: enable dtrace on powerpc64 elfv2Piotr Kubaj2021-03-171-1/+2
| | | | Notes: svn path=/head/; revision=568626
* java/openjdk16: fix build on powerpc64lePiotr Kubaj2021-03-161-4/+6
| | | | Notes: svn path=/head/; revision=568601
* java/openjdk15: fix build on powerpc64lePiotr Kubaj2021-03-164-7/+9
| | | | | | | Also cosmetic fixes related to powerpc64* for openjdk 12, 13, 14. Notes: svn path=/head/; revision=568594
* java/openjdk14: fix build on powerpc64lePiotr Kubaj2021-03-164-5/+51
| | | | | | | Approved by: tier 2 blanket Notes: svn path=/head/; revision=568588
* java/openjdk13: add powerpc64le supportPiotr Kubaj2021-03-161-4/+6
| | | | Notes: svn path=/head/; revision=568573
* java/openjfx14: enable on powerpc64lePiotr Kubaj2021-03-151-1/+1
| | | | Notes: svn path=/head/; revision=568465
* java/openjdk12: fix build on powerpc64lePiotr Kubaj2021-03-154-5/+51
| | | | | | | | | This ports r556940 to java/openjdk11. Approved by: tier 2 blanket Notes: svn path=/head/; revision=568464
* java/openjdk11: enable dtrace on powerpc64lePiotr Kubaj2021-03-151-2/+4
| | | | | | | Builds fine. Notes: svn path=/head/; revision=568452
* java/intellij-rubymine: update to 2020.3.2Rene Ladan2021-03-133-117/+317
| | | | | | | | While here, update to JDK 11+, this avoids a conflict when also having CLion installed. Take maintainership. Notes: svn path=/head/; revision=568248
* java/eclipse-pydev: resurrect portMichael Zhilin2021-03-117-0/+1479
| | | | | | | | | | | | | This commits resurrects java/eclipse-pydev, updates to latest version and fixes python version PR: 254194 Submitted by: mizhka Approved by: lwhsu Sponsored by: Postgres Professional Notes: svn path=/head/; revision=568131
* java/intellij-rubymine: Fix packaging with non-default Python versionsKai Knoblich2021-03-111-9/+9
| | | | | | | | | | | | * Replace a few occurrences in pkg-plist where PYTHON_VER shouldn't be used as a substitution. PR: 253815 Approved by: portmgr (build fix) MFH: 2021Q1 Notes: svn path=/head/; revision=568084
* java/eclipse: port to powerpc64lePiotr Kubaj2021-03-0911-290/+521
| | | | | | | | PR: 254149 Approved by: jonc@chen.org.nz (maintainer) Notes: svn path=/head/; revision=567877
* java/intellij-ultimate: some fixesFernando Apesteguía2021-03-012-8/+15
| | | | | | | | | | | | | * added pty4j native (bundled too old) * initial JDK 15+ support * fixed GUI rendering PR: 253747 Submitted by: dmitry.wagin@ya.ru Approved by: andoriyu@gmail.com (maintainer) Notes: svn path=/head/; revision=566830
* Add support for 16 as a version specifierGreg Lewis2021-02-233-11/+16
| | | | Notes: svn path=/head/; revision=566368
* Fix the build on i386Greg Lewis2021-02-231-0/+153
| | | | | | | | | | This change is a partial sync with the Linux version of this file. The included fix for i386 is to recognise i586 as a define instead of just i386. The change also includes some re-ordering and removal of sparc support, but they should be no-ops. Notes: svn path=/head/; revision=566366
* Replace ${ECHO} with ${ECHO_CMD}.Jung-uk Kim2021-02-191-3/+3
| | | | | | | | | ${ECHO} may be no-op when "make -s" is used. PR: 253588 Notes: svn path=/head/; revision=566035
* Add a port of OpenJDK 16Greg Lewis2021-02-1413-0/+494
| | | | Notes: svn path=/head/; revision=565254
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* Fix the build on aarch64Greg Lewis2021-02-141-0/+15
| | | | Notes: svn path=/head/; revision=565202
* Update to 13.0.7.1Greg Lewis2021-02-073-26/+5
| | | | Notes: svn path=/head/; revision=564603
* Fix build with Clang 11.Jung-uk Kim2021-02-055-0/+114
| | | | | | | | | | | https://github.com/battleblow/jdk14u/commit/11c638e62d57229828810b7fbdd1bb143808d5a3 https://github.com/battleblow/jdk14u/commit/a01e80aa36522ce709ee301afac057f649a1c472 https://github.com/battleblow/jdk14u/commit/0874ad9af5058d3dc9381e7d80745b8a3b1c5b6d PR: 250270 Notes: svn path=/head/; revision=564085
* Fix build with Clang 11.Jung-uk Kim2021-02-055-1/+114
| | | | | | | | | | | https://github.com/battleblow/openjdk-jdk12u/commit/9e8e504992f95cc36c6dcd6e6f57ac18b58e0db5 https://github.com/battleblow/openjdk-jdk12u/commit/c525150ace8816c503ccc618ea5559d06c99bbcb https://github.com/battleblow/openjdk-jdk12u/commit/dc2d99a20d0eea8d79cb31960cb693b2a4a39a4b PR: 250270 Notes: svn path=/head/; revision=564084
* java/visualvm: update to 2.0.6Steve Wills2021-02-053-6/+6
| | | | Notes: svn path=/head/; revision=564079
* java/intellij-ultimate: update to 2020.3.2Fernando Apesteguía2021-02-025-481/+520
| | | | | | | | | | | | ChangeLog: https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+2020.3.2+%28203.7148.57+build%29+Release+Notes PR: 253151 Submitted by: ale@FreeBSD.org Approved by: andoriyu@gmail.com (maintainer) Notes: svn path=/head/; revision=563786
* java/intellij-pty4j: Update to 0.11.4Fernando Apesteguía2021-02-012-13/+12
| | | | | | | | PR: 253133 Submitted by: dmitry.wagin@ya.ru (maintainer) Notes: svn path=/head/; revision=563596
* Update to 2021aGreg Lewis2021-01-313-5/+4
| | | | Notes: svn path=/head/; revision=563537
* Update to 15.0.2Greg Lewis2021-01-222-6/+5
| | | | Notes: svn path=/head/; revision=562271
* Update to 8u282 GAGreg Lewis2021-01-214-34/+5
| | | | Notes: svn path=/head/; revision=562171
* Update to 11.0.10 GAGreg Lewis2021-01-218-98/+10
| | | | Notes: svn path=/head/; revision=562170
* Mark as BROKEN on riscv64 the same as on aarch64.Mark Linimon2021-01-191-2/+3
| | | | | | | | | | While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=562017
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-1/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* java/aparapi: enable on powerpc64lePiotr Kubaj2021-01-031-1/+1
| | | | Notes: svn path=/head/; revision=560032
* Fix build on i386 by removing two old patches that worked around a bug inTijl Coosemans2020-12-293-29/+1
| | | | | | | the Mesa headers that has since been fixed. Notes: svn path=/head/; revision=559610
* java/aparapi: enable on powerpc64Piotr Kubaj2020-12-291-1/+1
| | | | | | | Builds fine. Notes: svn path=/head/; revision=559579