[Lunar-commits] <moonbase> Revert "xerces-c++: updating to a dramatically newer version of this neglected module"

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Nov 19 12:42:16 CET 2010


commit 21594498f331ceae5dce719266c1971ee863d4ec
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Nov 19 06:42:16 2010 -0500

    Revert "xerces-c++: updating to a dramatically newer version of this neglected module"
    
    This reverts commit 711a07a956b83164183289c7e870952484ea2c41.
    
    This will cause the xalan-c++ build to barf, which in turn will cause the VirtualBox
    lin to barf.
---
 libs/xerces-c++/BUILD   |    9 +++++++++
 libs/xerces-c++/DEPENDS |    1 +
 libs/xerces-c++/DETAILS |   12 ++++++------
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/libs/xerces-c++/BUILD b/libs/xerces-c++/BUILD
new file mode 100644
index 0000000..84f4443
--- /dev/null
+++ b/libs/xerces-c++/BUILD
@@ -0,0 +1,9 @@
+(
+
+  export XERCESCROOT=$SOURCE_DIRECTORY &&
+  cd src/xercesc &&
+  ./runConfigure -p linux -c gcc -P /usr &&
+  default_make
+ 
+) > $C_FIFO 2>&1
+
diff --git a/libs/xerces-c++/DEPENDS b/libs/xerces-c++/DEPENDS
new file mode 100644
index 0000000..5584a0a
--- /dev/null
+++ b/libs/xerces-c++/DEPENDS
@@ -0,0 +1 @@
+depends autoconf
diff --git a/libs/xerces-c++/DETAILS b/libs/xerces-c++/DETAILS
index 3c0768c..8fa60ef 100644
--- a/libs/xerces-c++/DETAILS
+++ b/libs/xerces-c++/DETAILS
@@ -1,12 +1,12 @@
           MODULE=xerces-c++
-         VERSION=3.1.1
-          SOURCE=xerces-c-3.1.1.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-3.1.1
-      SOURCE_URL=http://www.apache.org/dist/xerces/c/3/sources/
-      SOURCE_VFY=sha1:177ec838c5119df57ec77eddec9a29f7e754c8b2
+         VERSION=2.8.0
+          SOURCE=xerces-c-src_2_8_0.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/xerces-c-src_2_8_0
+      SOURCE_URL=http://www.apache.org/dist/xerces/c/2/sources/
+      SOURCE_VFY=sha1:f0803b1330daec3f44b17dee64c3c99de6b3cd3e
         WEB_SITE=http://xml.apache.org/xerces-c/index.html
          ENTERED=20040126
-         UPDATED=20101022
+         UPDATED=20071004
            PSAFE=no
            SHORT="Validating XML parser written in C++"
 


More information about the Lunar-commits mailing list