summaryrefslogtreecommitdiff
path: root/java/openjdk12/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk12: fix build on powerpc64lePiotr Kubaj2021-03-153-1/+45
| | | | | | | | | This ports r556940 to java/openjdk11. Approved by: tier 2 blanket Notes: svn path=/head/; revision=568464
* Fix build with Clang 11.Jung-uk Kim2021-02-054-0/+113
| | | | | | | | | | | 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
* 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 12.0.2+10.4Greg Lewis2020-04-181-59/+0
| | | | | | | | PR: 244947 Submitted by: Trond.Endrestol@ximalas.info Notes: svn path=/head/; revision=532044
* Fix the build on aarch64Greg Lewis2020-03-221-0/+59
| | | | | | | Submitted by: Klaus Küchemann <maciphone2@googlemail.com> Notes: svn path=/head/; revision=528937
* java/openjdk12: correctly patch openjdk12 for ppc64 elfv2Piotr Kubaj2020-01-161-0/+13
| | | | | | | | | The previous patch didn't check for architecture. PR: 243183 Notes: svn path=/head/; revision=523232
* Revert r523218, it breaks build on tier 1Antoine Brodin2020-01-161-11/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=523230
* java/openjdk12: fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-161-0/+11
| | | | | | | | | | | | 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: 243183 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=523218
* 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=516907
* Udpate to 12.0.2+10-3Greg Lewis2019-09-204-98/+0
| | | | Notes: svn path=/head/; revision=512419
* Prepare for aarch64 supportGreg Lewis2019-08-302-0/+74
| | | | | | | | | * 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
* Add powerpc64 supportGreg Lewis2019-08-261-0/+12
| | | | | | | PR: 237370 Notes: svn path=/head/; revision=509861
* Update cacertsGreg Lewis2019-08-201-0/+0
| | | | | | | * Use the latest cacerts file from Oracle's public distribution of 12.0.2 Notes: svn path=/head/; revision=509440
* Update to 12.0.2+10.2Greg Lewis2019-08-132-8/+20
| | | | Notes: svn path=/head/; revision=508822
* . Update to 12.0.1Greg Lewis2019-04-171-18/+0
| | | | Notes: svn path=/head/; revision=499213
* * Update to 12.0.0.33.2Greg Lewis2019-03-293-16/+41
| | | | | | | | | | * Sort LIB_DEPENDS and USE_XORG. * Add a dependency in alsa-lib now that sound is supported on FreeBSD. * Don't disable dtrace now that it is supported on FreeBSD. * Less intrusive iconv change. Notes: svn path=/head/; revision=497173
* Fix iconv(3) issues.Jung-uk Kim2019-03-281-0/+19
| | | | | | | PR: 236759 Notes: svn path=/head/; revision=497061
* Re-add the port of OpenJDK 12Greg Lewis2019-03-212-0/+14
| | | | Notes: svn path=/head/; revision=496480
* Remove openjdk12 to try a repo copy again.Greg Lewis2019-03-212-14/+0
| | | | Notes: svn path=/head/; revision=496479
* Add a port of OpenJDK 12Greg Lewis2019-03-212-0/+14
Notes: svn path=/head/; revision=496410