Port details on branch 2024Q3 |
- 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:
|