summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2010-02-08 01:47:14 +0000
committerjakllsch <jakllsch@pkgsrc.org>2010-02-08 01:47:14 +0000
commiteef86ec8a1dbbffa5d7ce9dd606198a1d83fff9f (patch)
tree796e9b89bdbbd6e4646af912ea307425e531abff /cross
parent8c36d2ba0c1e1ed25996dde0381c2ee9b84f9b72 (diff)
downloadpkgsrc-eef86ec8a1dbbffa5d7ce9dd606198a1d83fff9f.tar.gz
Update to avrdude-5.10.
pkgsrc changes: Rework AVRISP mkII stall workaround. summary of upstream changes since 5.8: - Fix problem with loading intel hex rom files that exceed 0x10000 bytes. - Fix FreeBSD default serial port name. - jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message, retry with external reset applied (in case the target is in sleep mode or has asserted the JTD bit). - Fix build for GNU/kFreeBSD.
Diffstat (limited to 'cross')
-rw-r--r--cross/avrdude/Makefile5
-rw-r--r--cross/avrdude/distinfo16
-rw-r--r--cross/avrdude/patches/patch-aa8
-rw-r--r--cross/avrdude/patches/patch-ae18
-rw-r--r--cross/avrdude/patches/patch-af8
-rw-r--r--cross/avrdude/patches/patch-ag33
6 files changed, 48 insertions, 40 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index cef124620c2..85ac4aa9bec 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2010/01/26 02:01:47 jakllsch Exp $
+# $NetBSD: Makefile,v 1.29 2010/02/08 01:47:14 jakllsch Exp $
-DISTNAME= avrdude-5.8
-PKGREVISION= 2
+DISTNAME= avrdude-5.10
CATEGORIES= cross
MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
diff --git a/cross/avrdude/distinfo b/cross/avrdude/distinfo
index 4bda99cb883..dd0cb1a98a3 100644
--- a/cross/avrdude/distinfo
+++ b/cross/avrdude/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.7 2010/01/26 02:01:47 jakllsch Exp $
+$NetBSD: distinfo,v 1.8 2010/02/08 01:47:14 jakllsch Exp $
-SHA1 (avrdude-5.8.tar.gz) = 77198df91a7176bbdab19ef4a4caf0bdc5862c94
-RMD160 (avrdude-5.8.tar.gz) = c8eb0675f84477d6b58f0e8dc0438e16ac0714db
-Size (avrdude-5.8.tar.gz) = 488771 bytes
-SHA1 (patch-aa) = b7923399ec747cefca29e7fabf0997a9b1075d9e
+SHA1 (avrdude-5.10.tar.gz) = c09167ea64c3f60b594d0e4da71af7edea0d6f83
+RMD160 (avrdude-5.10.tar.gz) = 38ce9407a33bf4a4c656651071b44a92fdbdd639
+Size (avrdude-5.10.tar.gz) = 525750 bytes
+SHA1 (patch-aa) = 619f682af2e8eff36684993b331ba37cd1b446b6
SHA1 (patch-ab) = d49e5988a83385471f863dd0ccb50db96f1c1783
SHA1 (patch-ac) = f5281a525f0e61517c507db91f9abe71d2f02ae4
SHA1 (patch-ad) = a91b4576d49953148054a7a1522690d1e4a2d9da
-SHA1 (patch-ae) = 9ff949785562d7d96bc80ea3d9cf55fd4bfd7be6
-SHA1 (patch-af) = 4c652ede19d0dbd3bfb9654cc9dba3728c97def8
-SHA1 (patch-ag) = 4b7640d91dd7784ed14c48e40bc4f07f79ad443c
+SHA1 (patch-ae) = 2476a0d1ff93a4372ff64dc07e39b1c93f8a557f
+SHA1 (patch-af) = 17447618ef8fc140e52dc52ff38cdf711dff2b48
+SHA1 (patch-ag) = 796763a888bb153d0794de8a152267e78a209056
diff --git a/cross/avrdude/patches/patch-aa b/cross/avrdude/patches/patch-aa
index ee8d091c189..b3507e76c61 100644
--- a/cross/avrdude/patches/patch-aa
+++ b/cross/avrdude/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2010/01/26 02:01:47 jakllsch Exp $
+$NetBSD: patch-aa,v 1.6 2010/02/08 01:47:14 jakllsch Exp $
- Fix the SUBDIRS stuff so it actually works right with multiple automake
versions.
@@ -7,9 +7,9 @@ $NetBSD: patch-aa,v 1.5 2010/01/26 02:01:47 jakllsch Exp $
egconfdir instead of hacking the configure script and Makefile.in directly.
---- Makefile.am.orig 2009-03-06 20:09:11.000000000 +0000
+--- Makefile.am.orig 2010-01-19 10:39:11.000000000 +0000
+++ Makefile.am
-@@ -151,7 +151,8 @@ avrdude_SOURCES = \
+@@ -153,7 +153,8 @@ avrdude_SOURCES = \
man_MANS = avrdude.1
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.5 2010/01/26 02:01:47 jakllsch Exp $
install-exec-local: backup-avrdude-conf
-@@ -160,8 +161,6 @@ distclean-local:
+@@ -162,8 +163,6 @@ distclean-local:
# This will get run before the config file is installed.
backup-avrdude-conf:
diff --git a/cross/avrdude/patches/patch-ae b/cross/avrdude/patches/patch-ae
index 1c58635e90a..5531be6dae4 100644
--- a/cross/avrdude/patches/patch-ae
+++ b/cross/avrdude/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.5 2010/01/26 02:01:47 jakllsch Exp $
+$NetBSD: patch-ae,v 1.6 2010/02/08 01:47:14 jakllsch Exp $
- add missing AM_PROG_CC_C_O that automake wants for the yacc
sources.
@@ -8,7 +8,7 @@ $NetBSD: patch-ae,v 1.5 2010/01/26 02:01:47 jakllsch Exp $
platforms available and they're not the same for different
MACHINE_ARCH's in NetBSD).
---- configure.ac.orig 2009-07-10 22:52:03.000000000 +0000
+--- configure.ac.orig 2010-01-19 10:39:11.000000000 +0000
+++ configure.ac
@@ -74,6 +74,7 @@ AC_CHECK_HEADERS([ddk/hidsdi.h],,,[#incl
@@ -37,21 +37,21 @@ $NetBSD: patch-ae,v 1.5 2010/01/26 02:01:47 jakllsch Exp $
+ DEFAULT_PAR_PORT=${DEFAULT_PAR_PORT:-"unknown"}
+ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/ttyS0"}
;;
- i[[3456]]86-*-freebsd*|amd64-*-freebsd*)
+ i[[3456]]86-*-*freebsd*|amd64-*-*freebsd*)
- DEFAULT_PAR_PORT="/dev/ppi0"
-- DEFAULT_SER_PORT="/dev/cuaa0"
+- DEFAULT_SER_PORT="/dev/cuad0"
+ DEFAULT_PAR_PORT=${DEFAULT_PAR_PORT:-"/dev/ppi0"}
-+ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/cuaa0"}
++ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/cuad0"}
;;
- *-*-freebsd*)
+ *-*-*freebsd*)
- DEFAULT_PAR_PORT="unknown"
-- DEFAULT_SER_PORT="/dev/cuaa0"
+- DEFAULT_SER_PORT="/dev/cuad0"
+ DEFAULT_PAR_PORT=${DEFAULT_PAR_PORT:-"unknown"}
-+ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/cuaa0"}
++ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/cuad0"}
+ ;;
+ *-*-dragonfly*)
+ DEFAULT_PAR_PORT=${DEFAULT_PAR_PORT:-"/dev/ppi0"}
-+ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/cuaa0"}
++ DEFAULT_SER_PORT=${DEFAULT_SER_PORT:-"/dev/cuad0"}
+ ;;
+ *-*-netbsd*)
+ DEFAULT_PAR_PORT=${DEFAULT_PAR_PORT:-"unknown"}
diff --git a/cross/avrdude/patches/patch-af b/cross/avrdude/patches/patch-af
index 416e5ad4b2e..f00e5b83609 100644
--- a/cross/avrdude/patches/patch-af
+++ b/cross/avrdude/patches/patch-af
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.4 2010/01/26 02:01:47 jakllsch Exp $
+$NetBSD: patch-af,v 1.5 2010/02/08 01:47:14 jakllsch Exp $
---- ppi.c.orig 2009-03-06 20:09:11.000000000 +0000
+--- ppi.c.orig 2010-01-19 10:39:11.000000000 +0000
+++ ppi.c
@@ -33,7 +33,7 @@
#include <unistd.h>
#include <errno.h>
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__DragonFly__)
+-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
# include "freebsd_ppi.h"
#elif defined(__linux__)
# include "linux_ppdev.h"
diff --git a/cross/avrdude/patches/patch-ag b/cross/avrdude/patches/patch-ag
index f0e82863b3b..3d27c228949 100644
--- a/cross/avrdude/patches/patch-ag
+++ b/cross/avrdude/patches/patch-ag
@@ -1,13 +1,22 @@
-$NetBSD: patch-ag,v 1.3 2010/01/26 02:01:47 jakllsch Exp $
-Work around AVRISP mkII sync stalls on NetBSD.
---- stk500v2.c.orig 2009-07-10 22:39:37.000000000 +0000
-+++ stk500v2.c
-@@ -635,6 +635,8 @@ retry:
- // send the sync command and see if we can get there
- buf[0] = CMD_SIGN_ON;
- stk500v2_send(pgm, buf, 1);
-+ stk500v2_drain(pgm, 0);
-+ stk500v2_send(pgm, buf, 1);
+$NetBSD: patch-ag,v 1.4 2010/02/08 01:47:14 jakllsch Exp $
+Work around AVRISP mkII initial sync stalls on NetBSD.
+--- usb_libusb.c.orig 2010-01-19 10:39:11.000000000 +0000
++++ usb_libusb.c
+@@ -237,6 +237,17 @@ static void usbdev_close(union filedescr
+ {
+ usb_dev_handle *udev = (usb_dev_handle *)fd->usb.handle;
- // try to get the response back and see where we got
- status = stk500v2_recv(pgm, resp, sizeof(resp));
++#if defined(__NetBSD__)
++#define USB_FEAT_ENDPOINT_HALT 0
++ /*
++ * Clear Feature Endpoint Halt to reset device's data toggle to DATA0.
++ * This way, when we reopen expecting DATA0, things don't time out.
++ */
++ usb_control_msg(udev, USB_TYPE_STANDARD | USB_RECIP_ENDPOINT,
++ USB_REQ_CLEAR_FEATURE, USB_FEAT_ENDPOINT_HALT,
++ fd->usb.ep & 0xf, NULL, 0, 100);
++#endif
++
+ (void)usb_release_interface(udev, usb_interface);
+
+ #if !( defined(__FreeBSD__) ) // || ( defined(__APPLE__) && defined(__MACH__) ) )