Bug 96768

Summary: [patch] devel/antlr 2.7.6 error when mono is installed
Product: Ports & Packages Reporter: Kostik Belousov <kostikbel>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!