Port details |
- bootstrap-openjdk11 Java Development Kit 11
- 11.0.5.10.1 java =3 11.0.5.10.1Version of this port present on the latest quarterly branch.
- Maintainer: java@FreeBSD.org
- Port Added: 2019-03-12 14:29:09
- Last Update: 2024-01-05 21:00:54
- Commit Hash: 7b33ed2
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py39-beautifulsoup, mDNSResponder
- 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-openjdk11>0:java/bootstrap-openjdk11
- To install the port:
- cd /usr/ports/java/bootstrap-openjdk11/ && make install clean
- To add the package, run one of these commands:
- pkg install java/bootstrap-openjdk11
- pkg install bootstrap-openjdk11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bootstrap-openjdk11
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 powerpc64 powerpc64le aarch64 armv6 armv7
- distinfo:
- TIMESTAMP = 1605804456
SHA256 (bootstrap-openjdk11-aarch64-12-11.0.5.10.1.tar.xz) = 37a9a9761f2f29c98cc1cc571093b6ca5e33c502a700e87f24ddb774920ee93d
SIZE (bootstrap-openjdk11-aarch64-12-11.0.5.10.1.tar.xz) = 97125784
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- java/openjdk11
- java/openjdk11-jre
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- java_bootstrap-openjdk11
- USES:
- tar:xz
- pkg-message:
- For install:
- WARNING: This port only exists for bootstrapping java/openjdk11.
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
If you have not done it yet, please do the following:
mount -t fdescfs fdesc /dev/fd
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs 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 |
11.0.5.10.1 05 Jan 2024 21:00:54 |
Piotr Kubaj (pkubaj) |
java/bootstrap-openjdk11: 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) |
11.0.5.10.1 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 ) |
11.0.5.10.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
11.0.5.10.1 18 May 2021 15:57:36 |
Mikael Urankar (mikael) |
java/openjdk11: Add armv6 / armv7 support
PR: 255662
Approved by: portmgr (tier 2 blanket) |
11.0.5.10.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.0.5.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.0.5.10.1 22 Dec 2020 23:28:17 |
pkubaj |
java/bootstrap-openjdk11: fix packaging on aarch64
PR: 251262
Reported by: mikael |
11.0.5.10.1 03 Dec 2020 23:44:40 |
pkubaj |
java/bootstrap-openjdk11: add powerpc64le bootstrap
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) |
11.0.5.10.1 15 Jan 2020 22:08:04 |
pkubaj |
java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2
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) |
11.0.5.10.1 06 Nov 2019 17:19:30 |
glewis |
Update bootstrap for openjdk11
* 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 |
11.0.2.9.2_1 30 Aug 2019 21:21:09 |
glewis |
Add 12/aarch64 support
* Add a bootstrap file for FreeBSD 12.x/aarch64
* Enable aarch64 in ONLY_FOR_ARCHES on FreeBSD 12.0 and up
PR: 239246 |
11.0.2.9.2_1 25 Aug 2019 20:22:05 |
glewis |
Add support for powerpc64
PR: 237208 |
11.0.2.9.2_1 24 Aug 2019 22:28:35 |
glewis |
Minor fixes
* Fix include file path
* Fix the mode for jspawnhelper so it is executable
* Sort the packing list |
11.0.2.9.2 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
11.0.2.9.2 21 Mar 2019 14:45:11 |
glewis |
. Update bootstrap
. Add i386 support |
11.0.2 16 Mar 2019 17:58:48 |
glewis |
Add a port to use as a bootstrap for jdk11 ports. |
11.0.2 16 Mar 2019 17:56:58 |
glewis |
Remove bootstrap-openjdk11 temporarily to do a repo copy from bootstrap-openjdk8 |
11.0.2 13 Mar 2019 17:48:04 |
glewis |
Update COMMENT and MAINTAINER
Reported by: ale@ |
11.0.2 13 Mar 2019 16:11:19 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
11.0.2 12 Mar 2019 14:28:41 |
glewis |
Add a port to use as a bootstrap for jdk11 ports. |