| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
17.0.1.12.1_3 25 Nov 2025 20:53:10
    |
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. |
17.0.1.12.1_2 14 Nov 2025 17:59:45
    |
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 |
17.0.1.12.1_1 13 Aug 2025 12:30:41
    |
Dag-Erling Smørgrav (des)  |
java/bootstrap-openjdk17: Require compat14x
This port installs precompiled binaries which rely on libutil.so.9,
which is replaced by libutil.so.10 in FreeBSD 15 and up.
Note that this only helps platforms for which misc/compat14x is
available, i.e. i386, amd64, and aarch64. The port remains broken
on powerpc, powerpc64, and powerpc64le.
Differential Revision: https://reviews.freebsd.org/D51873 |
17.0.1.12.1 17 Jan 2025 21:46:12
    |
Piotr Kubaj (pkubaj)  |
java/bootstrap-openjdk17: add powerpc bootstrap
While here, also rename powerpc64 to remove the unnecessary elfv2 string. |
17.0.1.12.1 05 Jan 2024 21:01:03
    |
Piotr Kubaj (pkubaj)  |
java/bootstrap-openjdk17: drop 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) |
17.0.1.12.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 ) |
17.0.1.12.1 01 Jan 2022 07:58:27
    |
Greg Lewis (glewis)  |
java/bootstrap-openjdk17: Add i386 support |
17.0.1.12.1 20 Dec 2021 12:45:04
    |
Piotr Kubaj (pkubaj)  |
java/bootstrap-openjdk17: add bootstrap for powerpc64le |
17.0.1.12.1 20 Dec 2021 01:56:40
    |
Piotr Kubaj (pkubaj)  |
java/bootstrap-openjdk17: add powerpc64 bootstrap
Since some files are not present after building openjdk17, they need to be
excluded. |
17.0.1.12.1 27 Nov 2021 16:30:22
    |
Greg Lewis (glewis)  |
java/bootstrap-openjdk17: Add a bootstrap port for openjdk17 |