[Bug 218770] devel/arduino18 - build fails for 1.8.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 20 18:42:05 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218770

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

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

--- Comment #3 from Kyle Evans <bsdports at kyle-evans.net> ---
Created attachment 181957
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181957&action=edit
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, this
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"
             }
           ]
         }
       ]

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list