Bug 243720 - textproc/p5-LaTeX-Driver: latex2pdf is missing the Template.pm dependency
Summary: textproc/p5-LaTeX-Driver: latex2pdf is missing the Template.pm dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-30 08:59 UTC by Yuri Victorovich
Modified: 2025-01-26 11:13 UTC (History)
4 users (show)

See Also:


Attachments
[PATCH] textproc-p5-LaTeX-Driver: add missing dependencies (1.04 KB, patch)
2024-12-20 02:14 UTC, Siva Mahadevan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2020-01-30 08:59:02 UTC
> $ 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.
Comment 1 Siva Mahadevan 2024-12-20 02:14:43 UTC
Created attachment 255965 [details]
[PATCH] textproc-p5-LaTeX-Driver: add missing dependencies

This patch should fix the issue.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2025-01-26 11:13:09 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-01-26 11:13:18 UTC
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(-)