cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::io::io_util.h

Greg Lewis glewis at FreeBSD.org
Fri Sep 8 19:10:03 PDT 2006


glewis      2006-09-09 02:10:02 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk15           Makefile 
  Added files:
    java/jdk15/files     patch-j2se::io::io_util.h 
  Log:
  . Prevent problems opening RandomAccessFile with "rws" as the mode by
    defining O_SYNC and O_DSYNC if they aren't defined.  In particular we
    were previously defining O_SYNC bogusly to the same value as O_EXCL.
  
    PR not closed as this fixes jdk15, not diablo-jdk15.
  
  PR:             102888
  
  Revision  Changes    Path
  1.114     +1 -1      ports/java/jdk15/Makefile
  1.1       +21 -0     ports/java/jdk15/files/patch-j2se::io::io_util.h (new)


More information about the cvs-ports mailing list