Page MenuHomeFreeBSD

java/openjdk*: Fix possible race after configure
ClosedPublic

Authored by haraldei on Apr 7 2026, 8:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 12, 1:17 AM
Unknown Object (File)
Sun, Sep 6, 6:12 PM
Unknown Object (File)
Fri, Sep 4, 10:10 PM
Unknown Object (File)
Fri, Sep 4, 9:05 PM
Unknown Object (File)
Fri, Sep 4, 9:01 PM
Unknown Object (File)
Mon, Aug 31, 11:12 AM
Unknown Object (File)
Tue, Aug 25, 5:37 PM
Unknown Object (File)
Aug 11 2026, 8:22 PM
Subscribers
None

Details

Summary

Some setups could fail when building with poudriere bulk with a message
about the configuration was out of date. Since configure is run as part
of the build in any case, we don't need the explicit configure check in
the openjdk build system, so we disable it.

Fix originally proposed by jonc@chen.org.nz.

Since this doen not change the port, only whether it will build or not,
I have not bumped the PORTREVISION for this change.

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294199
Reported by: nxjoseph@
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72008
Build 68891: arc lint + arc unit

Event Timeline

haraldei created this revision.
This revision is now accepted and ready to land.Apr 7 2026, 10:02 PM