Page MenuHomeFreeBSD

java/openjdk8-20: Bootstrap from prebuilt packages
Needs ReviewPublic

Authored by haraldei on Tue, Jan 13, 10:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 13, 7:57 PM
Unknown Object (File)
Tue, Jan 13, 6:31 PM
Subscribers
None

Details

Summary

Use prebuilt known good packages (derived from the official pkgs)
instead of depending on the previous version of the OpenJDK.

This patch fixes bootstrapping for openjdk8-20 except 18 which is
expired, and 19 which has been dealt with before.

Sponsored by: The FreeBSD Foundation

Test Plan
  • Have tested build only on aarch64 and amd64.
  • Will test on i386 as well.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 69852
Build 66735: arc lint + arc unit

Event Timeline

haraldei created this revision.
java/openjdk11/Makefile
146

I would prefer DISTFILES being set in the top block where people expect it. The other two variables can stay here, maybe even moved to where JDK_ARCH is defined?