Bug 60820 - devel/tla build dependency misses gdiff
Summary: devel/tla build dependency misses gdiff
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: Sean Chittenden
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 11:00 UTC by Olivier Tharan
Modified: 2004-01-02 15:52 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (563 bytes, patch)
2004-01-02 11:00 UTC, Olivier Tharan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Tharan 2004-01-02 11:00:26 UTC
When building devel/tla on a system with no diffutils installed, the configure
script fails telling it cannot find gdiff. The diffutils port (or gdiff)
should be a BUILD_DEPENDS for tla.

Also, please find a one-line patch to make portlint happy.

The maintainer is Cc:ed.

How-To-Repeat: pkg_delete diffutils; cd /usr/ports/devel/tla && make
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-02 13:58:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->seanc

Over to maintainer.
Comment 2 Ollivier Robert freebsd_committer freebsd_triage 2004-01-02 15:51:30 UTC
State Changed
From-To: open->closed

Patch applied, thanks!