<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[31322] trunk/dports/graphics/plotutils/files</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/31322">31322</a></dd>
<dt>Author</dt> <dd>ram@macports.org</dd>
<dt>Date</dt> <dd>2007-11-19 19:20:04 -0800 (Mon, 19 Nov 2007)</dd>
</dl>

<h3>Log Message</h3>
<pre>rename plotutils patches</pre>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_g_writecdiff">trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c.diff</a></li>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_i_rlecdiff">trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c.diff</a></li>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_n_writecdiff">trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c.diff</a></li>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_z_writecdiff">trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c.diff</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_g_writec">trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c</a></li>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_i_rlec">trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c</a></li>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_n_writec">trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c</a></li>
<li><a href="#trunkdportsgraphicsplotutilsfilespatchlibplot_z_writec">trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_g_writec"></a>
<div class="delfile"><h4>Deleted: trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c (31321 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c        2007-11-20 03:14:55 UTC (rev 31321)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>---- libplot/g_write.c.orig        2000-05-19 10:10:01.000000000 -0600
-+++ libplot/g_write.c        2005-06-13 20:53:43.000000000 -0600
-@@ -40,7 +40,7 @@
-     }
- #ifdef LIBPLOTTER
-   else if (data-&gt;outstream)
--    data-&gt;outstream-&gt;write(c, n);
-+    data-&gt;outstream-&gt;write((const char *)c, n);
- #endif
- }

</del></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_g_writecdifffromrev31319trunkdportsgraphicsplotutilsfilespatchlibplot_g_writec"></a>
<div class="copfile"><h4>Copied: trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c.diff (from rev 31319, trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c) (0 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c.diff                                (rev 0)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_g_write.c.diff        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+--- libplot/g_write.c.orig        2000-05-19 10:10:01.000000000 -0600
++++ libplot/g_write.c        2005-06-13 20:53:43.000000000 -0600
+@@ -40,7 +40,7 @@
+     }
+ #ifdef LIBPLOTTER
+   else if (data-&gt;outstream)
+-    data-&gt;outstream-&gt;write(c, n);
++    data-&gt;outstream-&gt;write((const char *)c, n);
+ #endif
+ }

