[97312] trunk/dports/graphics/plotutils

ryandesign at macports.org ryandesign at macports.org
Mon Sep 3 02:18:42 PDT 2012


Revision: 97312
          https://trac.macports.org/changeset/97312
Author:   ryandesign at macports.org
Date:     2012-09-03 02:18:42 -0700 (Mon, 03 Sep 2012)
Log Message:
-----------
plotutils: fix the libpng 1.5 fix per http://lists.macosforge.org/pipermail/macports-dev/2012-September/020262.html

Modified Paths:
--------------
    trunk/dports/graphics/plotutils/Portfile
    trunk/dports/graphics/plotutils/files/patch-libpng-1.5.diff

Modified: trunk/dports/graphics/plotutils/Portfile
===================================================================
--- trunk/dports/graphics/plotutils/Portfile	2012-09-03 09:14:57 UTC (rev 97311)
+++ trunk/dports/graphics/plotutils/Portfile	2012-09-03 09:18:42 UTC (rev 97312)
@@ -6,7 +6,7 @@
 name             plotutils
 epoch            1
 version          2.6
-revision         3
+revision         4
 categories       graphics
 platforms        darwin
 maintainers      snc openmaintainer

Modified: trunk/dports/graphics/plotutils/files/patch-libpng-1.5.diff
===================================================================
--- trunk/dports/graphics/plotutils/files/patch-libpng-1.5.diff	2012-09-03 09:14:57 UTC (rev 97311)
+++ trunk/dports/graphics/plotutils/files/patch-libpng-1.5.diff	2012-09-03 09:18:42 UTC (rev 97312)
@@ -1,13 +1,11 @@
-fix building with libpng-1.5
-
---- libplot/z_write.c
+--- libplot/z_write.c.orig
 +++ libplot/z_write.c
 @@ -164,7 +164,7 @@
      }
  
    /* cleanup after libpng errors (error handler does a longjmp) */
 -  if (setjmp (png_ptr->jmpbuf))
-+  if (png_jmpbuf (png_ptr))
++  if (setjmp (png_jmpbuf (png_ptr)))
      {
        png_destroy_write_struct (&png_ptr, (png_info **)NULL);
        return -1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120903/78942b23/attachment.html>


More information about the macports-changes mailing list