- Use OPTIONS
The update has not been tested too well so if you experience
any problems please drop me a line.
PR: ports/72784
Submitted by: Bjoern A. Zeeb (maintainer)
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 <bork@rsu.ru>
Approved by: maintainer
Apache XML project has release a new version of xerces-c.
Please see http://xml.apache.org/xerces-c/releases.html for
more information.
PR: ports/53348
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>