View | Details | Raw Unified | Return to bug 248995
Collapse All | Expand All

(-)devel/avarice/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	avarice
4
PORTNAME=	avarice
5
PORTVERSION=	2.13
5
PORTVERSION=	2.13
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
9
(-)devel/avarice/files/patch-src_devdescr.cc (+22 lines)
Line 0 Link Here
1
--- src/devdescr.cc.orig	2020-08-29 19:57:58 UTC
2
+++ src/devdescr.cc
3
@@ -2247,8 +2247,8 @@ jtag_device_def_type deviceDefinitions[] = {
4
 	4, 256,	// 1024 bytes EEPROM
5
 	31 * 4,	// 31 interrupt vectors
6
 	DEVFL_MKII_ONLY,
7
-	NULL,	// registers not yet defined
8
 	atmega32m1_io_registers,
9
+	false,
10
 	0x00, 0x0000, // fuses
11
 	{
12
 	    0	// no mkI support
13
@@ -2371,8 +2371,8 @@ jtag_device_def_type deviceDefinitions[] = {
14
 	4, 256,	// 1024 bytes EEPROM
15
 	31 * 4,	// 31 interrupt vectors
16
 	DEVFL_MKII_ONLY,
17
-	NULL,	// registers not yet defined
18
 	atmega32c1_io_registers,
19
+	false,
20
 	0x00, 0x0000, // fuses
21
 	{
22
 	    0	// no mkI support

Return to bug 248995