The version has all of Sun's bug fixes up to JDK 6 Release 11 and should be
the runtime equivelent to JDK6 Release 11.
Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.
OpenJDK 6 should supercede the java/jdk16 port at some point in time.
WWW: http://openjdk.java.net/
Submitted by: Brian Gardner <brian@experts-exchange.com>
Icedtea is part of gnu classpath project and is an implementation
of the binary plugs, that Sun is unable to release under the GNUv2 license.
This in combination with openjdk6 or openjdk7 makes a completely legally
distributable version of Java.
WWW: http://icedtea.classpath.org/wiki/Main_Page
Submitted by: Brian Gardner <brian@experts-exchange.com>
to remote host was refused. FreeBSD connect(2) call returns EINVAL in
that case and clears the error code, so there's no way to determine
what happened. Reimplement ruby_connect via select call instead of
polling the status by connect(2). This may also reduce overhead (though,
not verified).
Reported by: Saku Ytti <saku@ytti.fi>
Unique is a library for writing single instance application. If you launch a
single instance application twice, the second instance will either just quit
or will send a message to the running instance.
Unique makes it easy to write this kind of applications, by providing a base
class, taking care of all the IPC machinery needed to send messages to a
running instance, and also handling the startup notification side.
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).
EXPIRATION_DATE=2009-03-22
Move maintainership back to the ports@ pool.
Approved by: Maurice Castro <maurice@castro.aus.net> (maintainer)
thus removing the dependeny on GCC 2.95 which prevented this port building
for half a year.
Move maintainership back to the ports@ pool. [1]
Approved by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> (maintainer) [1]
method for constructing a sockaddr_in to pass to connect().
This approach breaks on more recent FreeBSDs which are more strict about
the first two bytes of sockaddr_in.
- Patch modifies lchat.pl to use perl's &Socket'pack_sockaddr_in and
&Socket'unpack_sockaddr_in functions to do the right thing.
PR: ports/131911
Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
arrow keys to move the ship and avoid crashing into obstacles.
Collect all the spinning keys and then land the ship on one of the
landing pads. The levels are randomly generated and become
progressively harder.
WWW: http://www.doof.me.uk/lunar-lander/
Unbreak for -CURRENT as RTF_LLINFO is ifdef'd.
QA note: VRRP files do not appear to get installed
as part of the 1.6 release.
PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=131941
Submitted by: Radim Kolar
#188676 *
'p4 resolve' using the automatic option could crash the client
application when running on windows. This would only happen
if the 'theirs' file had been locked by another windows
application e.g. microsoft word. (Bug #32384)
#188603 **
A user with a complicated view map could crash the server
by creating a spec using '-i' or editing a spec to use
a name which contains '%%<somenumber>'. This has
been fixed. (Bug #31933)
Noted by: pointyhat via pav