View | Details | Raw Unified | Return to bug 218221 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	arduino-core
3
PORTNAME=	arduino-core
4
PORTVERSION=	1.6.13
4
PORTVERSION=	1.6.18
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
DIST_SUBDIR=	arduino
6
DIST_SUBDIR=	arduino
7
7
Lines 14-19 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	arduino
15
GH_ACCOUNT=	arduino
16
GH_PROJECT=	Arduino
16
GH_PROJECT=	Arduino
17
GH_TAGNAME=	b439a77
18
GH_TUPLE=	arduino:ArduinoCore-sam:fc57f2e:sam/hardware/arduino/sam
17
19
18
STRIP=		# No stripping, uses Elf firmware
20
STRIP=		# No stripping, uses Elf firmware
19
21
Lines 25-31 Link Here
25
27
26
NO_BUILD=	yes
28
NO_BUILD=	yes
27
SAMD_DESC=	Core support for SAMD boards (Zero/MKR1000)
29
SAMD_DESC=	Core support for SAMD boards (Zero/MKR1000)
28
SAMD_GH_TUPLE=	arduino:ArduinoCore-samd:1.6.8:samd/hardware/arduino/samd
30
SAMD_GH_TUPLE=	arduino:ArduinoCore-samd:1.6.12:samd/hardware/arduino/samd
29
SAMD_EXTRA_PATCHES=	${PATCHDIR}/extrapatch-hardware_arduino_samd_platform.txt
31
SAMD_EXTRA_PATCHES=	${PATCHDIR}/extrapatch-hardware_arduino_samd_platform.txt
30
32
31
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
(-)distinfo (-5 / +7 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1480046230
1
TIMESTAMP = 1490895941
2
SHA256 (arduino/arduino-Arduino-1.6.13_GH0.tar.gz) = 1f12a3f681f75affacf6b59bae840070c64795ea46d4e2fd2dcc1b3f4de2d7ab
2
SHA256 (arduino/arduino-Arduino-1.6.18-b439a77_GH0.tar.gz) = ded6eebe1b58834df432e8d49f01a8c1aeb1328479f244075db7f76c12019f37
3
SIZE (arduino/arduino-Arduino-1.6.13_GH0.tar.gz) = 80205958
3
SIZE (arduino/arduino-Arduino-1.6.18-b439a77_GH0.tar.gz) = 48187661
4
SHA256 (arduino/arduino-ArduinoCore-samd-1.6.8_GH0.tar.gz) = 2e7eded445d9b9cb88babf8d17e63886258ca52103ca4b3760fbb33311e5ffe7
4
SHA256 (arduino/arduino-ArduinoCore-sam-fc57f2e_GH0.tar.gz) = 3d374e7c7037d317f5da73c95361033b81e6cc12330a7623b20ad2f084bff247
5
SIZE (arduino/arduino-ArduinoCore-samd-1.6.8_GH0.tar.gz) = 922278
5
SIZE (arduino/arduino-ArduinoCore-sam-fc57f2e_GH0.tar.gz) = 38839710
6
SHA256 (arduino/arduino-ArduinoCore-samd-1.6.12_GH0.tar.gz) = fefa0cb0871033451aa0ea08b6a9b4587acdd800b6064a9d47233be7b6368ce8
7
SIZE (arduino/arduino-ArduinoCore-samd-1.6.12_GH0.tar.gz) = 3321356
(-)files/extrapatch-hardware_arduino_samd_platform.txt (-4 / +15 lines)
Lines 1-7 Link Here
1
--- hardware/arduino/samd/platform.txt.orig	2016-10-12 14:28:09 UTC
1
--- hardware/arduino/samd/platform.txt.orig	2017-03-30 23:17:49 UTC
2
+++ hardware/arduino/samd/platform.txt
2
+++ hardware/arduino/samd/platform.txt
3
@@ -111,7 +111,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
3
@@ -118,8 +118,8 @@ recipe.size.regex=\.text\s+([0-9]+).*
4
 # AVRDUDE
4
 #
5
 #
6
 tools.avrdude.path={runtime.tools.avrdude.path}
7
-tools.avrdude.cmd={path}/bin/avrdude
8
-tools.avrdude.config.path={path}/etc/avrdude.conf
9
+tools.avrdude.cmd={path}/bin/arduino-avrdude
10
+tools.avrdude.config.path={path}/etc/arduino-avrdude.conf
11
 
12
 tools.avrdude.upload.params.verbose=-v -v
13
 tools.avrdude.upload.params.quiet=-q -q
14
@@ -131,7 +131,7 @@ tools.avrdude_remote.upload.pattern="openocd --version
15
 #
5
 # BOSSA
16
 # BOSSA
6
 #
17
 #
7
-tools.bossac.path={runtime.tools.bossac-1.7.0.path}
18
-tools.bossac.path={runtime.tools.bossac-1.7.0.path}
Lines 9-19 Link Here
9
 tools.bossac.cmd=bossac
20
 tools.bossac.cmd=bossac
10
 tools.bossac.cmd.windows=bossac.exe
21
 tools.bossac.cmd.windows=bossac.exe
11
 
22
 
12
@@ -125,7 +125,7 @@ tools.bossac_remote.upload.pattern=/usr/
23
@@ -145,7 +145,7 @@ tools.bossac_remote.upload.pattern=/usr/bin/run-bossac
13
 # OpenOCD sketch upload
24
 # OpenOCD sketch upload
14
 #
25
 #
15
 
26
 
16
-tools.openocd.path={runtime.tools.openocd-0.9.0-arduino.path}
27
-tools.openocd.path={runtime.tools.openocd-0.9.0-arduino5-static.path}
17
+tools.openocd.path={runtime.tools.openocd.path}/bin
28
+tools.openocd.path={runtime.tools.openocd.path}/bin
18
 tools.openocd.cmd=bin/openocd
29
 tools.openocd.cmd=bin/openocd
19
 tools.openocd.cmd.windows=bin/openocd.exe
30
 tools.openocd.cmd.windows=bin/openocd.exe
(-)files/patch-hardware_arduino_avr_platform.txt (-4 / +22 lines)
Lines 1-4 Link Here
1
--- hardware/arduino/avr/platform.txt.orig	2016-10-13 04:27:28 UTC
1
--- hardware/arduino/avr/platform.txt.orig	2017-03-30 23:17:49 UTC
2
+++ hardware/arduino/avr/platform.txt
2
+++ hardware/arduino/avr/platform.txt
3
@@ -20,8 +20,8 @@ compiler.warning_flags.all=-Wall -Wextra
3
@@ -20,8 +20,8 @@ compiler.warning_flags.all=-Wall -Wextra
4
 # Default "compiler.path" is correct, change only if you want to override the initial value
4
 # Default "compiler.path" is correct, change only if you want to override the initial value
Lines 5-13 Link Here
5
 compiler.path={runtime.tools.avr-gcc.path}/bin/
5
 compiler.path={runtime.tools.avr-gcc.path}/bin/
6
 compiler.c.cmd=avr-gcc
6
 compiler.c.cmd=avr-gcc
7
-compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
7
-compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
8
-compiler.c.elf.flags={compiler.warning_flags} -Os -flto -fuse-linker-plugin -Wl,--gc-sections
8
-compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections
9
+compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto
9
+compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto
10
+compiler.c.elf.flags={compiler.warning_flags} -Os -flto -Wl,--gc-sections
10
+compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -Wl,--gc-sections
11
 compiler.c.elf.cmd=avr-gcc
11
 compiler.c.elf.cmd=avr-gcc
12
 compiler.S.flags=-c -g -x assembler-with-cpp -flto
12
 compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD
13
 compiler.cpp.cmd=avr-g++
13
 compiler.cpp.cmd=avr-g++
14
@@ -92,8 +92,8 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cm
15
 # ------------------------------
16
 
17
 tools.avrdude.path={runtime.tools.avrdude.path}
18
-tools.avrdude.cmd.path={path}/bin/avrdude
19
-tools.avrdude.config.path={path}/etc/avrdude.conf
20
+tools.avrdude.cmd.path={path}/bin/arduino-avrdude
21
+tools.avrdude.config.path={path}/etc/arduino-avrdude.conf
22
 
23
 tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA
24
 
25
@@ -127,4 +127,4 @@ tools.avrdude.upload.network_pattern="{network_cmd}" -
26
 # Default blank usb manufacturer will be filled in at compile time
27
 # - from numeric vendor ID, set to Unknown otherwise
28
 build.usb_manufacturer="Unknown"
29
-build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
30
\ No newline at end of file
31
+build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
(-)files/patch-hardware_arduino_sam_platform.txt (-1 / +1 lines)
Lines 1-4 Link Here
1
--- hardware/arduino/sam/platform.txt.orig	2016-09-21 10:09:37 UTC
1
--- hardware/arduino/sam/platform.txt.orig	2017-03-30 23:17:49 UTC
2
+++ hardware/arduino/sam/platform.txt
2
+++ hardware/arduino/sam/platform.txt
3
@@ -96,7 +96,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
3
@@ -96,7 +96,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
4
 # -------------------
4
 # -------------------
(-)files/patch-hardware_package__index__bundled.json (-64 / +107 lines)
Lines 1-18 Link Here
1
--- hardware/package_index_bundled.json.orig	2016-11-22 14:49:35 UTC
1
--- hardware/package_index_bundled.json.orig	2017-03-30 23:18:53 UTC
2
+++ hardware/package_index_bundled.json
2
+++ hardware/package_index_bundled.json
3
@@ -17,10 +17,6 @@
3
@@ -17,10 +17,6 @@
4
           "help": {
4
           "help": {
5
             "online": "http://www.arduino.cc/en/Reference/HomePage"
5
             "online": "http://www.arduino.cc/en/Reference/HomePage"
6
           },
6
           },
7
-          "url": "http://downloads.arduino.cc/cores/avr-1.6.15.tar.bz2",
7
-          "url": "http://downloads.arduino.cc/cores/avr-1.6.18.tar.bz2",
8
-          "archiveFileName": "avr-1.6.15.tar.bz2",
8
-          "archiveFileName": "avr-1.6.18.tar.bz2",
9
-          "checksum": "SHA-256:c222efcabbdf6fa63ba3d64afb8d149f83fa73693c413aa05a2ccd9f986ed2fa",
9
-          "checksum": "SHA-256:7c56e381602b779e8e81ec46deb5c8b82e1c84c134c3c1b672d0b43f5e45ee13",
10
-          "size": "4993959",
10
-          "size": "4897659",
11
           "boards": [
11
           "boards": [
12
             {"name": "Arduino Yún"},
12
             {"name": "Arduino Yún"},
13
             {"name": "Arduino/Genuino Uno"},
13
             {"name": "Arduino/Genuino Uno"},
14
@@ -55,6 +51,22 @@
14
@@ -66,6 +62,22 @@
15
               "version": "6.3.0-arduino6"
15
               "version": "1.1.1"
16
             }
16
             }
17
           ]
