[97771] trunk/dports/graphics/ipe-tools

devans at macports.org devans at macports.org
Fri Sep 14 18:41:09 PDT 2012


Revision: 97771
          http://trac.macports.org//changeset/97771
Author:   devans at macports.org
Date:     2012-09-14 18:41:09 -0700 (Fri, 14 Sep 2012)
Log Message:
-----------
ipe-tools: apply upstream fix for build broken by poppler 0.20.x and update maintainers as per #35385.

Modified Paths:
--------------
    trunk/dports/graphics/ipe-tools/Portfile
    trunk/dports/graphics/ipe-tools/files/patch-pdftoipe-20110916-src-xmloutputdev.cpp.diff

Modified: trunk/dports/graphics/ipe-tools/Portfile
===================================================================
--- trunk/dports/graphics/ipe-tools/Portfile	2012-09-15 01:09:59 UTC (rev 97770)
+++ trunk/dports/graphics/ipe-tools/Portfile	2012-09-15 01:41:09 UTC (rev 97771)
@@ -5,9 +5,9 @@
 
 name                    ipe-tools
 version                 20110916
-revision                2
+revision                3
 categories              graphics
-maintainers             jacobs-university.de:m.thon
+maintainers             jacobs-university.de:m.thon gmx.de:Torsten.Maehne openmaintainer
 description             Tools for the Ipe extensible drawing editor
 long_description        \
                         The following tools for the Ipe extensible drawing \

Modified: trunk/dports/graphics/ipe-tools/files/patch-pdftoipe-20110916-src-xmloutputdev.cpp.diff
===================================================================
--- trunk/dports/graphics/ipe-tools/files/patch-pdftoipe-20110916-src-xmloutputdev.cpp.diff	2012-09-15 01:09:59 UTC (rev 97770)
+++ trunk/dports/graphics/ipe-tools/files/patch-pdftoipe-20110916-src-xmloutputdev.cpp.diff	2012-09-15 01:41:09 UTC (rev 97771)
@@ -1,5 +1,14 @@
---- pdftoipe-20110916-src/xmloutputdev.cpp.orig	2011-10-24 14:38:53.000000000 +0200
-+++ pdftoipe-20110916-src/xmloutputdev.cpp	2011-10-24 14:39:31.000000000 +0200
+--- pdftoipe-20110916-src/xmloutputdev.cpp.orig	2012-07-28 14:38:53.000000000 +0200
++++ pdftoipe-20110916-src/xmloutputdev.cpp	2012-07-28 14:39:31.000000000 +0200
+@@ -30,7 +30,7 @@
+   FILE *f;
+ 
+   if (!(f = fopen(fileName, "wb"))) {
+-    error(-1, "Couldn't open output file '%s'", fileName);
++    fprintf(stderr, "Couldn't open output file '%s'\n", fileName);
+     ok = gFalse;
+     return;
+   }
 @@ -336,7 +336,7 @@
      // dump JPEG stream
      std::vector<char> buffer;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120914/952ae210/attachment.html>


More information about the macports-changes mailing list