OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Feb-2003 17:25:15
Branch: HEAD Handle: 2003021816251301
Modified files:
openpkg-src/xerces-c xerces-c.spec
openpkg-web news.txt
Log:
make C++ namespace optional
Summary:
Revision Changes Path
1.13 +7 -1 openpkg-src/xerces-c/xerces-c.spec
1.3350 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xerces-c/xerces-c.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 xerces-c.spec
--- openpkg-src/xerces-c/xerces-c.spec 11 Feb 2003 09:35:17 -0000 1.12
+++ openpkg-src/xerces-c/xerces-c.spec 18 Feb 2003 16:25:14 -0000 1.13
@@ -37,11 +37,12 @@
Group: Web
License: Apache Software License 1.1
Version: %{V_opkg}
-Release: 20030211
+Release: 20030218
# package options
%option with_pth no
%option with_threads no
+%option with_cpp_namespace no
# package option dependencies
%if "%{with_pth}" == "yes"
@@ -84,6 +85,11 @@
-e 's;@l_ar@;%{l_libtool} --mode=link c++ -static -o;' \
obj/Makefile.in
cd $XERCESCROOT/src/xercesc
+%if "%{with_cpp_namespace}" == "no"
+ %{l_shtool} subst \
+ -e 's;#define\( XERCES_HAS_CPP_NAMESPACE\).*;#undef\1;' \
+ util/Compilers/GCCDefs.hpp
+%endif
%{l_prefix}/bin/autoconf
%if "%{with_threads}" == "yes"
os="freebsd"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3349 -r1.3350 news.txt
--- openpkg-web/news.txt 18 Feb 2003 16:20:34 -0000 1.3349
+++ openpkg-web/news.txt 18 Feb 2003 16:25:13 -0000 1.3350
@@ -1,3 +1,4 @@
+18-Feb-2003: Upgraded package: P<xerces-c-2.2.0-20030218>
18-Feb-2003: Upgraded package: P<openpkg-tool-20030218-20030218>
18-Feb-2003: Upgraded package: P<honeyd-0.5-20030218>
18-Feb-2003: Upgraded package: P<libevent-0.6-20030218>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]