openbsd-ports/devel/jdk
jakemsr e7c615c994 sndio support. note, there are two different audio API APIs in jdk1.6,
one, HAE, is not portable to APIs that don't use file descriptors as
their handle, so it's still using ossaudio.  the other, DirectAudio,
is more portable, and is the one that this commit is converting to
sndio.  DirectAudio is preferred by jdk, and if it's supported, it will
be used.  in other words, your java apps on OpenBSD will now be using
sndio (assuing you're using jdk1.6, sndio for jdk1.7 coming soon).
just wanted to explain why this still links with libossaudio ...

ok ajacoutot
2010-07-02 01:43:12 +00:00
..
1.5 fix inclusion of X11 headers after xextproto & libXext updates 2010-05-10 21:20:52 +00:00
1.6 sndio support. note, there are two different audio API APIs in jdk1.6, 2010-07-02 01:43:12 +00:00
1.7 fix inclusion of X11 headers after xextproto & libXext updates 2010-05-11 10:33:57 +00:00
java.port.mk Fix RUN_DEPENDS with MODJAVA_VER=1.3+ or 1.4+, it was allowing 1.5/jamvm/kaffe 2009-11-09 11:02:58 +00:00
Makefile SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00