17
           ]
18
+        },
18
+        },
Lines 19-25 Link Here
19
+        {
19
+        {
20
+          "name": "Arduino SAM Boards (32-bits ARM Cortex-M3)",
20
+          "name": "Arduino SAM Boards (32-bits ARM Cortex-M3)",
21
+          "architecture": "sam",
21
+          "architecture": "sam",
22
+          "version": "1.6.9",
22
+          "version": "1.6.11",
23
+          "category": "Arduino",
23
+          "category": "Arduino",
24
+          "boards": [
24
+          "boards": [
25
+            {"name": "Arduino Due"}
25
+            {"name": "Arduino Due"}
Lines 34-126 Link Here
34
         }
34
         }
35
       ],
35
       ],
36
       "tools": [
36
       "tools": [
37
@@ -63,39 +75,7 @@
37
@@ -74,40 +86,8 @@
38
           "version": "6.3.0-arduino6",
38
           "version": "6.3.0-arduino9",
39
           "systems": [
39
           "systems": [
40
             {
40
             {
41
-              "size": "644600",
41
-              "size": "644550",
42
-              "checksum": "SHA-256:2426207423d58eb0e5fc4df9493418f1cb54ba3f328fdc7c3bb582f920b9cbe7",
42
-              "checksum": "SHA-256:25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce",
43
-              "host": "arm-linux-gnueabihf",
43
-              "host": "arm-linux-gnueabihf",
44
-              "archiveFileName": "avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2",
44
-              "archiveFileName": "avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2",
45
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2"
45
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2"
46
-            },
46
-            },
47
-            {
47
-            {
48
-              "size": "696273",
48
-              "size": "697309",
49
-              "checksum": "SHA-256:d9a039c9e92d3dbb2011e75e6c044a1a4a2789e2fbf8386b1d580994811be084",
49
-              "checksum": "SHA-256:bfa06bc042dff252d3a8eded98da159484e75b46d2697da4d9446dcd2aea8465",
50
-              "host": "i386-apple-darwin11",
50
-              "host": "i386-apple-darwin11",
51
-              "archiveFileName": "avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2",
51
-              "archiveFileName": "avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2",
52
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2"
52
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2"
53
-            },
53
-            },
54
-            {
54
-            {
55
-              "size": "746653",
55
-              "size": "711229",
56
-              "checksum": "SHA-256:97b4875cad6110c70101bb776f3ac37b64a2e73f036cd0b10afb6f4be96a6621",
56
-              "checksum": "SHA-256:c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a",
57
-              "host": "x86_64-linux-gnu",
57
-              "host": "x86_64-linux-gnu",
58
-              "archiveFileName": "avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2",
58
-              "archiveFileName": "avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2",
59
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2"
59
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2"
60
-            },
60
-            },
61
-            {
61
-            {
62
-              "size": "733127",
62
-              "size": "701590",
63
-              "checksum": "SHA-256:5f4bc4b0957b1d34cec9908b7f84a7c297b894b39fe16a4992c284b24c00d6fb",
63
-              "checksum": "SHA-256:4235a2d58e3c3224c603d6c5f0610507ed6c48ebf4051fdcce9f77a7646e218b",
64
-              "host": "i686-linux-gnu",
64
-              "host": "i686-linux-gnu",
65
-              "archiveFileName": "avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2",
65
-              "archiveFileName": "avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2",
66
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2"
66
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2"
67
-            },
67
-            },
68
-            {
68
-            {
69
-              "size": "645859",
69
-              "size": "645974",
70
-              "checksum": "SHA-256:7468a1bcdfa459d175a095b102c0de28efc466accfb104305fbcad7832659ddc",
70
-              "checksum": "SHA-256:f3c5cfa8d0b3b0caee81c5b35fb6acff89c342ef609bf4266734c6266a256d4f",
71
-              "host": "i686-mingw32",
71
-              "host": "i686-mingw32",
72
-              "archiveFileName": "avrdude-6.3.0-arduino6-i686-w64-mingw32.zip",
72
-              "archiveFileName": "avrdude-6.3.0-arduino9-i686-w64-mingw32.zip",
73
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-w64-mingw32.zip"
73
-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-w64-mingw32.zip"
74
+              "host": "%%ARCH%%-freebsd%%OSREL%%"
74
-            }
75
             }
75
+				"host": "%%ARCH%%-freebsd%%OSREL%%"
76
+			}
76
           ]
77
           ]
77
         },
