Bug 59364

Summary: dependency crossed between OOo1.1 & jdk14
Product: Ports & Packages Reporter: Toshiboumi Ohta <bugbird>
Component: Individual Port(s)Assignee: freebsd-openoffice (Nobody) <openoffice>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Toshiboumi Ohta 2003-11-17 08:30:20 UTC
	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.
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-11-17 08:57:38 UTC
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).
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-11-17 14:56:41 UTC
State Changed
From-To: open->closed

Committed, thanks!