pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-texlive.infra/patches



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Apr 11 00:31:49 UTC 2023

Modified Files:
        pkgsrc/print/tex-texlive.infra/patches: patch-ab

Log Message:
tex-texlive.infra: update patch-ab for previous


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-texlive.infra/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-texlive.infra/patches/patch-ab
diff -u pkgsrc/print/tex-texlive.infra/patches/patch-ab:1.2 pkgsrc/print/tex-texlive.infra/patches/patch-ab:1.3
--- pkgsrc/print/tex-texlive.infra/patches/patch-ab:1.2 Sun Apr 17 10:24:32 2022
+++ pkgsrc/print/tex-texlive.infra/patches/patch-ab     Tue Apr 11 00:31:49 2023
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2022/04/17 10:24:32 markd Exp $
+$NetBSD: patch-ab,v 1.3 2023/04/11 00:31:49 markd Exp $
 
 Fix paths to kpsewhich.
 
---- tlpkg/TeXLive/TLUtils.pm.orig      2022-02-28 22:13:17.000000000 +0000
+--- tlpkg/TeXLive/TLUtils.pm.orig      2023-03-07 08:30:26.000000000 +0000
 +++ tlpkg/TeXLive/TLUtils.pm
-@@ -1802,7 +1802,7 @@ sub _do_postaction_filetype {
+@@ -1973,7 +1973,7 @@ sub _do_postaction_filetype {
    }
    my $cmd = $keyval{'cmd'};
  
@@ -13,8 +13,8 @@ Fix paths to kpsewhich.
    chomp($texdir);
    my $texdir_bsl = conv_to_w32_path($texdir);
    $cmd =~ s!^("?)TEXDIR/!$1$texdir/!g;
-@@ -1877,7 +1877,7 @@ sub _do_postaction_script {
-   if (win32() && defined($keyval{'filew32'})) {
+@@ -2048,7 +2048,7 @@ sub _do_postaction_script {
+   if (wndws() && defined($keyval{'filew32'})) {
      $file = $keyval{'filew32'};
    }
 -  my $texdir = `kpsewhich -var-value=TEXMFROOT`;
@@ -22,7 +22,7 @@ Fix paths to kpsewhich.
    chomp($texdir);
    my @syscmd;
    if ($file =~ m/\.pl$/i) {
-@@ -1952,7 +1952,7 @@ sub _do_postaction_shortcut {
+@@ -2123,7 +2123,7 @@ sub _do_postaction_shortcut {
  
    &log("postaction $how shortcut for " . $tlpobj->name . "\n");
    if ($how eq "install") {
@@ -31,7 +31,7 @@ Fix paths to kpsewhich.
      chomp($texdir);
      my $texdir_bsl = conv_to_w32_path($texdir);
      $icon =~ s!^TEXDIR/!$texdir/!;
-@@ -3193,7 +3193,7 @@ sub create_updmap {
+@@ -3370,7 +3370,7 @@ sub create_updmap {
  }
  
  sub check_for_old_updmap_cfg {
@@ -40,9 +40,9 @@ Fix paths to kpsewhich.
    my $oldupd = "$tmfsysconf/web2c/updmap.cfg";
    return unless -r $oldupd;  # if no such file, good.
  
-@@ -4699,7 +4699,7 @@ sub mktexupd {
+@@ -4876,7 +4876,7 @@ sub mktexupd {
        }
-       my $delim= (&win32)? ';' : ':';
+       my $delim= (&wndws)? ';' : ':';
        my $TEXMFDBS;
 -      chomp($TEXMFDBS=`kpsewhich --show-path="ls-R"`);
 +      chomp($TEXMFDBS=`@KPSEWHICH@ --show-path="ls-R"`);



Home | Main Index | Thread Index | Old Index