K 10 svn:author V 3 pav K 8 svn:date V 27 2004-01-02T20:12:37.000000Z K 7 svn:log V 475 - Add patch for this problem: The XMLPlatformUtils::openFile function opens files with fopen and passes it "r+" string as mode argument. This makes(according to fopen(3)) it try to open file for reading and writing while it should be opened for reading only. As a result you can't work with files not owned by you which is rather common case for dtd files. - Raise PORTREVISION PR: ports/59499 Submitted by: Konstantin Oznobihin Approved by: maintainer END