Bug 213837 - [patch] devel/arduino16: Remove jssc-* symlink altogether to avoid confusion
Summary: [patch] devel/arduino16: Remove jssc-* symlink altogether to avoid confusion
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-10-27 19:24 UTC by Kyle Evans
Modified: 2016-10-28 19:59 UTC (History)
1 user (show)

See Also:


Attachments
svn(1) diff of devel/arduino16 (1.25 KB, patch)
2016-10-27 19:24 UTC, Kyle Evans
kevans: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!