[121679] users/dports/ports/tex

dports at macports.org dports at macports.org
Thu Jul 3 20:22:41 PDT 2014


Revision: 121679
          https://trac.macports.org/changeset/121679
Author:   dports at macports.org
Date:     2014-07-03 20:22:41 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
merge from trunk to /users/dports

Modified Paths:
--------------
    users/dports/ports/tex/LaTeXML/Portfile
    users/dports/ports/tex/kde4-kile/Portfile
    users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.rc.macports.diff
    users/dports/ports/tex/kde4-kile/files/patch-runTests.sh.macports.diff
    users/dports/ports/tex/latex2rtf/Portfile
    users/dports/ports/tex/texlive-bin/Portfile

Added Paths:
-----------
    users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.cpp.diff

Removed Paths:
-------------
    users/dports/ports/tex/latex2rtf/files/patch-Makefile-doc.diff

Property Changed:
----------------
    users/dports/ports/tex/
    users/dports/ports/tex/texlive-bin/


Property changes on: users/dports/ports/tex
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/tex:120353-120424
/users/dports/ports/tex:72668-73311,94196-95338,105625-107914
   + /trunk/dports/tex:120353-121678
/users/dports/ports/tex:72668-73311,94196-95338,105625-107914

Modified: users/dports/ports/tex/LaTeXML/Portfile
===================================================================
--- users/dports/ports/tex/LaTeXML/Portfile	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/LaTeXML/Portfile	2014-07-04 03:22:41 UTC (rev 121679)
@@ -1,45 +1,47 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
-#======================================================================
-# Portfile for LaTeXML
-# (draft)
-#======================================================================
-PortSystem 1.0
-name LaTeXML
-version 0.7.0
-revision 1
-categories tex
-maintainers bruce.miller at nist.gov
-description LaTeXML converts TeX to XML
-long_description \
-   LaTeXML converts TeX to XML,\
-   including XHTML with MathML.
 
-homepage http://dlmf.nist.gov/LaTeXML/
-platforms darwin
-master_sites http://dlmf.nist.gov/LaTeXML/releases/
-checksums md5 61fc79ed5391728c8b00465ab48c6697 \
-         sha1 3cbc416ea71ff1c21b5ac1493a1b925297eb674d \
-         rmd160 0230ffc3a1604b891c65276a4e9f745018b3e78a
-# Use:
-# md5sum LaTeXML-0.7.0.tar.gz
-# openssl sha1 LaTeXML-0.7.0.tar.gz
-# openssl rmd160 LaTeXML-0.7.0.tar.gz
+PortSystem          1.0
+name                LaTeXML
+version             0.8.0
+categories          tex
+platforms           darwin
+maintainers         bruce.miller at nist.gov
+license             public-domain
+
+description         LaTeXML converts TeX to XML/HTML/MathML
+long_description    LaTeXML converts TeX to XML,\
+                    including HTML, XHTML, ePub with MathML.
+
+homepage            http://dlmf.nist.gov/LaTeXML/
+master_sites        http://dlmf.nist.gov/LaTeXML/releases/
+
+checksums           rmd160 cfafc6f4f5e276543333f907a1ec0db3c25e424f \
+                    sha256 a495019f2828f0734e9e41f0398f6c8d60ba6a934d4ccad4fea7d588ab060388
+
+# requires: DB_File, Pod::Parser and Test::More
+# but those should be in Perl's core modules.
+depends_lib         port:p5.16-archive-zip \
+                    port:p5.16-file-which \
+                    port:p5.16-getopt-long \
+                    port:p5.16-image-size \
+                    port:p5.16-io-string \
+                    port:p5.16-json-xs \
+                    port:p5.16-libwww-perl \
+                    port:p5.16-parse-recdescent \
+                    port:p5.16-time-hires \
+                    port:p5.16-uri \
+                    port:p5.16-xml-libxml \
+                    port:p5.16-xml-libxslt \
+                    port:p5.16-perlmagick
+
+notes "${name} works best with some version of TeX installed. \
+   Please install MacTeX or 'sudo port install texlive' (or other system) first."
+
 #============================================================
