[Bug 200177] devel/arduino - Command line sketch is not loaded

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 28 00:49:13 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200177

James Elstone <james at elstone.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #156757|0                           |1
        is obsolete|                            |
 Attachment #156758|0                           |1
        is obsolete|                            |

--- Comment #5 from James Elstone <james at elstone.net> ---
Created attachment 179365
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179365&action=edit
svn diff for devel/arduino port addressing issues below (multiple files
changed)

QA performed; Issues related to port prior to specific bug fix being provided.

portlint -C passes with no warning (when port is clean).

There is a notable compile time warning regarding stripping of elf files, but
these are not targeted at FreeBSD, rather the Arduino hardware platform,
specifically an add on wifi shield.  This warning is considered erroneous in
this context.

Diff file contains updates for:
- Maintainer transfer (Maintainer timeout noted; no maintainer activity on this
bug in over a year)
- License information added
- Removes reference to Linux base (Linux Compatibility not required)
- Limited to Architectures know to be able to enumerate serial ports on using
RXTX port
- Corrected Desktop Entry (QA Issue)
- Links correct RXTX so library files depending on ARCH
- Removed CHMOD usage in Makefile, and moved to pkg-plist
- Corrected Arduino wrapper to allow loading of sketches from the command line. 
- Updated RXTX enumeration to prevent scanning of LPT ports to increase startup
speeds of Arduino IDE
- Corrected format of patch files
- Removed bundled Linux libraries from the port prior to installation.
- Included from bug #200178:
-- Adds support for Uarduno drivers
-- Corrects links for java and lib files installed by port [comms/RXTX].

Testing:
- Poudriere:   OK
- Portlint -C: OK (on clean port)
- Tested with Arduino and Genuino boards available here; port installs, allows
code entry, compiles and uploads as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list