aboutsummaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk11/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* java/bootstrap-openjdk11: add powerpc supportPiotr Kubaj2025-01-121-0/+2
|
* java/bootstrap-openjdk11: remove ELFv1 supportPiotr Kubaj2024-01-051-2/+0
|
* java/openjdk11: Add armv6 / armv7 supportMikael Urankar2021-05-181-0/+2
| | | | | PR: 255662 Approved by: portmgr (tier 2 blanket)
* java/bootstrap-openjdk11: add powerpc64le bootstrapPiotr Kubaj2020-12-031-1/+3
| | | | | | | | | | | | It's versioned 11.0.5.10.1, but this is to match what the port has. However, it was built from the latest tag from https://github.com/battleblow/openjdk-jdk11u (jdk-11.0.9+11-1). Since it's only a bootstrap, it's committed with this older PORTVERSION. PR: 251262 Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=556939
* java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-151-2/+4
| | | | | | | | | | | | | | | | Add bootstrap for powerpc64 elfv2. 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. I assume here that GCC will be used exclusively on ELFv1 systems and Clang on ELFv2. PR: 243182 Approved by: glewis (maintainer) Notes: svn path=/head/; revision=523182
* Update bootstrap for openjdk11Greg Lewis2019-11-061-9/+9
| | | | | | | | | | | * Re-roll bootstrap binaries. The main reason for this is that the previous binaries won't work correctly on a FreeBSD 12/powerpc64 POWER8+ machine. PR: 239368 Notes: svn path=/head/; revision=516905
* Add 12/aarch64 supportGreg Lewis2019-08-301-1/+3
| | | | | | | | | | * Add a bootstrap file for FreeBSD 12.x/aarch64 * Enable aarch64 in ONLY_FOR_ARCHES on FreeBSD 12.0 and up PR: 239246 Notes: svn path=/head/; revision=510294
* Add support for powerpc64Greg Lewis2019-08-251-1/+3
| | | | | | | PR: 237208 Notes: svn path=/head/; revision=509854
* . Update bootstrapGreg Lewis2019-03-211-3/+5
| | | | | | | . Add i386 support Notes: svn path=/head/; revision=496467
* Add a port to use as a bootstrap for jdk11 ports.Greg Lewis2019-03-161-0/+3
| | | | Notes: svn path=/head/; revision=495931
* Remove bootstrap-openjdk11 temporarily to do a repo copy from bootstrap-openjdk8Greg Lewis2019-03-161-3/+0
| | | | Notes: svn path=/head/; revision=495929
* Add a port to use as a bootstrap for jdk11 ports.Greg Lewis2019-03-121-0/+3
Notes: svn path=/head/; revision=495456