Bug 19160

Summary: The f77 port now installs binary as ftn77 but DeFT calls fc
Product: Ports & Packages Reporter: gjohnson <gjohnson>
Component: Individual Port(s)Assignee: alex <alex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!