Port details |
- bootstrap-openjdk8 Java Development Kit 8
- r450802_2 java =6 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: 2024-01-05 21:01:06
- Commit Hash: 9817508
- People watching this port, also watch:: libevent, indexinfo, autoconf, libXdamage, p5-Text-Unidecode
- Also Listed In: devel
- License: GPLv2
- WWW:
- https://openjdk.java.net/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 has no dependencies.
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
r450802_2 05 Jan 2024 21:01:06 |
Piotr Kubaj (pkubaj) |
java/bootstrap-openjdk8: remove ELFv1 support |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
r450802_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
r450802_2 01 Sep 2021 16:23:08 |
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> |
r450802_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
r450802_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
r450802_1 19 Nov 2020 00:42:53 |
pkubaj |
java/bootstrap-openjdk8: add bootstrap for powerpc64le |
r450802_1 06 Aug 2020 04:27:10 |
glewis |
Unbreak on ARM by depending on the previous libffi version
PR: 248099 |
r450802_1 04 Jul 2020 18:11:42 |
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) |
r450802 13 Jan 2020 13:24:56 |
pkubaj |
java/bootstrap-openjdk8: use the correct behaviour for the bootstrap
LOCAL was correct after all.
Reported by: fluffy, linimon |
r450802 13 Jan 2020 10:04:17 |
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. |
r450802 12 Jan 2020 19:10:40 |
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) |
r450802 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
r450802 13 Mar 2019 16:11:29 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
r450802 01 Dec 2017 01:41:29 |
jkim |
Add support for powerpc64.
PR: 223262 |
r450802 02 Nov 2017 05:29:33 |
jkim |
Add support for aarch64.
PR: 223231 |
r450802 02 Oct 2017 16:24:19 |
jkim |
Update arm distfiles to sync. with amd64 and i386. |
r450802 28 Sep 2017 20:12:51 |
jkim |
Add bootstrap JDK for OpenJDK8.
PR: 210283
PR: 221897
PR: 222460 |