Summary: | archivers/snappy-java: Please update for java 1.7+ | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Wemm <peter> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | feld, hsn, w.schwarzenfeld | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(hsn) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 165569 [details]
Patch to allow openjdk7 and later
There are newer versions 1.1.2 or 1.1.3. (In reply to w.schwarzenfeld from comment #2) updating snappy-java requires a lot of effort so that should be tracked in a different bug A commit references this bug: Author: feld Date: Tue Feb 2 01:36:45 UTC 2016 New revision: 407790 URL: https://svnweb.freebsd.org/changeset/ports/407790 Log: archivers/snappy-java: Allow JAVA_VERSIONS 1.7+ This prevents duplicate java versions from being installed if a port requires a newer jdk and snappy-java. PR: 206240 Approved by: maintainer timeout Changes: head/archivers/snappy-java/Makefile |
Created attachment 165568 [details] Patch to allow openjdk7 and later This port works with openjdk8 just fine but it had "JAVA_VERSION=1.7" in the initial commit. It does not work with 1.6. I believe it should be "JAVA_VERSION=1.7+". Proposed patch attached.