diablo-jdk / 7.0-CURRENT
Kris Kennaway
kris at obsecurity.org
Thu Apr 5 22:51:14 UTC 2007
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
More information about the freebsd-ports
mailing list