There existing crossed dependency between OpenOffice-1.1 & jdk14. OpenOffice port requires jdk14 as BUILD_DEPENDS+= ${JAVAVM}:${PORTSDIR}/java/jdk14 in it's Makefile, but the otherhand it also requires JDKDIR?= ${LOCALBASE}/jdk1.4.1 that already obsoleted by jdk1.4.2, the latest port of jdk14 Fix: # diff Makefile Makefile.orig 136c136 < JDKDIR?= ${LOCALBASE}/jdk1.4.2 --- > JDKDIR?= ${LOCALBASE}/jdk1.4.1 How-To-Repeat: do "make" at /usr/ports/editors/openoffice-1.1/ directory. may other language ports have same problems.
Responsible Changed From-To: freebsd-ports-bugs->openoffice Over to maintainer. And fix submitter's mail address as official mail address(He submitted by temporary address).
State Changed From-To: open->closed Committed, thanks!