mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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.
This commit is contained in:
parent
8a2f7d0176
commit
91004ecb7a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user