Bug 34349 - Fix lang/ghc and upgrade to version 5.02.2
Summary: Fix lang/ghc and upgrade to version 5.02.2
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: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-27 20:40 UTC by Simon Marlow
Modified: 2002-01-31 11:09 UTC (History)
0 users

See Also:


Attachments
file.diff (1.73 KB, patch)
2002-01-27 20:40 UTC, Simon Marlow
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Marlow 2002-01-27 20:40:00 UTC
The GHC port (lang/ghc) won't build unless Happy (devel/happy) is
installed.  This is not a formal dependency in the port, and it is
unintentional.  It is also problematic because devel/happy itself
requires GHC to build, leading to a chicken/egg situation.

Fix: The patch below aremoves the dependency on Happy, and also upgrades the
GHC port to 5.02.2.
Comment 1 Jimmy Olgeni freebsd_committer freebsd_triage 2002-01-31 09:46:38 UTC
Responsible Changed
From-To: freebsd-ports->olgeni

Working on this one...
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2002-01-31 11:09:04 UTC
State Changed
From-To: open->closed

Committed, thanks!