ports/63427: Disabling the Java frontend at compile time

erob erob at videotron.ca
Fri Feb 27 02:40:07 UTC 2004


>Number:         63427
>Category:       ports
>Synopsis:       Disabling the Java frontend at compile time
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 18:40:07 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     erob
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Stnlabs 
>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



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



More information about the freebsd-ports-bugs mailing list