[120866] trunk/dports/cross/avrdude

g5pw at macports.org g5pw at macports.org
Tue Jun 10 06:14:25 PDT 2014


Revision: 120866
          https://trac.macports.org/changeset/120866
Author:   g5pw at macports.org
Date:     2014-06-10 06:14:25 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
cross/avrdude:
  re-add previously deleted patch (#41654)
  maintainer timeout

Modified Paths:
--------------
    trunk/dports/cross/avrdude/Portfile

Added Paths:
-----------
    trunk/dports/cross/avrdude/files/
    trunk/dports/cross/avrdude/files/patch-stk500v2.diff

Modified: trunk/dports/cross/avrdude/Portfile
===================================================================
--- trunk/dports/cross/avrdude/Portfile	2014-06-10 10:50:39 UTC (rev 120865)
+++ trunk/dports/cross/avrdude/Portfile	2014-06-10 13:14:25 UTC (rev 120866)
@@ -5,7 +5,7 @@
 
 name              avrdude
 version           6.1
-revision          1
+revision          2
 categories        cross devel
 maintainers       bdmicro.com:bsd
 description       an Atmel AVR MCU programmer
@@ -27,6 +27,8 @@
                   port:libelf \
                   port:readline
 
+patchfiles        patch-stk500v2.diff
+
 configure.args    --mandir=${prefix}/share/man \
                   --disable-parport
 

Added: trunk/dports/cross/avrdude/files/patch-stk500v2.diff
===================================================================
--- trunk/dports/cross/avrdude/files/patch-stk500v2.diff	                        (rev 0)
+++ trunk/dports/cross/avrdude/files/patch-stk500v2.diff	2014-06-10 13:14:25 UTC (rev 120866)
@@ -0,0 +1,12 @@
+--- stk500v2.c	2014-03-13 00:03:19.000000000 +0100
++++ stk500v2.c.diff	2014-06-05 16:46:15.000000000 +0200
+@@ -748,7 +748,8 @@
+   DEBUG("STK500V2: stk500v2_getsync()\n");
+ 
+   if (PDATA(pgm)->pgmtype == PGMTYPE_JTAGICE_MKII ||
+-      PDATA(pgm)->pgmtype == PGMTYPE_JTAGICE3)
++      PDATA(pgm)->pgmtype == PGMTYPE_JTAGICE3 ||
++      PDATA(pgm)->pgmtype == PGMTYPE_AVRISP_MKII)
+     return 0;
+ 
+ retry:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/debcd920/attachment.html>


More information about the macports-changes mailing list