to select(2) for MacOSX support. The select based implementation
was causing crashes under load for at least FreeBSD.
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
Lehmann on bsd-port list.
packages.
- Initial BSD patchset from FreeBSD openjdk6 port.
- New bootstrap method. Since ecj is not able to bootstrap openjdk6
without heavy patching, use a functional bootjdk to build.
- Add a target for building the bootjdk called build-bootjdk.
- Apply IcedTea AppletHole patches for icedtea-web support.
- Backport patch to serialize gconf client access which corrects
gconf/dbus related crashes. From Christian Schulte Upstream
CR 7188755.
- Reapply audio support from jakemsr@.
- Port change for CWM. Recognize CWM as a Non-Reparenting window
manager.
- Backport various openjdk7/bsd-port upstream fixes both specific
to OpenBSD and general.
Tested by landry@ espie@ and others.
- Update to u6 via patchset from upstream bsd_port and u6 source from Oracle
- Copied u6 -> u9 patchset from FreeBSD/Greg Lewis's port
- Updated classloader patch from Matthew Dempsky (matthew@)
okay landry@
- Patch to serialize gconf client access which corrects gconf/dbus
related crashes. From Christian Schulte
- Patch to stop the JDK from querying the locale using the LC_MESSAGES
category. From Christian Schulte
- Remove Early Access now that jdk 1.7 is final
- Use a patch set for all patches from upstream repository:
http://hg.openjdk.java.net/bsd-port/bsd-port
- Set milestone and build number to fcs b00 to match Oracle.
- Update cacerts file.
- Install unlimited crypto policy.
- Add DIST_SUBDIR=jdk.
- Include patches from icedtea-web for applet hole from
Landry Breuil <landry@openbsd.org> via FreeBSD OpenJDK7 port
- Include fix for Oracle bug "7070134: Hotspot crashes with
sigsegv from PorterStemmer":
http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/4e761e7e6e12
okay landry@ jasper@
important.
Ports that install .jar files for public use (ie, in share/java/classes/)
please install unversioned jar files from now on. If a port installs
multiple jar files, use a share/java/classes/<project_name>/ prefix.
This will help other ports to pickup these classes.
discussed with and ok kurt@
When MODJAVA_BUILD is set to 'ant' this adds the correct build dependencies,
as well as providing a do-build target (if not already set by the port).
discussed with and ok kurt@