78
         },
78
@@ -104,39 +84,16 @@
79
         {
79
           "version": "4.9.2-atmel3.5.3-arduino2",
80
@@ -115,39 +95,16 @@
81
           "version": "4.9.2-atmel3.5.4-arduino2",
80
           "systems": [
82
           "systems": [
81
             {
83
             {
82
-              "size": "27400889",
84
-              "size": "27764772",
83
-              "checksum": "SHA-256:77f300d519bc6b9a25df17b36cb303218e9a258c059b2f6bff8f71a0d8f96821",
85
-              "checksum": "SHA-256:ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c",
84
-              "host": "arm-linux-gnueabihf",
86
-              "host": "arm-linux-gnueabihf",
85
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2",
87
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2",
86
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2"
88
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2"
87
-            },
89
-            },
88
-            {
90
+				"host": "%%ARCH%%-freebsd%%OSREL%%"
89
-              "size": "27048070",
91
+            }
90
-              "checksum": "SHA-256:311258af188defe24a4b341e4e1f4dc93ca6c80516d3e3b55a2fc07a7050248b",
92
+          ]
93
+        },
94
+        {
95
+          "name": "bossac",
96
+          "version": "1.7.0",
97
+          "systems": [
98
             {
99
-              "size": "28574644",
100
-              "checksum": "SHA-256:67b3ed3555eacf0b4fc6f62240773b9f0220171fe4de26bb8d711547fc884730",
91
-              "host": "i386-apple-darwin11",
101
-              "host": "i386-apple-darwin11",
92
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2",
102
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2",
93
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2"
103
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2"
94
-            },
104
-            },
95
-            {
105
-            {
96
-              "size": "43847945",
106
-              "size": "44386446",
97
-              "checksum": "SHA-256:f8e6ede8746c70be01ec79a30803277cd94360cc5b2e104762da0fbcf536fcc6",
107
-              "checksum": "SHA-256:6044551cd729d88ea6ffcccf10aad1934c5b164d61f4f5890b0e78524ffff853",
98
-              "host": "i686-mingw32",
108
-              "host": "i686-mingw32",
99
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip",
109
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip",
100
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip"
110
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip"
101
-            },
111
-            },
102
-            {
112
-            {
103
-              "size": "29292729",
113
-              "size": "29723974",
104
-              "checksum": "SHA-256:f108951e7c4dc90926d1fc76cc27549f6ea63c702a2bb7ff39647a19ae86ec68",
114
-              "checksum": "SHA-256:63a9d4cebbac06fd5fa8f48a2e2ba7d513837dcddc97f560129b4e466af901b5",
105
-              "host": "i686-linux-gnu",
115
-              "host": "i686-linux-gnu",
106
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2",
116
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2",
107
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2"
117
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2"
108
-            },
118
-            },
109
+              "host": "%%ARCH%%-freebsd%%OSREL%%"
119
-            {
110
+            }
120
-              "size": "30374404",
111
+          ]
121
-              "checksum": "SHA-256:19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c",
112
+        },
122
-              "host": "x86_64-linux-gnu",
113
+        {
123
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2",
114
+          "name": "bossac",
124
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2"
115
+          "version": "1.7.0",
125
+				"host": "%%ARCH%%-freebsd%%OSREL%%"
116
+          "systems": [
126
             }
127
           ]
