summaryrefslogtreecommitdiff
path: root/java/openjdk13 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk13: enable dtrace on powerpc64 elfv2Piotr Kubaj2021-03-171-1/+2
| | | | Notes: svn path=/head/; revision=568642
* java/openjdk15: fix build on powerpc64lePiotr Kubaj2021-03-161-1/+1
| | | | | | | Also cosmetic fixes related to powerpc64* for openjdk 12, 13, 14. Notes: svn path=/head/; revision=568594
* java/openjdk13: add powerpc64le supportPiotr Kubaj2021-03-161-4/+6
| | | | Notes: svn path=/head/; revision=568573
* 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 a crash per https://bugs.openjdk.java.net/browse/JDK-8250861Greg Lewis2020-11-072-0/+21
| | | | | | | This effectively upgrades us to 13.0.5.1 Notes: svn path=/head/; revision=554420
* Update to 13.0.5Greg Lewis2020-10-232-5/+5
| | | | Notes: svn path=/head/; revision=553083
* Update to 13.0.4Greg Lewis2020-07-163-31/+5
| | | | Notes: svn path=/head/; revision=542321
* More accurate vendor informationGreg Lewis2020-07-121-1/+7
| | | | | | | PR: 244634 Notes: svn path=/head/; revision=542063
* Multiple ports: improve regex complianceKyle Evans2020-06-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* 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
* Update to 13.0.3 GAGreg Lewis2020-04-182-5/+5
| | | | Notes: svn path=/head/; revision=531989
* Allow an already installed openjdk13 to be used as a bootstrapGreg Lewis2020-03-181-1/+2
| | | | Notes: svn path=/head/; revision=528625
* java/openjdk13: fix compilation for powerpc64 elfv2Piotr Kubaj2020-02-072-0/+16
| | | | | | | | | | | | 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
* Update to 13.0.2Greg Lewis2020-01-162-5/+5
| | | | | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 Notes: svn path=/head/; revision=523265
* Reinstate guidance to have /proc mountedGreg Lewis2019-11-091-1/+4
| | | | | | | | | * Having /proc mounted is not generally critical, but there is at least one piece of functionality that does rely on its presence at the moment (e.g. OperatingSystemMXBean) Notes: svn path=/head/; revision=517165
* Add USES=xorg USES=gl, ports categories jNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'j' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516912
* Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machinesGreg Lewis2019-11-062-0/+14
| | | | | | | | | | | * 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
* Update to 13.0.1 GAGreg Lewis2019-10-172-7/+7
| | | | Notes: svn path=/head/; revision=514682
* Sync with openjdk11Greg Lewis2019-09-271-4/+5
| | | | | | | | | | * Separate out platform/compiler concerns * Disable AoT on all arches except amd64 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=513045
* Add a port of OpenJDK 13Greg Lewis2019-09-188-0/+227
Notes: svn path=/head/; revision=512248