Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153409019
D16184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
894 B
Referenced Files
None
Subscribers
None
D16184.diff
View Options
Index: head/devel/avarice/Makefile
===================================================================
--- head/devel/avarice/Makefile
+++ head/devel/avarice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= avarice
PORTVERSION= 2.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
Index: head/devel/avarice/files/patch-src_jtagrw.cc
===================================================================
--- head/devel/avarice/files/patch-src_jtagrw.cc
+++ head/devel/avarice/files/patch-src_jtagrw.cc
@@ -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;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 12:22 AM (3 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31941107
Default Alt Text
D16184.diff (894 B)
Attached To
Mode
D16184: devel/avarice: unbreak build under 11.2-RELEASE (and clang 6)
Attached
Detach File
Event Timeline
Log In to Comment