> $ latex2pdf formulas > Can't locate Template.pm in @INC (you may need to install the Template module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30) at /usr/local/lib/perl5/site_perl/LaTeX/Driver/FilterProgram.pm line 51. > BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/LaTeX/Driver/FilterProgram.pm line 51. > Compilation failed in require at /usr/local/bin/latex2pdf line 28. > BEGIN failed--compilation aborted at /usr/local/bin/latex2pdf line 28.
Created attachment 255965 [details] [PATCH] textproc-p5-LaTeX-Driver: add missing dependencies This patch should fix the issue.
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc545992ab737e9fdc8014d4df52ed995cbdd852 commit bc545992ab737e9fdc8014d4df52ed995cbdd852 Author: Siva Mahadevan <me@svmhdvn.name> AuthorDate: 2025-01-26 11:11:38 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2025-01-26 11:11:38 +0000 textproc/p5-LaTeX-Driver: latex2pdf is missing the Template.pm dependency PR: 243720 Reported by: yuri textproc/p5-LaTeX-Driver/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)