[45853] trunk/dports/cross/lpc21isp

snc at macports.org snc at macports.org
Fri Jan 23 07:57:50 PST 2009


Revision: 45853
          http://trac.macports.org/changeset/45853
Author:   snc at macports.org
Date:     2009-01-23 07:57:50 -0800 (Fri, 23 Jan 2009)
Log Message:
-----------
adding patch, updating portfile. ticket #18151

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

Added Paths:
-----------
    trunk/dports/cross/lpc21isp/files/
    trunk/dports/cross/lpc21isp/files/patch-lpc21isp.c.diff

Modified: trunk/dports/cross/lpc21isp/Portfile
===================================================================
--- trunk/dports/cross/lpc21isp/Portfile	2009-01-23 15:51:10 UTC (rev 45852)
+++ trunk/dports/cross/lpc21isp/Portfile	2009-01-23 15:57:50 UTC (rev 45853)
@@ -17,6 +17,8 @@
                     sha1 4ad1ba8aef99ac00191c81ebb863f7e04415eb45 \
                     rmd160 49c5355dcfbe14b18eae324b57529458fc1d3deb
 
+patchfiles          patch-lpc21isp.c.diff
+
 use_configure       no
 
 pre-build {

Added: trunk/dports/cross/lpc21isp/files/patch-lpc21isp.c.diff
===================================================================
--- trunk/dports/cross/lpc21isp/files/patch-lpc21isp.c.diff	                        (rev 0)
+++ trunk/dports/cross/lpc21isp/files/patch-lpc21isp.c.diff	2009-01-23 15:57:50 UTC (rev 45853)
@@ -0,0 +1,18 @@
+--- lpc21isp.c~	2009-01-22 22:38:24.000000000 +0200
++++ lpc21isp.c	2009-01-22 22:53:45.000000000 +0200
+@@ -375,6 +375,7 @@
+               };
+ #else
+ #define NEWTERMIOS_SETBAUDARTE(bps) IspEnvironment->newtio.c_cflag |= bps;
++#endif
+ 
+     switch (atol(IspEnvironment->baud_rate))
+     {
+@@ -409,7 +410,6 @@
+               }
+     }
+ 
+-#endif
+ 
+     IspEnvironment->newtio.c_iflag = IGNPAR | IGNBRK | IXON | IXOFF;
+     IspEnvironment->newtio.c_oflag = 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090123/f6b32002/attachment.html>


More information about the macports-changes mailing list