-# Dependencies
-depends_lib port:p5.12-parse-recdescent \
-  	    port:p5.12-xml-libxml \
-  	    port:p5.12-xml-libxslt \
-  	    port:p5.12-perlmagick \
-	    bin:texhash:texlive
-# That last seems to be the way to depend on TeX
-# being installed, without necessarily requiring
-# _specifically_ texlive (eg MacTeX or something
-# else perhaps can work, if /usr/texbin is in
-# binpath in macports.conf)
-#============================================================
 # Configuration
 # Override configure to do it the perl way.
-configure.cmd ${prefix}/bin/perl5.12 Makefile.PL
+configure.cmd       ${prefix}/bin/perl5.16 Makefile.PL
 
 # Note that installation does
 #   make install DESTDIR=${destroot}
@@ -52,5 +54,6 @@
 #============================================================
 # Get TeX to notice our style files, since this isn't done
 # when staging the installation to ${destpath}
-post-activate { system "mktexlsr" }
-
+post-activate {
+    system "mktexlsr"
+}

Modified: users/dports/ports/tex/kde4-kile/Portfile
===================================================================
--- users/dports/ports/tex/kde4-kile/Portfile	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/kde4-kile/Portfile	2014-07-04 03:22:41 UTC (rev 121679)
@@ -6,6 +6,7 @@
 
 name                kde4-kile
 version             2.1.3
+revision            1
 categories          tex kde kde4
 platforms           darwin
 license             GPL-2+
@@ -30,18 +31,30 @@
 
 depends_run-append  port:okular \
                     port:kate \
-                    port:ImageMagick \
-                    port:ghostscript \
+                    bin:convert:ImageMagick \
+                    bin:gs:ghostscript \
                     bin:tex:texlive
 
-patchfiles          patch-kilestdtools.rc.macports.diff \
+patchfiles-append   patch-kilestdtools.cpp.diff \
+                    patch-kilestdtools.rc.macports.diff \
                     patch-runTests.sh.macports.diff
 
 post-patch {
-    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/src/data/kilestdtools.rc ${worksrcpath}/src/test/runTests.sh
-    reinplace "s|@APPLICATIONS_DIR@|${applications_dir}|g" ${worksrcpath}/src/data/kilestdtools.rc ${worksrcpath}/src/test/runTests.sh
+    if {[variant_isset mactex]} {
+        reinplace "s|@TEXPREFIX@|/bin/texbin|g" \
+            ${worksrcpath}/src/data/kilestdtools.rc ${worksrcpath}/src/test/runTests.sh
+    } else {
+        reinplace "s|@TEXPREFIX@|${prefix}/bin|g" \
+            ${worksrcpath}/src/data/kilestdtools.rc ${worksrcpath}/src/test/runTests.sh
+    }
+    reinplace "s|@APPLICATIONS_DIR@|${applications_dir}|g" \
+        ${worksrcpath}/src/data/kilestdtools.rc ${worksrcpath}/src/test/runTests.sh
 }
 
+variant mactex description "change support of kile for MacTeX TeXLive" {
+    notes-append "For the mactex variant to work, /usr/texbin must also be added to binpath in macports.conf"
+}
+
 build.asroot        yes
 
 livecheck.type      sourceforge

Copied: users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.cpp.diff (from rev 121678, trunk/dports/tex/kde4-kile/files/patch-kilestdtools.cpp.diff)
===================================================================
--- users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.cpp.diff	                        (rev 0)
+++ users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.cpp.diff	2014-07-04 03:22:41 UTC (rev 121679)
@@ -0,0 +1,11 @@
+--- src/kilestdtools.cpp.orig	2014-06-17 22:11:28.000000000 +0900
++++ src/kilestdtools.cpp	2014-06-17 22:29:16.000000000 +0900
+@@ -377,6 +377,8 @@
+ 		addDict("%dir_target", QString());
+ 		addDict("%target", relativeTarget);
+ 		addDict("%absolute_target", absoluteTarget);
++		addDict("%sourceFileName", filepath);
++		addDict("%sourceLine", QString::number(para + 1));
+ 		KILE_DEBUG() << "==KileTool::ForwardDVI::determineTarget()=============\n";
+ 		KILE_DEBUG() << "\tusing  (absolute)" << absoluteTarget;
+ 		KILE_DEBUG() << "\tusing  (relative)" << relativeTarget;

