freebsd-ports/java/jdk16
Greg Lewis 4e95ec3207 . At least on FreeBSD, O_SYNC and O_DSYNC aren't both defined
(for FreeBSD 4.x neither are defined and for FreeBSD 5.x
  O_DSYNC isn't defined).  This caused them to be defined to
  some bogus values.  In particular, O_SYNC would be defined
  as 0x800, which is O_EXCL (at least on FreeBSD 4.x).  The
  result being that the RandomAccessFile class would fail to
  open an existing file if you specified "s" as part of the mode.
  Fix this by defining O_SYNC and O_DSYNC to O_FSYNC if they
  aren't defined.
2004-10-16 16:58:12 +00:00
..
files . At least on FreeBSD, O_SYNC and O_DSYNC aren't both defined 2004-10-16 16:58:12 +00:00
distinfo SIZEfy 2004-03-20 13:14:47 +00:00
Makefile . The changes to make in -CURRENT to use MAKEFLAGS make us unable to 2004-08-18 07:06:03 +00:00
pkg-descr Update to 1.4.2p5. 2003-11-11 16:16:20 +00:00
pkg-message Update license to most recent SCSL license version. 2004-01-28 13:55:23 +00:00
pkg-plist . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-02 02:58:38 +00:00