Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 21:39:49 -0500
From:      erob <erob@videotron.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   ports/63427: Disabling the Java frontend at compile time
Message-ID:  <1077849589@none>
Resent-Message-ID: <200402270240.i1R2e7gg073800@freefall.freebsd.org>

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

>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:



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