Modified: users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.rc.macports.diff
===================================================================
--- users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.rc.macports.diff	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/kde4-kile/files/patch-kilestdtools.rc.macports.diff	2014-07-04 03:22:41 UTC (rev 121679)
@@ -1,11 +1,11 @@
---- src/data/kilestdtools.rc.orig	2010-12-27 12:14:27.000000000 +0100
-+++ src/data/kilestdtools.rc	2011-02-25 21:31:05.000000000 +0100
+--- src/data/kilestdtools.rc.orig	2012-09-23 05:58:08.000000000 +0900
++++ src/data/kilestdtools.rc	2014-06-12 20:27:41.000000000 +0900
 @@ -32,7 +32,7 @@
  
  [Tool/BibTeX/Default]
  class=Compile
 -command=bibtex
-+command=@PREFIX@/bin/bibtex
++command=@TEXPREFIX@/bibtex
  options='%S'
  from=aux
  to=bbl
@@ -14,7 +14,7 @@
  [Tool/BibTeX/8bit Version]
  class=Compile
 -command=bibtex8
-+command=@PREFIX@/bin/bibtex8
++command=@TEXPREFIX@/bibtex8
  options='%S'
  from=aux
  to=bbl
@@ -23,7 +23,7 @@
  [Tool/Convert/eps2png]
  class=Convert
 -command=convert
-+command=@PREFIX@/bin/convert
++command=@TEXPREFIX@/convert
  options=+adjoin -antialias -trim -transparent white -density %res '%S.eps' '%S.png'
  from=eps
  to=png
@@ -32,7 +32,7 @@
  [Tool/Convert/pdf2png]
  class=Convert
 -command=convert
-+command=@PREFIX@/bin/convert
++command=@TEXPREFIX@/convert
  options=+adjoin -antialias -trim -transparent white -density %res '%S.pdf' '%S.png'
  from=pdf
  to=png
@@ -41,7 +41,7 @@
  [Tool/DVItoPDF/Default]
  class=Convert
 -command=dvipdfmx
-+command=@PREFIX@/bin/dvipdfmx
++command=@TEXPREFIX@/dvipdfmx
  options='%S.dvi'
  from=dvi
  to=pdf
@@ -50,7 +50,7 @@
  [Tool/DVItoPDF/Black and White]
  class=Convert
 -command=dvipdfmx
-+command=@PREFIX@/bin/dvipdfmx
++command=@TEXPREFIX@/dvipdfmx
  options=-c '%S.dvi'
  from=dvi
  to=pdf
@@ -59,7 +59,7 @@
  [Tool/DVItoPDF/Landscape]
  class=Convert
 -command=dvipdfmx
-+command=@PREFIX@/bin/dvipdfmx
++command=@TEXPREFIX@/dvipdfmx
  options=-l '%S.dvi'
  from=dvi
  to=pdf
@@ -68,7 +68,7 @@
  [Tool/DVItoPNG/Default]
  class=Convert
 -command=dvipng
-+command=@PREFIX@/bin/dvipng
++command=@TEXPREFIX@/dvipng
  options=-T tight -D %res -o '%S.png' '%S.dvi'
  from=dvi
  to=png
@@ -77,7 +77,7 @@
  [Tool/DVItoPS/Default]
  class=Convert
 -command=dvips
-+command=@PREFIX@/bin/dvips
++command=@TEXPREFIX@/dvips
  options=-o '%S.ps' '%S.dvi'
  from=dvi
  to=ps
@@ -86,7 +86,7 @@
  [Tool/DVItoPS/dvi2eps]
  class=Convert
 -command=dvips
-+command=@PREFIX@/bin/dvips
++command=@TEXPREFIX@/dvips
  options=-o '%S.eps' '%S.dvi'
  from=dvi
  to=eps
@@ -95,7 +95,7 @@
  [Tool/LaTeX/Default]
  class=LaTeX
 -command=latex
-+command=@PREFIX@/bin/latex
++command=@TEXPREFIX@/latex
  options=-interaction=nonstopmode '%source'
  from=
  to=dvi
@@ -104,7 +104,7 @@
  [Tool/LaTeX/Draft]
  class=LaTeX
 -command=latex
-+command=@PREFIX@/bin/latex
++command=@TEXPREFIX@/latex
  options=-draftmode -interaction=nonstopmode '%source'
  from=
  to=dvi
@@ -113,7 +113,7 @@
  [Tool/LaTeX/Modern]
  class=LaTeX
 -command=latex
