[Bug 285159] [NEW PORT] java/jextract: generate bindings from native libraries
Date: Wed, 05 Mar 2025 11:34:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285159 --- Comment #12 from Benjamin Takacs <nimaje+fbz@bureaucracy.de> --- (In reply to Igor Kolesnik from comment #11) I didn't wrote about using the java from DEFAULT_VERSIONS, your port has already a dependency on openjdk23 via USES=java and JAVA_VERSION=23, so it should use that one instead of installing a copy of it, USES=java gives you the variable JAVA which points to the java executable of the choosen java version too. If you want to do multiple versions of jextract for diffrent java versions you should make them installable at the same time by adding the java version somewhere. Flavours[0] would probably work for that. [0]: https://docs.freebsd.org/en/books/porters-handbook/flavors/ -- You are receiving this mail because: You are the assignee for the bug.