[71420] trunk/dports/tex/texlive-fontutils

dports at macports.org dports at macports.org
Sun Sep 12 18:25:04 PDT 2010


Revision: 71420
          http://trac.macports.org/changeset/71420
Author:   dports at macports.org
Date:     2010-09-12 18:25:01 -0700 (Sun, 12 Sep 2010)
Log Message:
-----------
texlive-fontutils: patch epstopdf to fix reading from stdin (#26380)

Modified Paths:
--------------
    trunk/dports/tex/texlive-fontutils/Portfile

Added Paths:
-----------
    trunk/dports/tex/texlive-fontutils/files/
    trunk/dports/tex/texlive-fontutils/files/patch-epstopdf-stdin.diff

Modified: trunk/dports/tex/texlive-fontutils/Portfile
===================================================================
--- trunk/dports/tex/texlive-fontutils/Portfile	2010-09-12 19:52:40 UTC (rev 71419)
+++ trunk/dports/tex/texlive-fontutils/Portfile	2010-09-13 01:25:01 UTC (rev 71420)
@@ -6,7 +6,7 @@
 
 name                texlive-fontutils
 version             15606
-revision            2
+revision            3
 
 categories          tex
 maintainers         dports
@@ -19,6 +19,8 @@
 
 depends_lib         port:texlive-basic
 
+patchfiles          patch-epstopdf-stdin.diff
+
 texlive.exclude     texmf/doc/man/man1/afm2pl.1 \
                     texmf/doc/man/man1/bbox.1 \
                     texmf/doc/man/man1/cfftot1.1 \

Added: trunk/dports/tex/texlive-fontutils/files/patch-epstopdf-stdin.diff
===================================================================
--- trunk/dports/tex/texlive-fontutils/files/patch-epstopdf-stdin.diff	                        (rev 0)
+++ trunk/dports/tex/texlive-fontutils/files/patch-epstopdf-stdin.diff	2010-09-13 01:25:01 UTC (rev 71420)
@@ -0,0 +1,10 @@
+--- runfiles/texmf-dist/scripts/epstopdf/epstopdf.pl~	2009-12-24 23:48:27.000000000 +0100
++++ runfiles/texmf-dist/scripts/epstopdf/epstopdf.pl	2009-12-24 23:48:41.000000000 +0100
+@@ -367,7 +367,7 @@
+ 
+ ### emacs-page
+ ### open input file
+-open(IN, '<', $InputFilename) or error "Cannot open",
++open(IN, "<$InputFilename") or error "Cannot open",
+   ($::opt_filter) ? "standard input" : "\"$InputFilename\": $!";
+ binmode IN;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100912/4b9c1131/attachment-0001.html>


More information about the macports-changes mailing list