128
         },
129
@@ -156,39 +113,7 @@
130
           "version": "1.1.1",
131
           "systems": [
117
             {
132
             {
118
-              "size": "29882960",
133
-              "size": "2045036",
119
-              "checksum": "SHA-256:3903a6d1bb9fdd91727e504b5993d5501f119bcb7f99f7aee98a2101e5629188",
134
-              "checksum": "SHA-256:7ac91ef1d5b357c0ceb790be02ef54986db598ba5a42fffbd6c8ecbdd6a271ef",
135
-              "host": "i686-linux-gnu",
136
-              "archiveFileName": "arduinoOTA-1.1.1-linux_386.tar.bz2",
137
-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_386.tar.bz2"
138
-            },
139
-            {
140
-              "size": "2178288",
141
-              "checksum": "SHA-256:eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277",
120
-              "host": "x86_64-linux-gnu",
142
-              "host": "x86_64-linux-gnu",
121
-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2",
143
-              "archiveFileName": "arduinoOTA-1.1.1-linux_amd64.tar.bz2",
122
-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2"
144
-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2"
123
+              "host": "%%ARCH%%-freebsd%%OSREL%%"
145
-            },
146
-            {
147
-              "size": "1962115",
148
-              "checksum": "SHA-256:e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c",
149
-              "host": "arm-linux-gnueabihf",
150
-              "archiveFileName": "arduinoOTA-1.1.1-linux_arm.tar.bz2",
151
-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2"
152
-            },
153
-            {
154
-              "size": "2181376",
155
-              "checksum": "SHA-256:a1ce7cf578982f3af5e4fab6b5839e44830d7a41cb093faba5c4b45952a6fa55",
156
-              "host": "i386-apple-darwin11",
157
-              "archiveFileName": "arduinoOTA-1.1.1-darwin_amd64.tar.bz2",
158
-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-darwin_amd64.tar.bz2"
159
-            },
160
-            {
161
-              "size": "2248431",
162
-              "checksum": "SHA-256:b2d3610c77f969a68cd75b6ea66bf63ec10c263937009d99147fbcd975c90006",
163
-              "host": "i686-mingw32",
164
-              "archiveFileName": "arduinoOTA-1.1.1-windows_386.zip",
165
-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-windows_386.zip"
166
+				"host": "%%ARCH%%-freebsd%%OSREL%%"
124
             }
167
             }
125
           ]
