Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2007 17:51:59 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        openoffice@FreeBSD.org
Subject:   OpenOffice.org 2.3.0 on FreeBSD-current
Message-ID:  <200709250052.l8P0pxbi008123@gw.catspoiler.org>

next in thread | raw e-mail | index | archive | help
ports/editors/openoffice.org-2/Makefile says this port is broken due to
a JDK internal error if ${OSVERSION} >= 700000, but I was able to
successfully build the port on a September 22nd copy of 7.0-CURRENT on
an i386 machine with jdk-1.5.0.12p6_2,1.  I have not found any problems
during the limited amount of runtime testing that I have done.

Since there is a report of a build error on FreeBSD 6.2 with JDK 1.6 in
PR ports/116607, I wonder if the problem on -CURRENT is actually generic
to the combination of OO and JDK 1.6.

Maybe the Makefile should say:

.if (${OSVERSION} >= 700000)
JAVA_VERSION=   1.5
.else
JAVA_VERSION=   1.4 1.5
.endif




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