[139259] trunk/dports/math/maxima/Portfile

ionic at macports.org ionic at macports.org
Sun Aug 9 15:31:48 PDT 2015


Revision: 139259
          https://trac.macports.org/changeset/139259
Author:   ionic at macports.org
Date:     2015-08-09 15:31:48 -0700 (Sun, 09 Aug 2015)
Log Message:
-----------
maxima: replace texinfo.tex file with a newer file as shipped by the texinfo port. Update dependencies to build correctly in trace mode. Fixes: #48467.

Maintainer timeout.

Modified Paths:
--------------
    trunk/dports/math/maxima/Portfile

Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile	2015-08-09 21:25:15 UTC (rev 139258)
+++ trunk/dports/math/maxima/Portfile	2015-08-09 22:31:48 UTC (rev 139259)
@@ -69,9 +69,17 @@
 variant printable_doc description {Build printable documentation} {
     depends_build-append    port:texinfo \
                             port:texlive-basic \
-                            port:texlive-latex
+                            port:texlive-latex \
+                            port:texlive-generic-recommended \
+                            port:texlive-fonts-recommended
     build.target            all pdf
 
+    post-patch {
+        # Replace outdated texinfo.tex file with whatever current texinfo ships.
+        copy -force ${prefix}/share/texmf/tex/texinfo/texinfo.tex \
+                    ${worksrcpath}/doc/info
+    }
+
     pre-destroot {
         xinstall -d -m 755 ${destroot}${prefix}/share/${name}/${version}/doc/pdf
         xinstall -m 644 ${worksrcpath}/doc/info/maxima.pdf \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150809/17f2ca26/attachment.html>


More information about the macports-changes mailing list