summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/avrdude/Makefile5
-rw-r--r--cross/avrdude/distinfo10
-rw-r--r--cross/avrdude/patches/patch-ae17
3 files changed, 10 insertions, 22 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 7bb0c7f31e6..0dbd0db170f 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2020/08/02 21:22:29 tnn Exp $
+# $NetBSD: Makefile,v 1.50 2021/12/29 23:03:21 dsainty Exp $
-DISTNAME= avrdude-6.3
-PKGREVISION= 2
+DISTNAME= avrdude-6.4
CATEGORIES= cross
MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
diff --git a/cross/avrdude/distinfo b/cross/avrdude/distinfo
index 4b6a8cfd242..580852a78f2 100644
--- a/cross/avrdude/distinfo
+++ b/cross/avrdude/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:07:51 nia Exp $
+$NetBSD: distinfo,v 1.17 2021/12/29 23:03:21 dsainty Exp $
-BLAKE2s (avrdude-6.3.tar.gz) = d9733f1e17fc0c8bcbea4852a391dc850d87d3d7b966d85f51abc2d48b4be1cb
-SHA512 (avrdude-6.3.tar.gz) = b671008388d6a552e71066fec46429bc7f6639e8eac41113bcbba5a56212b78be31fcf04956b31e11c6b14888b0f6e825f7458395b9ff4fc28406074c7ded2b2
-Size (avrdude-6.3.tar.gz) = 909744 bytes
+BLAKE2s (avrdude-6.4.tar.gz) = 78159892e27c160f5f4993b191a2f29fb0b023dae07c6599df2b8ee5ae5cd5f7
+SHA512 (avrdude-6.4.tar.gz) = ce6127c212a83c5079d3bd80a7a0127220f9652201595a24b991916556eb8fc69d2910f7e112d7025a5aeec8d341e72293467ac1dc1a62be1f391dd9408f9a06
+Size (avrdude-6.4.tar.gz) = 986871 bytes
SHA1 (patch-aa) = 619f682af2e8eff36684993b331ba37cd1b446b6
SHA1 (patch-ab) = a9105ae562c078eec5c87df6e7f27a80184bb6d4
SHA1 (patch-ac) = df871808200e5732f77d50ef2d7fb51234173445
SHA1 (patch-ad) = f9e7465b355f5b3feda8868287d6aaa5cd1dcd28
-SHA1 (patch-ae) = 8268734c36c02dfded64addba99e542747e746c7
+SHA1 (patch-ae) = 204f628bf5a67a9f48f01330fb7f43d4f6037a22
SHA1 (patch-af) = 4ae54ce739ff41964fe56bc1b3e85611288a6e0c
SHA1 (patch-ag) = fa8828a50faa835fa957de036af925dafd5584cb
diff --git a/cross/avrdude/patches/patch-ae b/cross/avrdude/patches/patch-ae
index 80461475149..ed83e9e5690 100644
--- a/cross/avrdude/patches/patch-ae
+++ b/cross/avrdude/patches/patch-ae
@@ -1,12 +1,9 @@
-$NetBSD: patch-ae,v 1.9 2017/01/29 02:24:54 mef Exp $
+$NetBSD: patch-ae,v 1.10 2021/12/29 23:03:21 dsainty Exp $
- ERROR: [check-portability.awk] => Found test ... == ...:
- automake-1.13 compat.
-- add missing AM_PROG_CC_C_O that automake wants for the yacc
- sources.
-
- allow a different default serial/parallel port to be specified
which is useful for pkgsrc (since we have defaults for various
platforms available and they're not the same for different
@@ -14,7 +11,7 @@ $NetBSD: patch-ae,v 1.9 2017/01/29 02:24:54 mef Exp $
--- configure.ac.orig 2016-02-17 06:29:19.000000000 +0900
+++ configure.ac 2017-01-29 11:15:27.000000000 +0900
-@@ -49,7 +49,7 @@ AC_PROG_AR
+@@ -51,7 +51,7 @@ AC_PROG_AR
AH_TEMPLATE([HAVE_YYLEX_DESTROY],
[Define if lex/flex has yylex_destroy])
# flex should have this
@@ -23,15 +20,7 @@ $NetBSD: patch-ae,v 1.9 2017/01/29 02:24:54 mef Exp $
AC_MSG_CHECKING([whether yylex_destroy is generated by flex])
flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
case $flex_version in
-@@ -189,6 +189,7 @@ AC_CHECK_HEADERS([ddk/hidsdi.h],,,[#incl
-
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
-+AM_PROG_CC_C_O
- AC_HEADER_TIME
-
- # WinSock2
-@@ -318,32 +319,44 @@ AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_
+@@ -365,32 +365,44 @@ AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_
# If a system doesn't have a PC style parallel, mark it as unknown.
case $target in
i[[3456]]86-*-linux*|x86_64-*-linux*)