-+command=@PREFIX@/bin/latex
++command=@TEXPREFIX@/latex
  options=-src-specials -interaction=nonstopmode '%source'
  from=
  to=dvi
@@ -122,7 +122,7 @@
  [Tool/MakeIndex/Default]
  class=Compile
 -command=makeindex
-+command=@PREFIX@/bin/makeindex
++command=@TEXPREFIX@/makeindex
  options='%S.idx'
  from=idx
  to=idx
@@ -131,7 +131,7 @@
  [Tool/MakeIndex/xindy]
  class=Compile
 -command=xindy
-+command=@PREFIX@/bin/xindy
++command=@TEXPREFIX@/xindy
  options='%S.idx'
  from=idx
  to=idx
@@ -140,7 +140,7 @@
  [Tool/MetaPost/Default]
  class=Compile
 -command=mpost
-+command=@PREFIX@/bin/mpost
++command=@TEXPREFIX@/mpost
  options=-tex=latex -interaction=nonstopmode '%source'
  from=
  to=
@@ -149,7 +149,7 @@
  [Tool/PDFLaTeX/Default]
  class=LaTeX
 -command=pdflatex
-+command=@PREFIX@/bin/pdflatex
++command=@TEXPREFIX@/pdflatex
  options=-interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -158,7 +158,7 @@
  [Tool/PDFLaTeX/Draft]
  class=LaTeX
 -command=pdflatex
-+command=@PREFIX@/bin/pdflatex
++command=@TEXPREFIX@/pdflatex
  options=-draftmode -interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -167,7 +167,7 @@
  [Tool/PDFLaTeX/Modern]
  class=LaTeX
 -command=pdflatex
-+command=@PREFIX@/bin/pdflatex
++command=@TEXPREFIX@/pdflatex
  options=-synctex=1 -interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -176,7 +176,7 @@
  [Tool/ConTeXt/PDF]
  class=Compile
 -command=texexec
-+command=@PREFIX@/bin/texexec
++command=@TEXPREFIX@/texexec
  options=--pdf --nonstopmode '%source'
  from=
  to=pdf
@@ -185,7 +185,7 @@
  [Tool/ConTeXt/PDF Draft]
  class=Compile
 -command=texexec
-+command=@PREFIX@/bin/texexec
++command=@TEXPREFIX@/texexec
  options=--pdf --draft --nonstopmode '%source'
  from=
  to=pdf
@@ -194,7 +194,7 @@
  [Tool/ConTeXt/DVI and PS]
  class=Compile
 -command=texexec
-+command=@PREFIX@/bin/texexec
++command=@TEXPREFIX@/texexec
  options=--dvi --nonstopmode '%source'
  from=
  to=dvi
@@ -203,7 +203,7 @@
  [Tool/ConTeXt/DVI and PS Draft]
  class=Compile
 -command=texexec
-+command=@PREFIX@/bin/texexec
++command=@TEXPREFIX@/texexec
  options=--dvi --draft --nonstopmode '%source'
  from=
  to=dvi
@@ -212,7 +212,7 @@
  [Tool/XeLaTeX/PDF]
  class=LaTeX
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  options=-interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -221,7 +221,7 @@
  [Tool/XeLaTeX/XDVI]
  class=LaTeX
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  options=-no-pdf -interaction=nonstopmode '%source'
  from=
  to=xdvi
@@ -230,7 +230,7 @@
  [Tool/XeLaTeX/PDF Draft]
  class=LaTeX
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  options=-draftmode -interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -239,7 +239,7 @@
  [Tool/XeLaTeX/XDVI Draft]
  class=LaTeX
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  options=-no-pdf -draftmode -interaction=nonstopmode '%source'
  from=
  to=xdvi
@@ -248,7 +248,7 @@
  [Tool/XeLaTeX/PDF Modern]
  class=LaTeX
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  options=-synctex=1 -interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -257,7 +257,7 @@
  [Tool/XeLaTeX/XDVI Modern]
  class=LaTeX
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  options=-no-pdf -src-specials -interaction=nonstopmode '%source'
  from=
  to=xdvi
@@ -266,7 +266,7 @@
  checkForRoot=no
  class=LaTeXpreview
 -command=latex
