Bug 54505 - claraocr requires netpbm
Summary: claraocr requires netpbm
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 15:00 UTC by Paul Pathiakis
Modified: 2003-07-15 15:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Pathiakis 2003-07-15 15:00:32 UTC
 	claraocr 0.9.9 has a problem that the build does not have the requirement of netpbm.  When trying to run the claraocr utility selthresh.pl it can't find the dependencies of pnmenlarge and pgmtopbm.  For example:

> selthresh.pl -y 300 -l 0.45 0.55 *.pgm
> selthresh.pl: scaling 2 times
> pnmenlarge: not found
> pgmtopbm: not found
> pnmenlarge or pgmtopbm failed (do you have them?)
>

Fix: 

Mod the claraocr Makefile to have netpbm as a dependency.
How-To-Repeat: 	Baseline freebsd 5.1 install, make install in /usr/ports/graphics/claraocr.  Try to run selthresh on the default images from the claraocr site.
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-15 15:13:56 UTC
State Changed
From-To: open->closed

Committed, thanks!