SF.net SVN: gar:[22644] csw/mgar/pkg/xerces-c/branches
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Dec 5 16:11:37 CET 2013
Revision: 22644
http://gar.svn.sourceforge.net/gar/?rev=22644&view=rev
Author: dmichelsen
Date: 2013-12-05 15:11:37 +0000 (Thu, 05 Dec 2013)
Log Message:
-----------
xerces-c/branches/xerces-c-2.7.0: Prepare for XML::Xerces perl module
Modified Paths:
--------------
csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/Makefile
csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/checksums
Added Paths:
-----------
csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/
csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/trunk/
Modified: csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/Makefile
===================================================================
--- csw/mgar/pkg/xerces-c/trunk/Makefile 2013-11-06 14:25:24 UTC (rev 22420)
+++ csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/Makefile 2013-12-05 15:11:37 UTC (rev 22644)
@@ -1,5 +1,5 @@
NAME = xerces-c
-VERSION = 3.1.1
+VERSION = 2_7_0
GARTYPE = v2
DESCRIPTION = Xerces XML parser for C++
@@ -12,13 +12,12 @@
refer to the Programming Guide.
endef
-MASTER_SITES = http://www.apache.org/dist/xerces/c/3/sources/
-DISTFILES += $(NAME)-$(VERSION).tar.gz
+MASTER_SITES = http://archive.apache.org/dist/xml/xerces-c/source/
+DISTNAME = $(NAME)-src_$(VERSION)
+DISTFILES += $(DISTNAME).tar.gz
-PATCHFILES += 0001-Do-not-strip-norunpath.patch
+# PATCHFILES += 0001-Do-not-strip-norunpath.patch
-PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
-
VENDOR_URL = http://xerces.apache.org/xerces-c/
LICENSE = LICENSE
@@ -58,6 +57,8 @@
BUILD64 = 1
ISAEXEC = 1
+WORKSRC = $(WORKDIR)/$(DISTNAME)/src/xercesc
+
EXTRA_CONFIGURE_EXPORTS = icu_config
EXTRA_CONFIGURE_ENV_icu_config = $(bindir)/icu-config
Modified: csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/checksums
===================================================================
--- csw/mgar/pkg/xerces-c/trunk/checksums 2013-11-06 14:25:24 UTC (rev 22420)
+++ csw/mgar/pkg/xerces-c/branches/xerces-c-2.7.0/checksums 2013-12-05 15:11:37 UTC (rev 22644)
@@ -1 +1 @@
-6a8ec45d83c8cfb1584c5a5345cb51ae xerces-c-3.1.1.tar.gz
+04169609449a8846bc1e6891c04cadf4 xerces-c-src_2_7_0.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list