Date: Wed, 29 May 2024 20:37:31 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ce207af516d - main - print/texlive-tlmgr: Fix patch Message-ID: <202405292037.44TKbVGJ007819@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ce207af516d79adc8c85fd0f2ac7bc8e17ce3c4 commit 6ce207af516d79adc8c85fd0f2ac7bc8e17ce3c4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-05-29 20:35:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-05-29 20:37:25 +0000 print/texlive-tlmgr: Fix patch Reported by: imb@protected-networks.net Sponsored by: Nepustil --- ...0312-source_texk_texlive_linked__scripts_texlive_tlmgr.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/print/texlive-tlmgr/files/patch-texlive-20240312-source_texk_texlive_linked__scripts_texlive_tlmgr.pl b/print/texlive-tlmgr/files/patch-texlive-20240312-source_texk_texlive_linked__scripts_texlive_tlmgr.pl index fe9a0f42d4d4..07a4b4ee481b 100644 --- a/print/texlive-tlmgr/files/patch-texlive-20240312-source_texk_texlive_linked__scripts_texlive_tlmgr.pl +++ b/print/texlive-tlmgr/files/patch-texlive-20240312-source_texk_texlive_linked__scripts_texlive_tlmgr.pl @@ -40,26 +40,26 @@ + my $temp = "$root/tlpkg/temp"; TeXLive::TLUtils::mkdirhier($temp); tlwarn("$prg: warning: backup option not implemented for infrastructure " - . " update on Windows; continuing anyway.\n") + . " update on Windows; continuing anyway.\n") @@ -5449,15 +5452,14 @@ sub uninstall_texlive { system("rm", "-rf", "$texmfsysvar"); - + print "misc... "; - system("rm", "-rf", "$Master/readme-html.dir"); - system("rm", "-rf", "$Master/readme-txt.dir"); + system("rm", "-rf", "$Master/tlpkg/readme-html.dir"); + system("rm", "-rf", "$Master/tlpkg/readme-txt.dir"); for my $f (qw/doc.html index.html install-tl install-tl.log - LICENSE.CTAN LICENSE.TL README README.usergroups - release-texlive.txt texmf.cnf texmfcnf.lua - /) { + LICENSE.CTAN LICENSE.TL README README.usergroups + release-texlive.txt texmf.cnf texmfcnf.lua + /) { - system("rm", "-f", "$Master/$f"); + system("rm", "-f", "$Master/tlpkg/$f"); } - finddepth(sub { rmdir; }, $Master); rmdir($Master); print "done.\n"; - + @@ -6397,7 +6399,7 @@ sub action_conf { $fn || ( $fn = "$TEXMFCONFIG/tlmgr/config" ) ; $cf = TeXLive::TLConfFile->new($fn, "#", "=");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405292037.44TKbVGJ007819>