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: 08-Feb-2003 11:59:24
Branch: HEAD Handle: 2003020810592102
Modified files:
openpkg-src/xalan-c xalan-c.spec
openpkg-web news.txt
Log:
compiles and runs with gcc3.2.2
Summary:
Revision Changes Path
1.12 +5 -5 openpkg-src/xalan-c/xalan-c.spec
1.3235 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xalan-c/xalan-c.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 xalan-c.spec
--- openpkg-src/xalan-c/xalan-c.spec 23 Jan 2003 10:45:23 -0000 1.11
+++ openpkg-src/xalan-c/xalan-c.spec 8 Feb 2003 10:59:23 -0000 1.12
@@ -37,7 +37,7 @@
Group: Web
License: Apache Software License 1.1
Version: %{V_opkg}
-Release: 20030123
+Release: 20030208
# package options
%option with_threads no
@@ -49,7 +49,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 1.2.0, autoconf, libtool, gcc33 >= 3.3s20030120,
make, xerces-c >= 2.1.0
+BuildPreReq: OpenPKG, openpkg >= 1.2.0, autoconf, libtool, gcc >= 3.2.2, make,
xerces-c >= 2.1.0
PreReq: OpenPKG, openpkg >= 1.2.0, xerces-c >= 2.1.0
%if "%{with_threads}" == "yes"
BuildPreReq: xerces-c::with_threads = yes
@@ -128,10 +128,10 @@
;;
esac ;
%endif
- CC="%{l_prefix}/bin/gcc33 $cf" \
- CXX="%{l_prefix}/bin/g++33 $cf" \
+ CC="%{l_cc}" \
+ CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS="-O0" \
+ CXXFLAGS="%{l_cxxflags -O}" \
LDFLAGS="%{l_ldflags} $lf" \
./configure \
--prefix=%{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3234 -r1.3235 news.txt
--- openpkg-web/news.txt 8 Feb 2003 09:50:36 -0000 1.3234
+++ openpkg-web/news.txt 8 Feb 2003 10:59:21 -0000 1.3235
@@ -1,3 +1,4 @@
+08-Feb-2003: Upgraded package: P<xalan-c-1.4-20030208>
08-Feb-2003: New package: P<pnet-0.5.2-20030208>
08-Feb-2003: New package: P<libffi-20030208-20030208>
08-Feb-2003: Upgraded package: P<treecc-0.2.2-20030208>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]