diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-24 09:53:19 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-24 09:53:19 +0000 |
| commit | a69387c6d80c9ae61463733fa99be7e331e185cf (patch) | |
| tree | 45b9055c7b66e717dd90e09d7bd59eadcc30a621 /textproc/xerces-c2-devel/files/patch-ab | |
| parent | o New port kde-icons-lime-rade8 version 1.01: KDE Mac OS X like (diff) | |
- Update to version 2.5.0
- Respect PTHREAD_{CFLAGS,LIBS}
PR: ports/63162
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=101955
Diffstat (limited to 'textproc/xerces-c2-devel/files/patch-ab')
| -rw-r--r-- | textproc/xerces-c2-devel/files/patch-ab | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/xerces-c2-devel/files/patch-ab b/textproc/xerces-c2-devel/files/patch-ab deleted file mode 100644 index 6358303a748d..000000000000 --- a/textproc/xerces-c2-devel/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ ---- src/xercesc/dom/impl/DOMDeepNodeListPool.c Tue Jun 17 22:09:06 2003 -+++ src.cvs/xercesc/dom/impl/DOMDeepNodeListPool.c Tue Jun 17 22:09:39 2003 -@@ -90,7 +90,11 @@ - initialize(modulus); - - // create default hasher -+#if defined (XML_GCC_VERSION) && (XML_GCC_VERSION < 29600) -+ fHash = new HashPtr(); -+#else - fHash = new (fMemoryManager) HashPtr(); -+#endif - - // - // Allocate the initial id pointers array. We don't have to zero them ---- src/xercesc/util/RefHash3KeysIdPool.c Tue Jun 17 22:12:13 2003 -+++ src.cvs/xercesc/util/RefHash3KeysIdPool.c Sun Jun 15 09:57:39 2003 -@@ -56,6 +56,9 @@ - - /** - * $Log: RefHash3KeysIdPool.c,v $ -+ * Revision 1.6 2003/06/02 15:18:08 neilg -+ * fix for bug #20092; thanks to Berin Lautenbach -+ * - * Revision 1.5 2003/05/21 21:08:04 knoaman - * gcc 2.95.x is generating an internal error for some template definitions, so - * we use the default memory manger in such cases. -@@ -118,7 +121,11 @@ - initialize(modulus); - - // create default hasher -+#if defined (XML_GCC_VERSION) && (XML_GCC_VERSION < 29600) -+ fHash = new HashXMLCh(); -+#else - fHash = new (fMemoryManager) HashXMLCh(); -+#endif - - // - // Allocate the initial id pointers array. We don't have to zero them |