</ins></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_i_rlec"></a>
<div class="delfile"><h4>Deleted: trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c (31321 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c        2007-11-20 03:14:55 UTC (rev 31321)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>---- libplot/i_rle.c.orig        1999-06-27 10:58:10.000000000 -0600
-+++ libplot/i_rle.c        2005-06-13 22:44:03.000000000 -0600
-@@ -78,7 +78,7 @@
-   else if (rle-&gt;outstream)
-     {
-       rle-&gt;outstream-&gt;put ((unsigned char)(rle-&gt;oblen));
--      rle-&gt;outstream-&gt;write (&amp;(rle-&gt;oblock[0]), rle-&gt;oblen);
-+      rle-&gt;outstream-&gt;write ((const char *)&amp;(rle-&gt;oblock[0]), rle-&gt;oblen);
-     }
- #endif  

</del></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_i_rlecdifffromrev31319trunkdportsgraphicsplotutilsfilespatchlibplot_i_rlec"></a>
<div class="copfile"><h4>Copied: trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c.diff (from rev 31319, trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c) (0 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c.diff                                (rev 0)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_i_rle.c.diff        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+--- libplot/i_rle.c.orig        1999-06-27 10:58:10.000000000 -0600
++++ libplot/i_rle.c        2005-06-13 22:44:03.000000000 -0600
+@@ -78,7 +78,7 @@
+   else if (rle-&gt;outstream)
+     {
+       rle-&gt;outstream-&gt;put ((unsigned char)(rle-&gt;oblen));
+-      rle-&gt;outstream-&gt;write (&amp;(rle-&gt;oblock[0]), rle-&gt;oblen);
++      rle-&gt;outstream-&gt;write ((const char *)&amp;(rle-&gt;oblock[0]), rle-&gt;oblen);
+     }
+ #endif  

</ins></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_n_writec"></a>
<div class="delfile"><h4>Deleted: trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c (31321 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c        2007-11-20 03:14:55 UTC (rev 31321)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -1,56 +0,0 @@
</span><del>---- libplot/n_write.c.orig        2000-06-15 23:42:13.000000000 -0600
-+++ libplot/n_write.c        2005-06-13 22:55:50.000000000 -0600
-@@ -208,7 +208,7 @@
-                   linebuf[pos++] = '0';
-                 if (pos &gt;= MAX_PBM_PIXELS_PER_LINE || i == (width - 1))
-                   {
--                    stream-&gt;write (linebuf, pos);
-+                    stream-&gt;write ((const char *)linebuf, pos);
-                     stream-&gt;put ('\n');

-                     pos = 0;
-@@ -253,7 +253,7 @@
-                   rowbuf[bytecount++] = outbyte;
-                 }
-               /* emit row of bytes */
--              stream-&gt;write (rowbuf, bytecount);
-+              stream-&gt;write ((const char *)rowbuf, bytecount);
-             }

-           free (rowbuf);
-@@ -366,7 +366,7 @@
-                 num_pixels++;
-                 if (num_pixels &gt;= MAX_PGM_PIXELS_PER_LINE || i == (width - 1))
-                   {
--                    stream-&gt;write (linebuf, pos);
-+                    stream-&gt;write ((const char *)linebuf, pos);
-                     stream-&gt;put ('\n');

-                     num_pixels = 0;
-@@ -392,7 +392,7 @@
-             {
-               for (i = 0; i &lt; width; i++)
-                 rowbuf[i] = pixmap[j][i].u.rgb[0];
--              stream-&gt;write (rowbuf, width);
-+              stream-&gt;write ((const char *)rowbuf, width);
-             }
-           free (rowbuf);
-         }
-@@ -514,7 +514,7 @@
-                 num_pixels++;
-                 if (num_pixels &gt;= MAX_PPM_PIXELS_PER_LINE || i == (width - 1))
-                   {
--                    stream-&gt;write (linebuf, pos);
-+                    stream-&gt;write ((const char *)linebuf, pos);
-                     stream-&gt;put ('\n');

-                     num_pixels = 0;
-@@ -542,7 +542,7 @@
-               for (i = 0; i &lt; width; i++)
-                 for (component = 0; component &lt; 3; component++)
-                   rowbuf[3 * i + component] = pixmap[j][i].u.rgb[component];
--              stream-&gt;write (rowbuf, 3 * width);
-+              stream-&gt;write ((const char *)rowbuf, 3 * width);
-             }
-           free (rowbuf);
-         }
</del></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_n_writecdifffromrev31319trunkdportsgraphicsplotutilsfilespatchlibplot_n_writec"></a>
<div class="copfile"><h4>Copied: trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c.diff (from rev 31319, trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c) (0 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c.diff                                (rev 0)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_n_write.c.diff        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -0,0 +1,56 @@
</span><ins>+--- libplot/n_write.c.orig        2000-06-15 23:42:13.000000000 -0600
++++ libplot/n_write.c        2005-06-13 22:55:50.000000000 -0600
+@@ -208,7 +208,7 @@
+                   linebuf[pos++] = '0';
+                 if (pos &gt;= MAX_PBM_PIXELS_PER_LINE || i == (width - 1))
+                   {
+-                    stream-&gt;write (linebuf, pos);
++                    stream-&gt;write ((const char *)linebuf, pos);
+                     stream-&gt;put ('\n');

+                     pos = 0;
+@@ -253,7 +253,7 @@
+                   rowbuf[bytecount++] = outbyte;
+                 }
+               /* emit row of bytes */
+-              stream-&gt;write (rowbuf, bytecount);
++              stream-&gt;write ((const char *)rowbuf, bytecount);
+             }

+           free (rowbuf);
+@@ -366,7 +366,7 @@
+                 num_pixels++;
+                 if (num_pixels &gt;= MAX_PGM_PIXELS_PER_LINE || i == (width - 1))
+                   {
+-                    stream-&gt;write (linebuf, pos);
++                    stream-&gt;write ((const char *)linebuf, pos);
+                     stream-&gt;put ('\n');

+                     num_pixels = 0;
+@@ -392,7 +392,7 @@
+             {
+               for (i = 0; i &lt; width; i++)
+                 rowbuf[i] = pixmap[j][i].u.rgb[0];
+-              stream-&gt;write (rowbuf, width);
++              stream-&gt;write ((const char *)rowbuf, width);
+             }
+           free (rowbuf);
+         }
+@@ -514,7 +514,7 @@
+                 num_pixels++;
+                 if (num_pixels &gt;= MAX_PPM_PIXELS_PER_LINE || i == (width - 1))
+                   {
+-                    stream-&gt;write (linebuf, pos);
++                    stream-&gt;write ((const char *)linebuf, pos);
+                     stream-&gt;put ('\n');

+                     num_pixels = 0;
+@@ -542,7 +542,7 @@
+               for (i = 0; i &lt; width; i++)
+                 for (component = 0; component &lt; 3; component++)
+                   rowbuf[3 * i + component] = pixmap[j][i].u.rgb[component];
+-              stream-&gt;write (rowbuf, 3 * width);
++              stream-&gt;write ((const char *)rowbuf, 3 * width);
+             }
+           free (rowbuf);
+         }
</ins></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_z_writec"></a>
<div class="delfile"><h4>Deleted: trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c (31321 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c        2007-11-20 03:14:55 UTC (rev 31321)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>---- libplot/z_write.c.orig 2005-09-23 14:16:40.000000000 +0200
-+++ libplot/z_write.c  2005-09-23 13:59:26.000000000 +0200
-@@ -484,7 +484,7 @@
-   ostream *stream;

-   stream = (ostream *)png_get_io_ptr (png_ptr);
--  stream-&gt;write (data, length);
-+  stream-&gt;write ((const char *)data, length);
- }

- static void 
-
</del></span></pre></div>
<a id="trunkdportsgraphicsplotutilsfilespatchlibplot_z_writecdifffromrev31319trunkdportsgraphicsplotutilsfilespatchlibplot_z_writec"></a>
<div class="copfile"><h4>Copied: trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c.diff (from rev 31319, trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c) (0 => 31322)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c.diff                                (rev 0)
+++ trunk/dports/graphics/plotutils/files/patch-libplot_z_write.c.diff        2007-11-20 03:20:04 UTC (rev 31322)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+--- libplot/z_write.c.orig 2005-09-23 14:16:40.000000000 +0200
++++ libplot/z_write.c  2005-09-23 13:59:26.000000000 +0200
+@@ -484,7 +484,7 @@
+   ostream *stream;

+   stream = (ostream *)png_get_io_ptr (png_ptr);
+-  stream-&gt;write (data, length);
++  stream-&gt;write ((const char *)data, length);
+ }

+ static void 
+
</ins></span></pre>
</div>
</div>

</body>
</html>