[Lunar-commits] <moonbase> xerces-c++: updating to a dramatically newer version of this neglected module
Dave Brown
dagbrown at lunar-linux.org
Tue Nov 2 09:34:41 CET 2010
commit 711a07a956b83164183289c7e870952484ea2c41
Author: Dave Brown <dagbrown at lart.ca>
Date: Tue Nov 2 17:34:41 2010 +0900
xerces-c++: updating to a dramatically newer version of this neglected module
---
libs/xerces-c++/BUILD | 9 ---------
libs/xerces-c++/DEPENDS | 1 -
libs/xerces-c++/DETAILS | 12 ++++++------
3 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/libs/xerces-c++/BUILD b/libs/xerces-c++/BUILD
deleted file mode 100644
index 84f4443..0000000
--- a/libs/xerces-c++/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- 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
deleted file mode 100644
index 5584a0a..0000000
--- a/libs/xerces-c++/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends autoconf
diff --git a/libs/xerces-c++/DETAILS b/libs/xerces-c++/DETAILS
index 8fa60ef..3c0768c 100644
--- a/libs/xerces-c++/DETAILS
+++ b/libs/xerces-c++/DETAILS
@@ -1,12 +1,12 @@
MODULE=xerces-c++
- 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
+ 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
WEB_SITE=http://xml.apache.org/xerces-c/index.html
ENTERED=20040126
- UPDATED=20071004
+ UPDATED=20101022
PSAFE=no
SHORT="Validating XML parser written in C++"
More information about the Lunar-commits
mailing list