Index: head/devel/avarice/Makefile =================================================================== --- head/devel/avarice/Makefile (revision 474206) +++ head/devel/avarice/Makefile (revision 474207) @@ -1,20 +1,20 @@ # Created by: Brian Dean # $FreeBSD$ PORTNAME= avarice PORTVERSION= 2.13 -PORTREVISION= 2 +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 Index: head/devel/avarice/files/patch-src_jtagrw.cc =================================================================== --- head/devel/avarice/files/patch-src_jtagrw.cc (nonexistent) +++ head/devel/avarice/files/patch-src_jtagrw.cc (revision 474207) @@ -0,0 +1,11 @@ +--- src/jtagrw.cc.orig 2018-06-27 21:49:14 UTC ++++ src/jtagrw.cc +@@ -131,7 +131,7 @@ uchar *jtag1::jtagRead(unsigned long add + else + numLocations = (numBytes + 1) / 2; + if (numLocations > 256) +- return false; ++ return NULL; + + command[1] = whichSpace; + command[2] = numLocations - 1; Property changes on: head/devel/avarice/files/patch-src_jtagrw.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property