From owner-freebsd-java@FreeBSD.ORG Mon Feb 23 17:48:07 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87EF5106564A for ; Mon, 23 Feb 2009 17:48:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-bw0-f170.google.com (mail-bw0-f170.google.com [209.85.218.170]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4248FC12 for ; Mon, 23 Feb 2009 17:48:06 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by bwz18 with SMTP id 18so6541722bwz.19 for ; Mon, 23 Feb 2009 09:48:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=aH+YeNvQOGTAxjA4se66X4KKb9rLJjtDG5hGskB7igo=; b=S/I9oM2vC3f8wE9R0mxmoPoh0DWk1J1mNdwMfIUqwlv8NZwxp/3bX85QMPgft2hja3 /Lg7WHH/0LXEuvIVWF7xJodJ7Br9v8MPYPjrGcf/87f4pBZBgWr4XvYLE8FyfClVik9X Qcd0hZWuvzY45NtB9iCFe4qXahIh3BKR/cN70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=c6Wfaq7W/cxtwU1wyb2KoUJs8BX8bM5Nh4U2W9ee/0nw8uwrjCcYuFQILHpF5WkXa0 VU3y9ml5mMHmnfn1hAt9K0dCi3JNLE617sDUS6ZV2PddtyXY1Sx4rD60P8BUNnmmTtSB TRT06jwjlbaqo/ah78bkbx1cs1P85VHZ6hl0A= Received: by 10.103.222.1 with SMTP id z1mr3490751muq.100.1235409556335; Mon, 23 Feb 2009 09:19:16 -0800 (PST) Received: from wicklow.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89]) by mx.google.com with ESMTPS id 31sm6019706nfu.17.2009.02.23.09.19.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 09:19:15 -0800 (PST) Received: by wicklow.lan (Postfix, from userid 1002) id 70468F1B0C; Mon, 23 Feb 2009 18:19:13 +0100 (CET) Date: Mon, 23 Feb 2009 18:19:13 +0100 From: Baptiste Daroussin To: freebsd-java@freebsd.org Message-ID: <20090223171912.GA1877@wicklow.lan> References: <49920439.8010208@getsnappy.com> <20090223.121605.35071703.chat95@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090223.121605.35071703.chat95@mac.com> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: openjdk6 port complete and ready for testing 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, 23 Feb 2009 17:48:08 -0000 Thanks for that, I tried to build it but it fails tn find X11/Xlib.h that I get on my system, perhaps it is necessary to add X11_PATH=${LOCALBASE} I'm trying to build it with that new env to see if it fixes the build (it is very long as my testing computer is slow). There is also $(LOCALBASE)/include/X11/Xlib.h:${PORTSDIR}/x11/xorg-libraries and USE_XLIB=yes USE_XLIB is deprecated you should replace it by USE_XORG+= x11 xext xi xtst as it is done is jdk16 makefile. last thing : perhaps you should in the end add the registervm stuff to allow javawrapper ton find openjdk6. If you prefer I can send a PR. Thanks for this ports. Bapt On Mon, Feb 23, 2009 at 12:16:05PM +0900, Maho NAKATA wrote: > Hi Brian, > > I committed you port. Thank you very much. > > I changed only but many cosmetic details of your ports. > Please check them out...fell free to contact me if something > is wrong. > > Best, > > From: Brian Gardner > Subject: openjdk6 port complete and ready for testing > Date: Tue, 10 Feb 2009 14:48:25 -0800 > > > I've completed creating the following ports: > > java/openjdk6 and java/icedtea6-stubs (needed by java/openjdk6). This > > port will probably only function properly for amd64, and there are > > probably some dependency issues. I've been grinding (load testing) > > this port over the weekend with some serious concurrency and it's held > > its own. We released this port to a production machine today as well > > without any hickups so far. > > > > I'd appreciate any help in testing the port and openjdk6 and patching > > it to support all other architectures. Anybody interested please > > email me, and I'll email you the zipped up ports. > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to > > "freebsd-java-unsubscribe@freebsd.org" > >