Page MenuHomeFreeBSD

java/openjdk*: Fix possible race after configure
ClosedPublic

Authored by haraldei on Tue, Apr 7, 8:15 AM.
Tags
None
Referenced Files
F153059532: D56289.id.diff
Sat, Apr 18, 9:47 PM
Unknown Object (File)
Sat, Apr 18, 11:40 AM
Unknown Object (File)
Sat, Apr 18, 11:39 AM
Unknown Object (File)
Sat, Apr 18, 9:39 AM
Unknown Object (File)
Sat, Apr 18, 3:47 AM
Unknown Object (File)
Fri, Apr 17, 9:01 AM
Unknown Object (File)
Fri, Apr 17, 6:54 AM
Unknown Object (File)
Thu, Apr 16, 11:36 AM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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