Disabling the Java frontend at compile time

erob erob at videotron.ca
Thu Feb 26 18:30:37 PST 2004


>Submitter-Id:	current-users 
>Originator:	erob 
>Organization:	Stnlabs 
>Confidential:	no 
>Synopsis:	Disabling the Java frontend at compile time 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		change-request 
>Release:	FreeBSD 4.9-STABLE i386 
>Environment:


System: FreeBSD none 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb  i386


>Description:


The Java frontend included in the ports collection is turn on by default 
according to the lang/gcc33 Makefile. 
You may turn it off by setting the --enable-languages=foo,baz option at compile time. 


>How-To-Repeat:





>Fix:


.if defined(WANT_JAVA) 
CONFIGURE_ARGS+=	--enable-languages=c,c++,java
.else
CONFIGURE_ARGS+=	--enable-languages=c,c++
.endif





More information about the freebsd-ports mailing list