From owner-freebsd-java@FreeBSD.ORG Mon Nov 28 19:52:22 2011 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 2D612106564A; Mon, 28 Nov 2011 19:52:20 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: William Bulley Date: Mon, 28 Nov 2011 14:52:00 -0500 User-Agent: KMail/1.6.2 References: <20111128191227.GQ2097@itcom245.staff.itd.umich.edu> In-Reply-To: <20111128191227.GQ2097@itcom245.staff.itd.umich.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111281452.02878.jkim@FreeBSD.org> Cc: freebsd-java@FreeBSD.org Subject: Re: /usr/ports/java/icedtea-web configure script failure X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 19:52:22 -0000 On Monday 28 November 2011 02:12 pm, William Bulley wrote: > According to Jung-uk Kim on Mon, 11/28/11 at 12:57: > > Your OpenJDK6 *must* be built with ICEDTEA option, which makes > > the method public. > > I thought the WEB option was the necessary option. I believe you > are referring to the ICEDTEA option, which, indeed, is turned off > in my options file at /var/db/ports/openjdk6/options: > > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for openjdk6-b22_5 > _OPTIONS_READ=openjdk6-b22_5 > WITHOUT_DEBUG=true > WITHOUT_FASTDEBUG=true > WITHOUT_ICEDTEA=true <<<<==== should be WITH, yes? > WITHOUT_IPV6=true > WITHOUT_POLICY=true > WITHOUT_SOUND=true > WITHOUT_TEST=true > WITH_WEB=true <<<<==== I thought this was > enough Basically, WEB option was removed from java/openjdk6 since b23 because the functionality was moved to java/icedtea-web. The "IcedTea-Web enabler" patch is enabled by ICEDTEA option now. Jung-uk Kim