Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebuild lang/rust consumers after r569489 | Tobias Kortkamp | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | java/intellij-rubymine: update to 2020.3.3 | Rene Ladan | 2021-03-21 | 2 | -4/+4 |
| | | | | | Bugfix release, see changelog at https://blog.jetbrains.com/ruby/2021/03/rubymine-2020-3-3-is-available/ | ||||
* | java/openjdk16: enable dtrace on powerpc64 elfv2 | Piotr Kubaj | 2021-03-17 | 1 | -1/+2 |
| | |||||
* | java/openjdk15: enable dtrace on powerpc64 elfv2 | Piotr Kubaj | 2021-03-17 | 1 | -1/+2 |
| | |||||
* | java/openjdk14: enable dtrace on powerpc64 | Piotr Kubaj | 2021-03-17 | 1 | -2/+2 |
| | |||||
* | java/openjdk13: enable dtrace on powerpc64 elfv2 | Piotr Kubaj | 2021-03-17 | 1 | -1/+2 |
| | |||||
* | java/openjdk12: enable dtrace on powerpc64 elfv2 | Piotr Kubaj | 2021-03-17 | 1 | -2/+2 |
| | |||||
* | java/openjdk11: enable dtrace on powerpc64 elfv2 | Piotr Kubaj | 2021-03-17 | 1 | -1/+2 |
| | |||||
* | java/openjdk16: fix build on powerpc64le | Piotr Kubaj | 2021-03-16 | 1 | -4/+6 |
| | |||||
* | java/openjdk15: fix build on powerpc64le | Piotr Kubaj | 2021-03-16 | 4 | -7/+9 |
| | | | | Also cosmetic fixes related to powerpc64* for openjdk 12, 13, 14. | ||||
* | java/openjdk14: fix build on powerpc64le | Piotr Kubaj | 2021-03-16 | 4 | -5/+51 |
| | | | | Approved by: tier 2 blanket | ||||
* | java/openjdk13: add powerpc64le support | Piotr Kubaj | 2021-03-16 | 1 | -4/+6 |
| | |||||
* | java/openjfx14: enable on powerpc64le | Piotr Kubaj | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | java/openjdk12: fix build on powerpc64le | Piotr Kubaj | 2021-03-15 | 4 | -5/+51 |
| | | | | | | This ports r556940 to java/openjdk11. Approved by: tier 2 blanket | ||||
* | java/openjdk11: enable dtrace on powerpc64le | Piotr Kubaj | 2021-03-15 | 1 | -2/+4 |
| | | | | Builds fine. | ||||
* | java/intellij-rubymine: update to 2020.3.2 | Rene Ladan | 2021-03-13 | 3 | -117/+317 |
| | | | | | While here, update to JDK 11+, this avoids a conflict when also having CLion installed. Take maintainership. | ||||
* | java/eclipse-pydev: resurrect port | Michael Zhilin | 2021-03-11 | 7 | -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 | ||||
* | java/intellij-rubymine: Fix packaging with non-default Python versions | Kai Knoblich | 2021-03-11 | 1 | -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 | ||||
* | java/eclipse: port to powerpc64le | Piotr Kubaj | 2021-03-09 | 11 | -290/+521 |
| | | | | | PR: 254149 Approved by: jonc@chen.org.nz (maintainer) | ||||
* | java/intellij-ultimate: some fixes | Fernando Apesteguía | 2021-03-01 | 2 | -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) | ||||
* | Add support for 16 as a version specifier | Greg Lewis | 2021-02-23 | 3 | -11/+16 |
| | |||||
* | Fix the build on i386 | Greg Lewis | 2021-02-23 | 1 | -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. | ||||
* | Replace ${ECHO} with ${ECHO_CMD}. | Jung-uk Kim | 2021-02-19 | 1 | -3/+3 |
| | | | | | | ${ECHO} may be no-op when "make -s" is used. PR: 253588 | ||||
* | Add a port of OpenJDK 16 | Greg Lewis | 2021-02-14 | 13 | -0/+494 |
| | |||||
* | lang/rust: Update to 1.50.0 | Mikael Urankar | 2021-02-14 | 1 | -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 | ||||
* | Fix the build on aarch64 | Greg Lewis | 2021-02-14 | 1 | -0/+15 |
| | |||||
* | Update to 13.0.7.1 | Greg Lewis | 2021-02-07 | 3 | -26/+5 |
| | |||||
* | Fix build with Clang 11. | Jung-uk Kim | 2021-02-05 | 5 | -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 | ||||
* | Fix build with Clang 11. | Jung-uk Kim | 2021-02-05 | 5 | -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 | ||||
* | java/visualvm: update to 2.0.6 | Steve Wills | 2021-02-05 | 3 | -6/+6 |
| | |||||
* | java/intellij-ultimate: update to 2020.3.2 | Fernando Apesteguía | 2021-02-02 | 5 | -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) | ||||
* | java/intellij-pty4j: Update to 0.11.4 | Fernando Apesteguía | 2021-02-01 | 2 | -13/+12 |
| | | | | | PR: 253133 Submitted by: dmitry.wagin@ya.ru (maintainer) | ||||
* | Update to 2021a | Greg Lewis | 2021-01-31 | 3 | -5/+4 |
| | |||||
* | Update to 15.0.2 | Greg Lewis | 2021-01-22 | 2 | -6/+5 |
| | |||||
* | Update to 8u282 GA | Greg Lewis | 2021-01-21 | 4 | -34/+5 |
| | |||||
* | Update to 11.0.10 GA | Greg Lewis | 2021-01-21 | 8 | -98/+10 |
| | |||||
* | Mark as BROKEN on riscv64 the same as on aarch64. | Mark Linimon | 2021-01-19 | 1 | -2/+3 |
| | | | | | | | While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing | ||||
* | lang/rust: Update to 1.49.0 | Mikael Urankar | 2021-01-06 | 1 | -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 | ||||
* | java/aparapi: enable on powerpc64le | Piotr Kubaj | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | Fix build on i386 by removing two old patches that worked around a bug in | Tijl Coosemans | 2020-12-29 | 3 | -29/+1 |
| | | | | the Mesa headers that has since been fixed. | ||||
* | java/aparapi: enable on powerpc64 | Piotr Kubaj | 2020-12-29 | 1 | -1/+1 |
| | | | | Builds fine. | ||||
* | Restrict to Java 8, since this doesn't compile with Java 11 | Greg Lewis | 2020-12-27 | 1 | -0/+1 |
| | | | | PR: 251774 | ||||
* | Restrict to Java 8, since this doesn't compile with Java 11 | Greg Lewis | 2020-12-27 | 1 | -0/+1 |
| | | | | PR: 251774 | ||||
* | Restrict to Java 8, since this doesn't compile with Java 11 | Greg Lewis | 2020-12-27 | 1 | -0/+1 |
| | | | | PR: 251774 | ||||
* | Restrict to Java 8, since this doesn't compile with Java 11 | Greg Lewis | 2020-12-27 | 1 | -0/+1 |
| | | | | PR: 251774 | ||||
* | Restrict to Java 8, since this doesn't compile with Java 11 | Greg Lewis | 2020-12-27 | 1 | -0/+1 |
| | | | | PR: 251774 | ||||
* | Restrict to Java 8, since this doesn't compile with Java 11 | Greg Lewis | 2020-12-27 | 1 | -0/+1 |
| | | | | PR: 251774 | ||||
* | java/bootstrap-openjdk11: fix packaging on aarch64 | Piotr Kubaj | 2020-12-22 | 1 | -0/+1 |
| | | | | | PR: 251262 Reported by: mikael | ||||
* | java/visualvm: update to 2.0.5 | Steve Wills | 2020-12-18 | 3 | -4/+5 |
| | |||||
* | devel/intellij-rubymine: pet portlint | Pedro F. Giffuni | 2020-12-16 | 1 | -1/+2 |
| | | | | | | USES= goes before USE_ Approved by: thierry (mentor, implicit) |