Bug 128329

Summary: graphics/opendx doesn't build with diablo-jdk16
Product: Ports & Packages Reporter: Stephen Montgomery-Smith <stephen>
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 Stephen Montgomery-Smith 2008-10-24 06:30:01 UTC
If diablo-jdk16 is installed, and WITHOUT_JAVA is not set, it does not install on the i386.  This is because configure doesn't find the jni headers.

Fix: I am not an expert on this, so I have no idea whether this is the "proper" way to fix this.  But it is definitely a work around.  And it still seems to work with jdk16.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-24 09:27:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Working on it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-24 12:01:57 UTC
amdmi3      2008-10-24 11:01:48 UTC

  FreeBSD ports repository

  Modified files:
    graphics/opendx      Makefile 
  Log:
  - Fix build WITH_JAVA on i386
  - Mark broken on !i386 when built WITH_JAVA (does not build)
  - Disable java by default as suggested in ports/127386 (too many problems with it after all)
  
  PR:             128329
  Submitted by:   Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
  
  Revision  Changes    Path
  1.59      +9 -4      ports/graphics/opendx/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-24 12:02:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!