Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 12:42:11 GMT
From:      Kostik Belousov <kostikbel@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96768: [patch] devel/antlr 2.7.6 error when mono is installed
Message-ID:  <200605041242.k44CgBj4032404@www.freebsd.org>
Resent-Message-ID: <200605041250.k44CoDhG057211@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96768
>Category:       ports
>Synopsis:       [patch] devel/antlr 2.7.6 error when mono is installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 12:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kostik Belousov
>Release:        6-STABLE
>Organization:
-
>Environment:
FreeBSD deviant.kiev.zoral.com.ua 6.1-RC FreeBSD 6.1-RC #40: Wed Apr 26 06:34:38 EEST 2006     root@deviant.kiev.zoral.com.ua:/usr/obj/usr/src/sys/DEVIANT  i386
>Description:
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.

>How-To-Repeat:

>Fix:
Index: devel/antlr/Makefile
===================================================================
RCS file: /usr/local/arch/ncvs/ports/devel/antlr/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/antlr/Makefile        3 May 2006 13:06:32 -0000       1.11
+++ devel/antlr/Makefile        4 May 2006 12:41:27 -0000
@@ -26,6 +26,7 @@
 
 HAS_CONFIGURE= yes
 CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" CLASSPATH="${PORT_CLASSPATH}"
+CONFIGURE_ARGS= --disable-csharp
 
 PORT_CLASSPATH=        ${WRKSRC}/antlrall.jar:.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605041242.k44CgBj4032404>