Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2006 02:10:02 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::io::io_util.h
Message-ID:  <200609090210.k892A2l7074354@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609090210.k892A2l7074354>