On 2015/08/28 21:42, Christian Schulte wrote: > Am 08/28/15 um 21:08 schrieb Bryan Everly: > >Nobody is working on this as far as I know. What are you thinking? > >I've been helping to port all of the OpenJDK regression test tools. > >Looking for some help? > > I cloned the OpenJFX repository and tried building it. I then started fixing > things step by step until I could compile things. It now turns out that > there is quite some work to do, to make it run on OpenBSD. I am currently > running into issues like aborting processes because a mutex is unlocked > which hasn't been locked and things like that (incorrect GDK intialization > prior to calling gtk_main()). Then there are hardcoded references to Lucida > fonts in the JRE which aren't available in OpenBSD.
I don't know anything about OpenJFX, but FWIW the Lucida fonts should be aliased in /etc/fonts/conf.d/30-lucida-aliases.conf. Or is it specifically looking for .ttf files for them?