-+command=@PREFIX@/bin/latex
++command=@TEXPREFIX@/latex
  from=
  jumpToFirstError=yes
  options=-interaction=nonstopmode '%source'
@@ -275,7 +275,7 @@
  checkForRoot=no
  class=LaTeXpreview
 -command=pdflatex
-+command=@PREFIX@/bin/pdflatex
++command=@TEXPREFIX@/pdflatex
  from=
  jumpToFirstError=yes
  options=-interaction=nonstopmode '%source'
@@ -284,7 +284,7 @@
  checkForRoot=no
  class=LaTeXpreview
 -command=xelatex
-+command=@PREFIX@/bin/xelatex
++command=@TEXPREFIX@/xelatex
  from=
  jumpToFirstError=yes
  options=-interaction=nonstopmode '%source'
@@ -293,7 +293,7 @@
  [Tool/PStoPDF/Default]
  class=Convert
 -command=ps2pdf
-+command=@PREFIX@/bin/ps2pdf
++command=@TEXPREFIX@/ps2pdf
  options='%S.ps' '%S.pdf'
  from=ps
  to=pdf
@@ -302,7 +302,7 @@
  [Tool/TeX/Default]
  class=Compile
 -command=tex
-+command=@PREFIX@/bin/tex
++command=@TEXPREFIX@/tex
  options=-interaction=nonstopmode '%source'
  from=
  to=dvi
@@ -311,7 +311,7 @@
  [Tool/TeX/Modern]
  class=Compile
 -command=tex
-+command=@PREFIX@/bin/tex
++command=@TEXPREFIX@/tex
  options=-src-specials -interaction=nonstopmode '%source'
  from=
  to=dvi
@@ -320,7 +320,7 @@
  [Tool/PDFTeX/Default]
  class=Compile
 -command=pdftex
-+command=@PREFIX@/bin/pdftex
++command=@TEXPREFIX@/pdftex
  options=-interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -329,7 +329,7 @@
  [Tool/PDFTeX/Draft]
  class=Compile
 -command=pdftex
-+command=@PREFIX@/bin/pdftex
++command=@TEXPREFIX@/pdftex
  options=-draftmode -interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -338,7 +338,7 @@
  [Tool/PDFTeX/Modern]
  class=Compile
 -command=pdftex
-+command=@PREFIX@/bin/pdftex
++command=@TEXPREFIX@/pdftex
  options=-synctex=1 -interaction=nonstopmode '%source'
  from=
  to=pdf
@@ -351,7 +351,7 @@
  options='file:%dir_target/%target'
  target=
  from=html
-@@ -607,7 +608,7 @@
+@@ -607,7 +607,7 @@
  [Tool/ForwardDVI/Okular]
  class=ForwardDVI
  type=Process
@@ -360,7 +360,7 @@
  options=--unique '%target'
  from=dvi
  to=dvi
-@@ -615,7 +616,7 @@
+@@ -615,7 +615,7 @@
  [Tool/ForwardPDF/Okular]
  class=ForwardDVI
  type=Process
@@ -369,7 +369,7 @@
  options=--unique '%absolute_target'
  from=pdf
  to=pdf
-@@ -641,7 +642,7 @@
+@@ -641,7 +641,7 @@
  
  [Tool/ViewDVI/Okular]
  class=View
@@ -378,7 +378,7 @@
  options='%target'
  from=dvi
  to=dvi
-@@ -659,7 +660,7 @@
+@@ -659,7 +659,7 @@
  
  [Tool/ViewDVI/Okular Unique]
  class=View
@@ -387,7 +387,7 @@
  options=--unique '%target'
  from=dvi
  to=dvi
-@@ -677,7 +678,7 @@
+@@ -677,7 +677,7 @@
  
  [Tool/ViewPS/Okular]
  class=View
@@ -396,7 +396,7 @@
  options='%target'
  from=ps
  to=ps
-@@ -695,7 +696,7 @@
+@@ -695,7 +695,7 @@
  
  [Tool/ViewPS/Okular Unique]
  class=View
@@ -405,7 +405,7 @@
  options=--unique '%target'
  from=ps
  to=ps
-@@ -713,7 +714,7 @@
+@@ -713,7 +713,7 @@
  
  [Tool/ViewPDF/Okular]
  class=View
@@ -414,7 +414,7 @@
  options='%target'
  from=pdf
  to=pdf
