git: 91004ecb7a0c - main - devel/avrdude: Update to version 6.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Dec 2021 21:47:26 UTC
The branch main has been updated by joerg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=91004ecb7a0c061a5bf2da5974cac2b7e4757c6d
commit 91004ecb7a0c061a5bf2da5974cac2b7e4757c6d
Author: Joerg Wunsch <joerg@FreeBSD.org>
AuthorDate: 2021-12-17 21:45:10 +0000
Commit: Joerg Wunsch <joerg@FreeBSD.org>
CommitDate: 2021-12-17 21:47:23 +0000
devel/avrdude: Update to version 6.4
Update to new upstream version.
This also switches to gmake as the dependency graph handling
for the automake-generated infrastructure works more reliable
there, so parallel builds can be enabled again.
---
devel/avrdude/Makefile | 13 +++++--------
devel/avrdude/distinfo | 6 +++---
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile
index e0648975dc3f..7f389b7e4606 100644
--- a/devel/avrdude/Makefile
+++ b/devel/avrdude/Makefile
@@ -1,8 +1,7 @@
# Created by: Brian Dean <bsd@FreeBSD.org>
PORTNAME= avrdude
-PORTVERSION= 6.3
-PORTREVISION= 3
+PORTVERSION= 6.4
CATEGORIES= devel
MASTER_SITES= SAVANNAH/avrdude
@@ -13,18 +12,16 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= libtool localbase readline
+USES= libtool localbase readline gmake
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-MAKE_JOBS_UNSAFE= yes
-OPTIONS_DEFINE= FTDI
+OPTIONS_DEFINE= FTDI PARPORT
OPTIONS_DEFAULT= FTDI
FTDI_DESC= libftdi support
FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lusb-1.0|-lusb|g' ${WRKSRC}/configure
+PARPORT_DESC= support for parallel-port programmers
+PARPORT_CONFIGURE_ENABLE= parport
post-patch-FTDI-off:
@${REINPLACE_CMD} -e '/LIBS=/ s|-lftdi1*|&-do-not-detect|' ${WRKSRC}/configure
diff --git a/devel/avrdude/distinfo b/devel/avrdude/distinfo
index 4dac1b0a159c..4862deac360f 100644
--- a/devel/avrdude/distinfo
+++ b/devel/avrdude/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473765647
-SHA256 (avrdude-6.3.tar.gz) = 0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
-SIZE (avrdude-6.3.tar.gz) = 909744
+TIMESTAMP = 1639772490
+SHA256 (avrdude-6.4.tar.gz) = a9be7066f70a9dcf4bf0736fcf531db6a3250aed1a24cc643add27641b7110f9
+SIZE (avrdude-6.4.tar.gz) = 986871