| Port details on branch 2025Q4 |
- bootstrap-openjdk8 Java Development Kit 8
- r450802_4 java
=0 r450802_4Version of this port present on the latest quarterly branch. - Maintainer: jkim@FreeBSD.org
 - Port Added: 2025-11-14 18:03:12
- Last Update: 2025-11-25 20:53:41
- Commit Hash: bd6fc4a
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 powerpc 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.
- There are no ports dependent upon this port
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:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
r450802_4 25 Nov 2025 20:53:41
    |
Bryan Drewery (bdrewery)  |
java/bootstrap-openjdk*: Revert 13f33637597.
BUNDLE_LIBS is for preventing _providing_ libraries. In this
case the pre-compiled binary distributed has dependencies on
libraries that are not provided here. BUNDLE_LIBS does not
help the problem.
(cherry picked from commit 845acc2903f0d1e4a4bf7389db7825b95241a913) |
r450802_3 14 Nov 2025 18:02:12
    |
Bryan Drewery (bdrewery)  |
java/bootstrap-openjdk*: Mark these ports as bundling libraries.
This prevents Pkg from recording the bundled libraries as
dependencies. This otherwise can confuse Pkg and Poudriere
about missing dependencies.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D53723
(cherry picked from commit 13f336375974eacab8d10a64c0d945d17acf1244) |
Number of commits found: 2
|