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.
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Working on it.
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"
State Changed From-To: open->closed Committed. Thanks!