Index: head/devel/avrdude/Makefile =================================================================== --- head/devel/avrdude/Makefile (revision 427004) +++ head/devel/avrdude/Makefile (revision 427005) @@ -1,36 +1,32 @@ # Created by: Brian Dean # $FreeBSD$ PORTNAME= avrdude -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude MAINTAINER= joerg@FreeBSD.org COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +USES= libtool localbase readline +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= FTDI +OPTIONS_DEFINE= FTDI OPTIONS_DEFAULT= FTDI -FTDI_DESC= libftdi support +FTDI_DESC= libftdi support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= libtool -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -.include - post-patch: @${REINPLACE_CMD} -e 's|-lusb-1.0|-lusb|g' ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MFTDI} + +post-patch-FTDI-off: @${REINPLACE_CMD} -e '/LIBS=/ s|-lftdi1*|&-do-not-detect|' ${WRKSRC}/configure -.endif .include Index: head/devel/avrdude/distinfo =================================================================== --- head/devel/avrdude/distinfo (revision 427004) +++ head/devel/avrdude/distinfo (revision 427005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472387145 -SHA256 (avrdude-6.2.tar.gz) = e65f833493b7d63a4436c7056694a0f04ae5b437b72cc084e32c58bc543b0f91 -SIZE (avrdude-6.2.tar.gz) = 941371 +TIMESTAMP = 1473765647 +SHA256 (avrdude-6.3.tar.gz) = 0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 +SIZE (avrdude-6.3.tar.gz) = 909744 Index: head/devel/avrdude/pkg-descr =================================================================== --- head/devel/avrdude/pkg-descr (revision 427004) +++ head/devel/avrdude/pkg-descr (revision 427005) @@ -1,6 +1,6 @@ AVRDUDE - AVR Downloader/UploaDEr - is a program for updating the flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers. It operates with several programmers including STK500 and most directly connect parallel port style programmers. -WWW: http://www.bsdhome.com/avrdude/ +WWW: http://www.nongnu.org/avrdude/