-@@ -731,7 +732,7 @@
+@@ -731,7 +731,7 @@
  
  [Tool/ViewPDF/Okular Unique]
  class=View

Modified: users/dports/ports/tex/kde4-kile/files/patch-runTests.sh.macports.diff
===================================================================
--- users/dports/ports/tex/kde4-kile/files/patch-runTests.sh.macports.diff	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/kde4-kile/files/patch-runTests.sh.macports.diff	2014-07-04 03:22:41 UTC (rev 121679)
@@ -4,7 +4,7 @@
  #!/bin/bash
  echo "Kile System Check script..."
  
-+export PATH=@PREFIX@/bin:$PATH:@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/
++export PATH=@TEXPREFIX@:$PATH:@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/
 +
  outfile=$1
  basedir=$2

Modified: users/dports/ports/tex/latex2rtf/Portfile
===================================================================
--- users/dports/ports/tex/latex2rtf/Portfile	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/latex2rtf/Portfile	2014-07-04 03:22:41 UTC (rev 121679)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                latex2rtf
-version             2.3.5
+version             2.3.8
 categories          tex
 platforms           darwin
 license             GPL-2+
@@ -18,12 +18,11 @@
 
 homepage            http://latex2rtf.sourceforge.net/
 master_sites        sourceforge
-checksums           rmd160  86ba1fadbded33acc6cc345315175ce7563b18c0 \
-                    sha256  41bdde9ba1f03393013d939c2bfe1fc9bf0b815fa43ad2359a7e2bee76a36575
+checksums           rmd160  e48259db465560a1d7f2c9afdd9a056da7f06c07 \
+                    sha256  5484530de16e96ce76aedf969c464656a5f8834e748849d9009049e26f8c4143
 
 
 patchfiles          patch-Makefile.diff \
-                    patch-Makefile-doc.diff \
                     patch-texinfo.diff
 depends_run         bin:tex:texlive \
                     bin:gs:ghostscript \

Deleted: users/dports/ports/tex/latex2rtf/files/patch-Makefile-doc.diff
===================================================================
--- users/dports/ports/tex/latex2rtf/files/patch-Makefile-doc.diff	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/latex2rtf/files/patch-Makefile-doc.diff	2014-07-04 03:22:41 UTC (rev 121679)
@@ -1,9 +0,0 @@
---- doc/Makefile.orig	2013-11-30 19:01:15.000000000 +0900
-+++ doc/Makefile	2013-11-30 19:01:25.000000000 +0900
-@@ -1,5 +1,5 @@
- all:	latex2rtf.info latex2rtf.pdf latex2rtf.txt \
--		latex2pn.txt latex2rt.txt 
-+		latex2pn.txt latex2rt.txt latex2rtf.html
- 
- latex2rtf.html:	latex2rtf.texi
- 	makeinfo --html --no-split --no-headers latex2rtf.texi > latex2rtf.html


Property changes on: users/dports/ports/tex/texlive-bin
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/dports/ports/tex/texlive-bin:79479-82096,94196-95338,105625-107914
   + /trunk/dports/tex/texlive-bin:120353-121678
/users/dports/ports/tex/texlive-bin:79479-82096,94196-95338,105625-107914

Modified: users/dports/ports/tex/texlive-bin/Portfile
===================================================================
--- users/dports/ports/tex/texlive-bin/Portfile	2014-07-04 03:16:34 UTC (rev 121678)
+++ users/dports/ports/tex/texlive-bin/Portfile	2014-07-04 03:22:41 UTC (rev 121679)
@@ -191,10 +191,7 @@
                             OBJCFLAGS="${configure.objcflags} [get_canonical_archflags objc]" \
                             OBJCXX=${configure.objcxx}
 
-if {[info exists configure.cxx_stdlib] &&
-    ${configure.cxx_stdlib} ne {} &&
-    [string match *clang* ${configure.cxx}]
-} then {
+if {[string match *clang* ${configure.cxx}]} {
     build.env-append        OBJCXXFLAGS="${configure.objcxxflags} [get_canonical_archflags objcxx] -stdlib=${configure.cxx_stdlib}"
 } else {
     build.env-append        OBJCXXFLAGS="${configure.objcxxflags} [get_canonical_archflags objcxx]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140703/d71c11de/attachment-0001.html>


More information about the macports-changes mailing list