Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2007 18:33:32 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        "Peter, Oliver" <hoschi@mouhaha.de>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: diablo-jdk / 7.0-CURRENT
Message-ID:  <20070405223332.GA13377@xor.obsecurity.org>
In-Reply-To: <20070405213310.GB66388@nemesis.frida.mouhaha.de>
References:  <20070405213310.GB66388@nemesis.frida.mouhaha.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 05, 2007 at 11:33:11PM +0200, Peter, Oliver wrote:
> Hi,
> 
> I would like to use diablo-jdk under my fresh 7.0-CURRENT.
> Is it correct that I have to use the binaries from FreeBSD 5.x instead
> of FreeBSD 6.x ?
> 
> The Makefile check:
> 
> .if ${OSVERSION} >= 600000 && ${OSVERSION} <= 700000
> JDK_OSREL=freebsd6
> .elif ${OSVERSION} >= 500000 && ${ARCH} == "i386"
> JDK_OSREL=freebsd5
> .else
> IGNORE=         Only available for FreeBSD 5.x/i386 and FreeBSD 6.x/amd64 and later
> 
> But my ${OSVERSION} is 700035 ...
> 
> What's about patching the Makefile from 700000 to 700035 ?

Won't run on 7.0 because of library incompatibilities.

> bye
> Ollie
> 
> PS: Where is ${OSVERSION} stored exactly ?

Derives from sysctl kern.osreldate.

Kris



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