[Bug 213529] [NEW PORT] devel/arduino-tools: Formalize tools Arduino 1.6 depends on, create proper tools-builder/ structure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 16 03:47:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213529
Bug ID: 213529
Summary: [NEW PORT] devel/arduino-tools: Formalize tools
Arduino 1.6 depends on, create proper tools-builder/
structure
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: bsdports at kyle-evans.net
CC: bsam at FreeBSD.org
Whoo! This should be the last step. devel/arduino-tools formally requires the
tools that Arduino 1.6 depends on, and creates the proper file structure for a
tools/ (tools-builder/, in reality) directory that uses the tools required
(with exception to devel/arduino-ctags, which creates its own tools-builder/
path properly).
This is ideal over having devel/arduino16 do all of this because this bit could
also be used independently by devel/arduino-builder (it's not required,
though!) to build Arduino projects without the IDE. In fact, I already have
plans to do this on a RasPi with no X/Window Manager that I'd rather not
install Java on.
Things of note:
1.) This is mostly a metaport, but not enough of a metaport to USES= metaport.
It still installs files (well, symlinks), so NO_INSTALL and NO_MTREE are not
actually appropriate.
2.) This might be sketchy, so feel free to reject/request revision:
tools-builder/*/.pkg files are created with the contents "Used for dependency
management -- please do not delete this file" because I can't force a
RUN_DEPENDS on the path existing, but that's really all devel/arduino16 and
devel/arduino-builder needs to autodetect installation locations.
devel/arduino16 will formally require these ".pkg" files to exist so that
pkg(8) will actually register the dependency on devel/arduino-tools.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list