1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/avarice/Makefile
Craig Leres b6e2823700 After upgrading to 11.2-RELEASE devel/avarice fails to
compile with:

    jtagrw.cc:134:13: error: cannot initialize return object of type 'uchar *' (aka 'unsigned char *') with an rvalue of type 'bool'

		return false;
		       ^~~~~

examination of the code shows another case with a similar
check that returns NULL.

I also filed an upstream bug report:

    https://sourceforge.net/p/avarice/bugs/24/

PR:		229376
Reviewed by:	ler (mentor)
Approved by:	joerg (maintainer), ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D16184
2018-07-08 22:34:53 +00:00

21 lines
423 B
Makefile

# Created by: Brian Dean <bsd@FreeBSD.org>
# $FreeBSD$
PORTNAME= avarice
PORTVERSION= 2.13
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
LICENSE= GPLv2
USES= perl5 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_pathperl=${PERL}
.include <bsd.port.mk>