Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-musixtex/patches tex-musixtex: remove patch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26094d87ba2b
branches:  trunk
changeset: 430997:26094d87ba2b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 07 13:06:47 2020 +0000

description:
tex-musixtex: remove patch that was removed from distinfo

diffstat:

 print/tex-musixtex/patches/patch-bin_musixtex |  42 ---------------------------
 1 files changed, 0 insertions(+), 42 deletions(-)

diffs (46 lines):

diff -r bd35d5450eae -r 26094d87ba2b print/tex-musixtex/patches/patch-bin_musixtex
--- a/print/tex-musixtex/patches/patch-bin_musixtex     Thu May 07 13:05:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-$NetBSD: patch-bin_musixtex,v 1.7 2018/05/12 01:14:32 markd Exp $
-
-Fix paths to commands.
-
---- bin/musixtex.orig  2017-12-26 22:07:24.000000000 +0000
-+++ bin/musixtex
-@@ -197,10 +197,10 @@ function defaults()
-   prepmx = "prepmx"
-   pmx = "pmxab"
-   autosp = "autosp"
--  tex = "etex"
--  musixflx = "musixflx"
--  dvi = dvips
--  ps2pdf = "ps2pdf"
-+  tex = "@LOCALBASE@/bin/etex"
-+  musixflx = "@LOCALBASE@/bin/musixflx"
-+  dvi = @LOCALBASE@/bin/dvips
-+  ps2pdf = "@LOCALBASE@/bin/ps2pdf"
-   cleanup = true  -- clean up intermediate and log files
-   index = false
-   latex = false 
-@@ -423,7 +423,7 @@ function tex_process(tex,basename,extens
-   local latex = latex
-   if extension == "ltx" then
-     if not force_engine and not latex then
--      if dvi then tex = "latex" else tex = "pdflatex" end
-+      if dvi then tex = "@LOCALBASE@/bin/latex" else tex = "@LOCALBASE@/bin/pdflatex" end
-     end
-     latex = true
-   end
-@@ -567,9 +567,9 @@ repeat
-       if not override:match"l" then latex = tex:match"latex" end 
-       if not force_engine then -- select appropriate default engine
-         if latex then 
--          if dvi==nil then tex = "pdflatex" else tex = "latex" end
-+          if dvi==nil then tex = "@LOCALBASE@/bin/pdflatex" else tex = "@LOCALBASE@/bin/latex" end
-         else 
--          if dvi==nil then tex = "pdfetex" else tex = "etex" end
-+          if dvi==nil then tex = "@LOCALBASE@/bin/pdfetex" else tex = "@LOCALBASE@/bin/etex" end
-         end  
-       end
-     end



Home | Main Index | Thread Index | Old Index