Bug 96768 - [patch] devel/antlr 2.7.6 error when mono is installed
Summary: [patch] devel/antlr 2.7.6 error when mono is installed
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: 2006-05-04 13:50 UTC by Kostik Belousov
Modified: 2006-05-05 02:44 UTC (History)
0 users

See Also:


Attachments
file.diff (547 bytes, patch)
2006-05-04 13:50 UTC, Kostik Belousov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kostik Belousov 2006-05-04 13:50:13 UTC
New version of antlr fails to configure when mono is installed. Error message
is:

config.status: creating lib/csharp/Makefile
config.status: creating lib/csharp/src/Makefile
config.status: error: cannot find input file: lib/csharp/src/Makefile.in
===>  Script "configure" failed unexpectedly.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-04 13:52:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Rainer Alves 2006-05-04 21:33:40 UTC
I was able to reproduce this with lang/mono installed. In the future I 
might do a similar approach like I've done for Python support (but with 
C# I'd have to investigate further as to why ${WRKSRC}/lib/csharp/src is 
nowhere to be found, and yet it is called by configure.in).
But for now, I approve this patch. Thanks for the heads up.

--
Rainer Alves
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2006-05-05 02:26:58 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2006-05-05 02:44:02 UTC
State Changed
From-To: open->closed

Committed, thanks!