Date: Mon, 28 Nov 2011 14:52:00 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: William Bulley <web@umich.edu> Cc: freebsd-java@FreeBSD.org Subject: Re: /usr/ports/java/icedtea-web configure script failure Message-ID: <201111281452.02878.jkim@FreeBSD.org> In-Reply-To: <20111128191227.GQ2097@itcom245.staff.itd.umich.edu> References: <20111128191227.GQ2097@itcom245.staff.itd.umich.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 28 November 2011 02:12 pm, William Bulley wrote: > According to Jung-uk Kim <jkim@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111281452.02878.jkim>