Port details |
- bootstrap-openjdk8 Java Development Kit 8
- r450802_2 java
=4 r450802_2Version of this port present on the latest quarterly branch. - Maintainer: jkim@FreeBSD.org
 - Port Added: 2017-09-28 20:13:01
- Last Update: 2021-09-01 16:23:08
- Commit Hash: 1eb8f96
- People watching this port, also watch:: libinotify, py38-pycparser, openjdk8, font-misc-meltho, mkfontscale
- Also Listed In: devel
- License: GPLv2
- Description:
- OpenJDK is an open-source implementation of the Java Platform, Standard Edition.
Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.
WWW: https://openjdk.java.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bootstrap-openjdk8>0:java/bootstrap-openjdk8
- To install the port:
- cd /usr/ports/java/bootstrap-openjdk8/ && make install clean
- To add the package, run one of these commands:
- pkg install java/bootstrap-openjdk8
- pkg install bootstrap-openjdk8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bootstrap-openjdk8
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1506581409
SHA256 (openjdk8-amd64-r450802.tar.xz) = 62436cab1d96c02130c6165d64d3c2e20823bd71bacf3a006f95fea90892897d
SIZE (openjdk8-amd64-r450802.tar.xz) = 28889044
- Packages (timestamps in pop-ups are UTC):
- This port is required by:
- for Build
-
- java/openjdk8
- java/openjdk8-jre
- Configuration Options:
- No options to configure
- Options name:
- java_bootstrap-openjdk8
- USES:
- tar:xz
- pkg-message:
- For install:
- WARNING: This port only exists for bootstrapping java/openjdk8.
You are advised to remove this port as soon as a stable JDK is built.
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.
If you have not done it yet, please do the following:
mount -t fdescfs fdesc /dev/fd
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Sep 2021 16:23:08 r450802_2
|
Mikael Urankar (mikael)  |
java/openjdk8: Switch to server mode on aarch64
PR: 257929
Approved by: java (maintainer timeout)
Tested by: Ronald Klop <ronald-lists@klop.ws> |
07 Apr 2021 08:09:01 r450802_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 r450802_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Nov 2020 00:42:53
r450802_1
|
pkubaj  |
java/bootstrap-openjdk8: add bootstrap for powerpc64le |
06 Aug 2020 04:27:10
r450802_1
|
glewis  |
Unbreak on ARM by depending on the previous libffi version
PR: 248099 |
04 Jul 2020 18:11:42
r450802_1
|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
13 Jan 2020 13:24:56
r450802
|
pkubaj  |
java/bootstrap-openjdk8: use the correct behaviour for the bootstrap
LOCAL was correct after all.
Reported by: fluffy, linimon |
13 Jan 2020 10:04:17
r450802
|
pkubaj  |
java/bootstrap-openjdk8: put ppc64 elfv2 bootstrap on people.freebsd.org
It looks like LOCAL is not mapped to people.freebsd.org after all. |
12 Jan 2020 19:10:40
r450802
|
pkubaj  |
java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2
Since the maintainer didn't respond, I'm adding the bootstrap to my own
directory on freefall.
PR: 242965
Submitted by: Mikael Urankar (original version)
Approved by: java (maintainer timeout) |
13 Aug 2019 22:22:35
r450802
|
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
13 Mar 2019 16:11:29
r450802
|
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
01 Dec 2017 01:41:29
r450802
|
jkim  |
Add support for powerpc64.
PR: 223262 |
02 Nov 2017 05:29:33
r450802
|
jkim  |
Add support for aarch64.
PR: 223231 |
02 Oct 2017 16:24:19
r450802
|
jkim  |
Update arm distfiles to sync. with amd64 and i386. |
28 Sep 2017 20:12:51
r450802
|
jkim  |
Add bootstrap JDK for OpenJDK8.
PR: 210283
PR: 221897
PR: 222460 |