From owner-cvs-all@FreeBSD.ORG Sat Sep 9 02:10:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FCE16A407; Sat, 9 Sep 2006 02:10:03 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59A043D4C; Sat, 9 Sep 2006 02:10:02 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k892A2ux074355; Sat, 9 Sep 2006 02:10:02 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k892A2l7074354; Sat, 9 Sep 2006 02:10:02 GMT (envelope-from glewis) Message-Id: <200609090210.k892A2l7074354@repoman.freebsd.org> From: Greg Lewis Date: Sat, 9 Sep 2006 02:10:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::io::io_util.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 02:10:03 -0000 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)