168
           ]
126
         }
169
         }
(-)pkg-plist (+6 lines)
Lines 32-47 Link Here
32
arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Descriptors.h
32
arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Descriptors.h
33
arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile
33
arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile
34
arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Readme.txt
34
arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Readme.txt
35
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Circuitplay32u4.hex
35
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.hex
36
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.hex
36
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.txt
37
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.txt
37
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.hex
38
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.hex
38
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.txt
39
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.txt
40
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Industrial101.hex
39
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.hex
41
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.hex
40
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.txt
42
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.txt
43
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-LeonardoEthernet.hex
44
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-LininoOne.hex
41
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.hex
45
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.hex
42
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.txt
46
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.txt
43
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun-noblink.hex
47
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun-noblink.hex
44
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun.hex
48
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun.hex
49
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-YunMini.hex
45
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.c
50
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.c
46
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.h
51
arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.h
47
arduino/hardware/arduino/avr/bootloaders/caterina/Descriptors.c
52
arduino/hardware/arduino/avr/bootloaders/caterina/Descriptors.c
Lines 483-488 Link Here
483
arduino/hardware/arduino/avr/libraries/Wire/src/utility/twi.h
488
arduino/hardware/arduino/avr/libraries/Wire/src/utility/twi.h
484
arduino/hardware/arduino/avr/platform.txt
489
arduino/hardware/arduino/avr/platform.txt
485
arduino/hardware/arduino/avr/programmers.txt
490
arduino/hardware/arduino/avr/programmers.txt
491
arduino/hardware/arduino/avr/variants/circuitplay32u4/pins_arduino.h
486
arduino/hardware/arduino/avr/variants/eightanaloginputs/pins_arduino.h
492
arduino/hardware/arduino/avr/variants/eightanaloginputs/pins_arduino.h
487
arduino/hardware/arduino/avr/variants/ethernet/pins_arduino.h
493
arduino/hardware/arduino/avr/variants/ethernet/pins_arduino.h
488
arduino/hardware/arduino/avr/variants/gemma/pins_arduino.h
494
arduino/hardware/arduino/avr/variants/gemma/pins_arduino.h

Return to bug 218221