summaryrefslogtreecommitdiff
path: root/java/openjdk13/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on aarch64Greg Lewis2021-02-141-0/+15
| | | | Notes: svn path=/head/; revision=565202
* Update to 13.0.7.1Greg Lewis2021-02-071-20/+0
| | | | Notes: svn path=/head/; revision=564603
* Fix a crash per https://bugs.openjdk.java.net/browse/JDK-8250861Greg Lewis2020-11-071-0/+20
| | | | | | | This effectively upgrades us to 13.0.5.1 Notes: svn path=/head/; revision=554420
* Update to 13.0.4Greg Lewis2020-07-161-25/+0
| | | | Notes: svn path=/head/; revision=542321
* Update devel/gmake to 4.3.Tijl Coosemans2020-05-091-0/+25
| | | | | | | | | | | | | Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=534792
* java/openjdk13: fix compilation for powerpc64 elfv2Piotr Kubaj2020-02-071-0/+13
| | | | | | | | | | | | Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2. PR: 243186 Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=525470
* Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machinesGreg Lewis2019-11-061-0/+11
| | | | | | | | | | | * Make sure has_mfdscr() returns false on these machines as using it on FreeBSD 12.x will cause problems (e.g. SIGILL). PR: 239368 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=516908
* Add a port of OpenJDK 13Greg Lewis2019-09-184-0/+40
Notes: svn path=/head/; revision=512248