aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c2
Commit message (Collapse)AuthorAgeFilesLines
* . Simplify the packing list by using PORTDOCS.Greg Lewis2004-03-082-1489/+4
| | | | | | | Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer) Notes: svn path=/head/; revision=103321
* - Update to version 2.5.0Kirill Ponomarev2004-02-249-1794/+2084
| | | | | | | | | | - Respect PTHREAD_{CFLAGS,LIBS} PR: ports/63162 Submitted by: maintainer Notes: svn path=/head/; revision=101955
* FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS}Kris Kennaway2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101109
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Add patch for this problem:Pav Lucistnik2004-01-022-0/+21
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=97101
* . Sync with changes to MASTER_SITE's layout.Greg Lewis2003-12-191-1/+1
| | | | | | | | PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=96213
* Correct a typo in an informational message. No functional change.Ceri Davies2003-10-171-1/+1
| | | | Notes: svn path=/head/; revision=91519
* iMAINTAINER-UPDATE: textproc/xerces-c2Edwin Groothuis2003-08-235-118/+168
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=87552
* Update to 2.2.0Tilman Keskinoz2003-05-195-852/+981
| | | | | | | | | | use MASTER_SITE_APACHE_XML PR: 48828 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> Notes: svn path=/head/; revision=81387
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Fix building on sparc64 and alpha.Christian Weisgerber2003-01-124-3/+41
| | | | | | | | | | Thanks to Mikko Tyolajarvi for fixing and testing on sparc64. PR: 46636 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> Notes: svn path=/head/; revision=72947
* add transcoder option for users to also be able toSADA Kenji2002-11-152-11/+44
| | | | | | | | | build with ICU or native iconv support. PR: ports/44590 Submitted by: maintainer Notes: svn path=/head/; revision=70165
* Fix the problem of non-root builds causing the files to retain that uid.Doug Barton2002-10-252-2/+17
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=68760
* Add xerces-c2 2.1.0,Doug Barton2002-10-246-0/+1722
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> Notes: svn path=/head/; revision=68742