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: 02-Feb-2003 03:46:07
Branch: HEAD Handle: 2003020202460502
Modified files:
openpkg-src/xerces-c xerces-c.spec
openpkg-web news.txt
Log:
compile tests/samples with correct threading model
Summary:
Revision Changes Path
1.11 +5 -3 openpkg-src/xerces-c/xerces-c.spec
1.3144 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xerces-c/xerces-c.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 xerces-c.spec
--- openpkg-src/xerces-c/xerces-c.spec 17 Jan 2003 15:52:13 -0000 1.10
+++ openpkg-src/xerces-c/xerces-c.spec 2 Feb 2003 02:46:07 -0000 1.11
@@ -37,7 +37,7 @@
Group: Web
License: Apache Software License 1.1
Version: %{V_opkg}
-Release: 20030117
+Release: 20030202
# package options
%option with_pth no
@@ -135,7 +135,8 @@
./runConfigure \
-p$os \
-cgcc \
- -xc++
+ -xc++ \
+ -r$pt
%{l_make} %{l_mflags}
cd $XERCESCROOT/tests
@@ -145,7 +146,8 @@
./runConfigure \
-p$os \
-cgcc \
- -xc++
+ -xc++ \
+ -r$pt
%{l_make} %{l_mflags}
) || exit $?
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3143 -r1.3144 news.txt
--- openpkg-web/news.txt 1 Feb 2003 18:58:01 -0000 1.3143
+++ openpkg-web/news.txt 2 Feb 2003 02:46:05 -0000 1.3144
@@ -1,3 +1,4 @@
+02-Feb-2003: Upgraded package: P<xerces-c-2.1.0-20030202>
01-Feb-2003: Upgraded package: P<imagemagick-5.5.4.2-20030201>
01-Feb-2003: Upgraded package: P<vim-6.1.315-20030201>
01-Feb-2003: Upgraded package: P<perl-www-20030201-20030201>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]