pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45924: [PATCH] cross/avrdude-5.11
>Number: 45924
>Category: pkg
>Synopsis: Update to cross/avrdude-5.11
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Sat Feb 04 06:05:00 +0000 2012
>Originator: Makoto Fujiwara
>Release: NetBSD 5.1
>Organization:
KINU Corporation
>Environment:
System: NetBSD t-105.i.ki.nu 5.1 NetBSD 5.1 (GENERIC) #0: Sat Nov 6 13:19:33
UTC 2010
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-RELEASE/amd64/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/amd64/compile/GENERIC
amd64
Architecture: x86_64
Machine: amd64
>Description:
(1) update 5.10 to 5.11
(2) Trying to remove pkglint -Wall warning
(3) Update HOMEPAGE
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.
>How-To-Repeat:
(cd /usr/pkgsrc/cross/avrdude; make package)
>Fix:
Index: cross/avrdude/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/cross/avrdude/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- cross/avrdude/Makefile 8 Nov 2011 20:41:40 -0000 1.31
+++ cross/avrdude/Makefile 4 Feb 2012 05:25:20 -0000
@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.31 2011/11/08 20:41:40 minskim 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@localhost
-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 @@
${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.
Index: cross/avrdude/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/cross/avrdude/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- cross/avrdude/distinfo 8 Feb 2010 01:47:14 -0000 1.8
+++ cross/avrdude/distinfo 4 Feb 2012 05:24:57 -0000
@@ -1,12 +1,12 @@
$NetBSD: distinfo,v 1.8 2010/02/08 01:47:14 jakllsch 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
Index: cross/avrdude/patches/patch-af
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/cross/avrdude/patches/patch-af,v
retrieving revision 1.5
diff -u -r1.5 patch-af
--- cross/avrdude/patches/patch-af 8 Feb 2010 01:47:14 -0000 1.5
+++ cross/avrdude/patches/patch-af 4 Feb 2012 05:23:27 -0000
@@ -1,5 +1,7 @@
$NetBSD: patch-af,v 1.5 2010/02/08 01:47:14 jakllsch Exp $
+Add DragonFly
+
--- ppi.c.orig 2010-01-19 10:39:11.000000000 +0000
+++ ppi.c
@@ -33,7 +33,7 @@
Index: cross/avrdude/patches/patch-ag
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/cross/avrdude/patches/patch-ag,v
retrieving revision 1.4
diff -u -r1.4 patch-ag
--- cross/avrdude/patches/patch-ag 8 Feb 2010 01:47:14 -0000 1.4
+++ cross/avrdude/patches/patch-ag 4 Feb 2012 05:24:45 -0000
@@ -1,5 +1,7 @@
$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
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index