Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2017 18:42:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218770] devel/arduino18 - build fails for 1.8.2
Message-ID:  <bug-218770-13-JWZFDR4Zic@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218770-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218770-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218770

Kyle Evans <bsdports@kyle-evans.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181957|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from Kyle Evans <bsdports@kyle-evans.net> ---
Created attachment 181957
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181957&action=
=3Dedit
svn(1) diff of devel/arduino-core

Hi,

Apologies for the breakage -- the attached patch to devel/arduino-core and a
rebuild of that should fix it. If you want to try it without rebuilding, th=
is
is the end result of that patch to
/usr/local/arduino/hardware/package_index_bundled.json:

--- package_index_bundled.json.orig     2017-04-20 13:40:17.586096000 -0500
+++ package_index_bundled.json  2017-04-20 13:40:28.961958000 -0500
@@ -85,36 +85,36 @@
           "name": "avrdude",
           "version": "6.3.0-arduino9",
           "systems": [
             {
-                               "host": "-freebsd12"
+                               "host": "amd64-freebsd12"
                        }
           ]
         },
         {
           "name": "avr-gcc",
           "version": "4.9.2-atmel3.5.4-arduino2",
           "systems": [
             {
-                               "host": "-freebsd12"
+                               "host": "amd64-freebsd12"
             }
           ]
         },
         {
           "name": "bossac",
           "version": "1.7.0",
           "systems": [
             {
-                               "host": "-freebsd12"
+                               "host": "amd64-freebsd12"
             }
           ]
         },
         {
           "name": "arduinoOTA",
           "version": "1.1.1",
           "systems": [
             {
-                               "host": "-freebsd12"
+                               "host": "amd64-freebsd12"
             }
           ]
         }
       ]

--=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-218770-13-JWZFDR4Zic>