Bug 52020 - Missing dependency in Makefile for the Muttprint port
Summary: Missing dependency in Makefile for the Muttprint port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Braun
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-10 07:10 UTC by Alex Semenyaka
Modified: 2003-05-11 18:31 UTC (History)
0 users

See Also:


Attachments
file.diff (349 bytes, patch)
2003-05-10 07:10 UTC, Alex Semenyaka
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Semenyaka 2003-05-10 07:10:10 UTC
Muttprint uses the perl module File::Temp. This module is not a part of the
base system. But this dependency is not indicated in the port's Makefile.
So the port Muttprint can be installed even if File::Temp is missing but it
will fail to work.

Fix: Just add that dependency:
How-To-Repeat: 
Try to build and run the muttripnt on the system with no p5-File-Temp installed.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-05-11 16:56:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obraun

Over to maintainer.
Comment 2 Oliver Braun freebsd_committer freebsd_triage 2003-05-11 18:29:50 UTC
State Changed
From-To: open->closed

Committed, thanks!