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)
Tue, Aug 11, 8:22 PM
Unknown Object (File)
Sat, Aug 8, 1:40 PM
Unknown Object (File)
Thu, Jul 30, 12:52 PM
Unknown Object (File)
Wed, Jul 29, 11:18 PM
Unknown Object (File)
Wed, Jul 29, 11:18 PM
Unknown Object (File)
Mon, Jul 27, 5:55 AM
Unknown Object (File)
Sat, Jul 25, 3:53 AM
Unknown Object (File)
Thu, Jul 23, 8:48 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