Page MenuHomeFreeBSD

java/openjfx14: Fix openjfx14 after 9477c9da0a4
AcceptedPublic

Authored by haraldei on Mon, Aug 31, 4:55 PM.

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 76350
Build 73233: arc lint + arc unit

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