| Summary: | devel/sbt Latest port breaks OpenJDK 11 compatibility | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jens Grassel <freebsd-ports> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(ale) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: ale Date: Thu Nov 28 16:38:27 UTC 2019 New revision: 518589 URL: https://svnweb.freebsd.org/changeset/ports/518589 Log: Make it working with Java 11+ now that it's supported by bsd.java.mk. PR: 242277 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> Changes: head/devel/sbt/Makefile |
Created attachment 209503 [details] Include java8-rt-export.jar in devel/sbt Hi, the last update to sbt (1.3.4) did not include the java9-rt-export.jar file and thus broke compatibility with Java versions > 8. The attached patch corrects this issue. Kind regards, Jens