Date: Sun, 16 Oct 2016 03:47:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213529] [NEW PORT] devel/arduino-tools: Formalize tools Arduino 1.6 depends on, create proper tools-builder/ structure Message-ID: <bug-213529-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213529 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@FreeBSD.org Reporter: bsdports@kyle-evans.net CC: bsam@FreeBSD.org Whoo! This should be the last step. devel/arduino-tools formally requires t= he tools that Arduino 1.6 depends on, and creates the proper file structure fo= r 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 c= ould 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=3D meta= port. 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 dependen= cy 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213529-13>