Page MenuHomeFreeBSD

java/openjfx14: Fix openjfx14 after 9477c9da0a4
ClosedPublic

Authored by haraldei on Mon, Aug 31, 4:55 PM.
Tags
None
Referenced Files
F173176563: D59290.diff
Thu, Sep 24, 3:08 AM
Unknown Object (File)
Wed, Sep 16, 12:10 AM
Unknown Object (File)
Mon, Sep 14, 7:19 PM
Unknown Object (File)
Sun, Sep 13, 7:36 PM
Unknown Object (File)
Sun, Sep 13, 5:30 AM
Unknown Object (File)
Sun, Sep 13, 1:03 AM
Unknown Object (File)
Sat, Sep 12, 11:34 PM
Unknown Object (File)
Sat, Sep 12, 3:30 PM
Subscribers
None

Details

Summary

Removing USE_LDCONFIG from openjdk11 caused the package for openjfx14 to
fail to build, because it could not find libjvm.so, previously exported
from openjdk11 (and 8).

Making the openjfx14 package ignore this should be safe, as it in any
case relies on openjdk11 which again contains the lib and knows how to
locate and load it.

Thanks to ronald@ for pointing me in the right direction!

PR: 297282
Reported by: vvd@FreeBSD.org
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.

Tested build of databases/sqldeveloper and java/openjfx14 in poudriere 14.4 amd64.

java/openjfx14/Makefile
36

Move after LDFLAGS - warning from portclippy.

This revision is now accepted and ready to land.Mon, Aug 31, 10:10 PM
This revision was automatically updated to reflect the committed changes.
haraldei marked an inline comment as done.
java/openjfx14/Makefile
36

Thanks for reviewing! Fixed in the commit.