Summary: | [PATCH] devel/arduino-core: Update to 1.6.13 w/ some cleanup | ||||||||
---|---|---|---|---|---|---|---|---|---|
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 | Flags: | bsam:
maintainer-feedback+
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 177490 [details]
svn(1) diff of devel/arduino-core
Additional cleanup:
* If in `make makesum`, enable all of the options so that optional distfiles get fetched. I've modeled this after devel/android-tools-fastboot, because that seems like the cleanest way to catch all cases of optional distfiles. Many others were modifying DISTFILES directly, and that doesn't seem appealing.
Take. A commit references this bug: Author: bsam Date: Sun Dec 25 22:25:49 UTC 2016 New revision: 429467 URL: https://svnweb.freebsd.org/changeset/ports/429467 Log: devel/arduino-core: Update to 1.6.13 with some cleanup. PR: 214909 Submitted by: Kyle Evance <bsdports@kyle-evans.net> (maintainer) Changes: head/devel/arduino-core/Makefile head/devel/arduino-core/distinfo head/devel/arduino-core/files/patch-hardware_package__index__bundled.json Committed, thanks! (In reply to Boris Samorodov from comment #4) Hi, Thanks! =) The itoa patches should also go away, though -- I did manage to get those upstreamed. |
Created attachment 177488 [details] svn(1) diff of devel/arduino-core Cleanup entails: * Set DIST_SUBDIR to avoid distfile duplication with devel/arduino16 * Stop clobbering ARCH (See: PR 214776) An update to devel/arduino16 to 1.6.13 will follow. Tested w/ Poudriere and built a couple sketches I have laying around to make sure everything is happy.