From owner-freebsd-ports-bugs@freebsd.org Sun Oct 16 03:47:21 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23195C1278A for ; Sun, 16 Oct 2016 03:47:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC65F850 for ; Sun, 16 Oct 2016 03:47:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9G3lKAF004479 for ; Sun, 16 Oct 2016 03:47:20 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sun, 16 Oct 2016 03:47:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bsdports@kyle-evans.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 03:47:21 -0000 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.=