| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 58943
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
use MASTER_SITE_APACHE_XML
PR: 48828
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
|
| |
|
|
|
|
|
|
|
| |
Thanks to Mikko Tyolajarvi for fixing and testing on sparc64.
PR: 46636
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
|
|
|
|
|
|
| |
build with ICU or native iconv support.
PR: ports/44590
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
The originator(s) had a patch for this, but I misunderstood its purpose,
and therefore erroneously omitted it.
Also fix the problem related to the extremely lame naming scheme that
this package uses. There is a different(?) patch for this floating around,
but it didn't make it into the audit trail. My way works, and isn't
_incredibly_ lame, so we'll try it for now.
|
|
A validating XML parser from the Apache XML Project.
Lots of contributions to this port by:
Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Christopher Kelly <cck@kuffworks.com>
Also, I made some changes to the final product,
mostly cleanup/consistency things.
PR: ports/42271
Submitted by: Simon Barner <barner@in.tum.de>
|