Bug 128329 - graphics/opendx doesn't build with diablo-jdk16
Summary: graphics/opendx doesn't build with diablo-jdk16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 06:30 UTC by Stephen Montgomery-Smith
Modified: 2008-10-24 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (647 bytes, patch)
2008-10-24 06:30 UTC, Stephen Montgomery-Smith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!