Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2005 10:29:19 -0600
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Carl Makin <carl@xena.IPAustralia.gov.au>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Please test the current 1.5 experimental patchset
Message-ID:  <20050823162919.GB9125@misty.eyesbeyond.com>
In-Reply-To: <430AAE1E.4060009@xena.ipaustralia.gov.au>
References:  <20050815204817.GA8153@misty.eyesbeyond.com> <200508161639.04139.jkim@FreeBSD.org> <430AAE1E.4060009@xena.ipaustralia.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 23, 2005 at 03:03:26PM +1000, Carl Makin wrote:
> Jung-uk Kim wrote:
> 
> >http://people.freebsd.org/~jkim/jdk15p2-port.tgz
> 
> The experimental patch 2 port built fine except it didn't build the 
> browser plugin.  In looking through the port (and the 1.4  port) I can't 
> work out how the plugin is supposed to be built.
> 
> Can someone point me in the right direction please?

You definitely need something like the following patch.  You may also need
to set the BROWSER environment variable to either mozilla or firefox.

--- Makefile.orig	Tue Aug 23 10:27:26 2005
+++ Makefile	Tue Aug 23 10:27:35 2005
@@ -89,10 +89,7 @@
 		CLASSPATH="" \
 		LD_LIBRARY_PATH="" \
 		MAKEFLAGS="" \
-		SKIP_COMPARE_IMAGES="YES" \
-		DONT_BUILD_DOCS="YES" \
-		DONT_BUILD_DEPLOY="YES" \
-		DONT_BUILD_INSTALL="YES"
+		SKIP_COMPARE_IMAGES="YES"
 .if !defined(WITH_IPV6)
 MAKE_ENV+=	DONT_ENABLE_IPV6="YES"
 .endif

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org



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