summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2012-02-07 00:21:48 +0000
committermef <mef@pkgsrc.org>2012-02-07 00:21:48 +0000
commit77877933526e472102337c79f5d2796a3c732f6f (patch)
tree7bb1d005e0574d1420e1b3d1ca11b9067eee1313 /cross/avrdude
parent9f0af9d69db004dfed942c3b91c834cf3ed8d799 (diff)
downloadpkgsrc-77877933526e472102337c79f5d2796a3c732f6f.tar.gz
PR/45924 --- update to 5.11 with minor changes
(1) update 5.10 to 5.11 (2) Trying to remove pkglint -Wall warning (3) Update HOMEPAGE URL ----- ----- ----- AVRDUDE 5.11 relesed (2011/8/27 By joerg_wunsch) Finally, more than 1.5 years after the previous release, AVRDUDE 5.11 is finally done. This is mostly a bugfix release, but also includes a few enhancements. The two most important enhancements are: - TPI (i.e. ATtiny4/5/9/10) programming support for bitbang programmers. - FTDI MPSSE (FT2232 etc.) bitbang support. ----- ----- -----
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile11
-rw-r--r--cross/avrdude/distinfo12
-rw-r--r--cross/avrdude/patches/patch-af4
-rw-r--r--cross/avrdude/patches/patch-ag4
4 files changed, 17 insertions, 14 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index afb6ea6f8e5..e1de7092719 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.31 2011/11/08 20:41:40 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2012/02/07 00:21:48 mef Exp $
-DISTNAME= avrdude-5.10
-PKGREVISION= 2
+DISTNAME= avrdude-5.11
CATEGORIES= cross
MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.bsdhome.com/avrdude/
+HOMEPAGE= http://www.nongnu.org/avrdude/
COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
LICENSE= gnu-gpl-v2
@@ -30,9 +29,9 @@ CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
CONFIGURE_ARGS+= --enable-doc
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= DEFAULT_SER_PORT=${DEFAULT_SERIAL_DEVICE:Q}
-PLIST_SUBST+= DISTNAME=${DISTNAME:Q}
+PLIST_SUBST+= DISTNAME=${DISTNAME}
# The autotools used by this pkg are older than what's in pkgsrc
# currently. This makes the diffs huge.
diff --git a/cross/avrdude/distinfo b/cross/avrdude/distinfo
index dd0cb1a98a3..06922801c8d 100644
--- a/cross/avrdude/distinfo
+++ b/cross/avrdude/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.8 2010/02/08 01:47:14 jakllsch Exp $
+$NetBSD: distinfo,v 1.9 2012/02/07 00:21:48 mef Exp $
-SHA1 (avrdude-5.10.tar.gz) = c09167ea64c3f60b594d0e4da71af7edea0d6f83
-RMD160 (avrdude-5.10.tar.gz) = 38ce9407a33bf4a4c656651071b44a92fdbdd639
-Size (avrdude-5.10.tar.gz) = 525750 bytes
+SHA1 (avrdude-5.11.tar.gz) = 3427bf7df61e2b09c0fa33085da796ed5e9698e3
+RMD160 (avrdude-5.11.tar.gz) = a91777fd81c0ab8275c96db2b390d62607bd5383
+Size (avrdude-5.11.tar.gz) = 549113 bytes
SHA1 (patch-aa) = 619f682af2e8eff36684993b331ba37cd1b446b6
SHA1 (patch-ab) = d49e5988a83385471f863dd0ccb50db96f1c1783
SHA1 (patch-ac) = f5281a525f0e61517c507db91f9abe71d2f02ae4
SHA1 (patch-ad) = a91b4576d49953148054a7a1522690d1e4a2d9da
SHA1 (patch-ae) = 2476a0d1ff93a4372ff64dc07e39b1c93f8a557f
-SHA1 (patch-af) = 17447618ef8fc140e52dc52ff38cdf711dff2b48
-SHA1 (patch-ag) = 796763a888bb153d0794de8a152267e78a209056
+SHA1 (patch-af) = 4ae54ce739ff41964fe56bc1b3e85611288a6e0c
+SHA1 (patch-ag) = 7a1652db68769ade576dd8825a562ab8e75167f5
diff --git a/cross/avrdude/patches/patch-af b/cross/avrdude/patches/patch-af
index f00e5b83609..fd0c391000f 100644
--- a/cross/avrdude/patches/patch-af
+++ b/cross/avrdude/patches/patch-af
@@ -1,4 +1,6 @@
-$NetBSD: patch-af,v 1.5 2010/02/08 01:47:14 jakllsch Exp $
+$NetBSD: patch-af,v 1.6 2012/02/07 00:21:49 mef Exp $
+
+Add DragonFly
--- ppi.c.orig 2010-01-19 10:39:11.000000000 +0000
+++ ppi.c
diff --git a/cross/avrdude/patches/patch-ag b/cross/avrdude/patches/patch-ag
index 3d27c228949..5c3e4b6ec19 100644
--- a/cross/avrdude/patches/patch-ag
+++ b/cross/avrdude/patches/patch-ag
@@ -1,5 +1,7 @@
-$NetBSD: patch-ag,v 1.4 2010/02/08 01:47:14 jakllsch Exp $
+$NetBSD: patch-ag,v 1.5 2012/02/07 00:21:49 mef 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