[145940] trunk/dports/math/maxima

ionic at macports.org ionic at macports.org
Sun Feb 21 17:28:34 PST 2016


Revision: 145940
          https://trac.macports.org/changeset/145940
Author:   ionic at macports.org
Date:     2016-02-21 17:28:34 -0800 (Sun, 21 Feb 2016)
Log Message:
-----------
maxima: don't error out in build process when +printable_doc is set and some temporary files do not exist.

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

Added Paths:
-----------
    trunk/dports/math/maxima/files/doc_info_Makefile.in-dont-fail.patch

Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile	2016-02-21 22:24:19 UTC (rev 145939)
+++ trunk/dports/math/maxima/Portfile	2016-02-22 01:28:34 UTC (rev 145940)
@@ -74,6 +74,8 @@
                             port:texlive-fonts-recommended
     build.target            all pdf
 
+    patchfiles-append       doc_info_Makefile.in-dont-fail.patch
+
     post-patch {
         # Replace outdated texinfo.tex file with whatever current texinfo ships.
         copy -force ${prefix}/share/texmf/tex/texinfo/texinfo.tex \

Added: trunk/dports/math/maxima/files/doc_info_Makefile.in-dont-fail.patch
===================================================================
--- trunk/dports/math/maxima/files/doc_info_Makefile.in-dont-fail.patch	                        (rev 0)
+++ trunk/dports/math/maxima/files/doc_info_Makefile.in-dont-fail.patch	2016-02-22 01:28:34 UTC (rev 145940)
@@ -0,0 +1,11 @@
+--- doc/info/Makefile.in.old	2015-04-30 21:15:00.000000000 +0200
++++ doc/info/Makefile.in	2016-02-22 02:03:13.000000000 +0100
+@@ -1151,7 +1151,7 @@
+ 
+ maxima.pdf: maxima.texi $(maxima_TEXINFOS)
+ 	$(TEXI2PDF) $(AM_V_texinfo) -o maxima.pdf maxima.texi
+-	rm maxima.fns maxima.vr maxima.tp maxima.pg maxima.ky maxima.cp \
++	rm -f maxima.fns maxima.vr maxima.tp maxima.pg maxima.ky maxima.cp \
+ 	maxima.toc maxima.fn maxima.aux maxima.log
+ 
+ contents.hhc index.hhk: maxima.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160221/4314db1c/attachment.html>


More information about the macports-changes mailing list