Bug 19160 - The f77 port now installs binary as ftn77 but DeFT calls fc
Summary: The f77 port now installs binary as ftn77 but DeFT calls fc
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: alex
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-09 23:40 UTC by gjohnson
Modified: 2000-06-11 20:53 UTC (History)
0 users

See Also:


Attachments
file.diff (700 bytes, patch)
2000-06-09 23:40 UTC, gjohnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gjohnson 2000-06-09 23:40:00 UTC
        The DeFT port needs to be compiled with f2c/cc. The compiler
controller for this is provided by the f77 port. The current f77 port
installs the binary as ftn77 but the DeFT port calls the older binary
name fc. People should keep their ports tree up to date and so this port
should reflect current reality.

Fix: Apply the patch below. I am not sure what to do about the case
where people update the DeFT port directory but do not update the rest
of the ports tree. However, the DeFT port was recently updated so it
stands to reason that if one has the updated DeFT port subdirectory they
probably have a current ports tree. Thus the build dependency should be
for ftn77 rather than fc.
Comment 1 alex freebsd_committer freebsd_triage 2000-06-11 17:39:50 UTC
Responsible Changed
From-To: freebsd-ports->alex

Broken port, I want that.
Comment 2 alex freebsd_committer freebsd_triage 2000-06-11 20:52:39 UTC
State Changed
From-To: open->closed

Committed, thanks!