Bug 213837

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:
Description Flags
svn(1) diff of devel/arduino16 kevans: maintainer-approval+

Description Kyle Evans freebsd_committer freebsd_triage 2016-10-27 19:24:57 UTC
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.
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2016-10-27 19:26:08 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-10-28 19:36:27 UTC
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
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2016-10-28 19:59:28 UTC
Committed, thanks!