Bug 136711

Summary: update java/java3d
Product: Ports & Packages Reporter: Jonathan Chen <jonc>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jonathan Chen 2009-07-13 12:40:00 UTC
Allow java/java3d to build with a Custom PREFIX and LOCALBASE.

No portrevision bump required, as it wouldn't custom PREFIX
and LOCALBASE wouldn't work installed without this patch.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-07-28 19:09:14 UTC
State Changed
From-To: open->feedback

This may fix it with _same_ PREFIX and LOCALBASE, but the logic is wrong 
- prefix is where the app is installed, and localbase is where it uses 
libraries/includes from. So this change likely needs to use localbase.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-07-28 19:14:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-11 18:36:09 UTC
State Changed
From-To: feedback->open

Feedback timeout
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-11 18:37:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!