Summary: | [patch] devel/arduino16: Remove jssc-* symlink altogether to avoid confusion | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kyle Evans <kevans> | ||||
Component: | Individual Port(s) | Assignee: | Boris Samorodov <bsam> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | bsam | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Take. A commit references this bug: Author: bsam Date: Fri Oct 28 19:36:22 UTC 2016 New revision: 424877 URL: https://svnweb.freebsd.org/changeset/ports/424877 Log: devel/arduino16: Remove unneeded symlink. PR: 213837 Submitted by: Kyle Evans <bsdports@kyle-evans.net> (maintainer) Changes: head/devel/arduino16/Makefile head/devel/arduino16/pkg-plist Committed, thanks! |
Created attachment 176224 [details] svn(1) diff of devel/arduino16 Hi, Testing on the part of bsam@ and myself has revealed that openjdk will favor things in ${JAVA_HOME}/jre/lib/ext over this local arduino/lib directory, and that the symlink in arduino/lib is in fact not necessary. Given that this file's presence in arduino/lib does not help anything, remove it to avoid confusion as to its existence.