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:   23-Jan-2003 11:45:23
  Branch: HEAD                             Handle: 2003012310452102

  Modified files:
    openpkg-src/xalan-c     xalan-c.spec
    openpkg-web             news.txt

  Log:
    seems to compile and run with latest gcc without optimizer

  Summary:
    Revision    Changes     Path
    1.11        +9  -9      openpkg-src/xalan-c/xalan-c.spec
    1.2978      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xalan-c/xalan-c.spec
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 xalan-c.spec
  --- openpkg-src/xalan-c/xalan-c.spec  13 Jan 2003 11:44:11 -0000      1.10
  +++ openpkg-src/xalan-c/xalan-c.spec  23 Jan 2003 10:45:23 -0000      1.11
  @@ -37,7 +37,7 @@
   Group:        Web
   License:      Apache Software License 1.1
   Version:      %{V_opkg}
  -Release:      20030113
  +Release:      20030123
   
   #   package options
   %option       with_threads  no
  @@ -49,8 +49,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20030103, autoconf, libtool, gcc, make, xerces-c 
>= 2.1.0
  -PreReq:       OpenPKG, openpkg >= 20030103, xerces-c >= 2.1.0
  +BuildPreReq:  OpenPKG, openpkg >= 1.2.0, autoconf, libtool, gcc33 >= 3.3s20030120, 
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
   PreReq:       xerces-c::with_threads = yes
  @@ -128,10 +128,10 @@
                           ;;
         esac ;
   %endif
  -      CC="%{l_cc} $cf" \
  -      CXX="%{l_cxx} $cf" \
  -      CFLAGS="-O0 -g" \
  -      CXXFLAGS="-O0 -g" \
  +      CC="%{l_prefix}/bin/gcc33 $cf" \
  +      CXX="%{l_prefix}/bin/g++33 $cf" \
  +      CFLAGS="%{l_cflags -O}" \
  +      CXXFLAGS="-O0" \
         LDFLAGS="%{l_ldflags} $lf" \
         ./configure \
           --prefix=%{l_prefix}
  @@ -147,10 +147,10 @@
           lib/libxalan-c.a $RPM_BUILD_ROOT%{l_prefix}/lib
       %{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/share/xalan-c
       ( cd c
  -      for f in `find samples xdocs -type d \( -name CVS -prune -o -print \)`; do
  +      for f in `find xdocs -type d \( -name CVS -prune -o -print \)`; do
             %{l_shtool} mkdir -m 755 $RPM_BUILD_ROOT%{l_prefix}/share/xalan-c/$f
         done
  -      for f in `find samples xdocs -type d -name CVS -prune -o -type f -print`; do
  +      for f in `find xdocs -type d -name CVS -prune -o -type f -print`; do
             %{l_shtool} install -c -m 644 \
                 $f $RPM_BUILD_ROOT%{l_prefix}/share/xalan-c/
         done
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2977 -r1.2978 news.txt
  --- openpkg-web/news.txt      23 Jan 2003 09:43:39 -0000      1.2977
  +++ openpkg-web/news.txt      23 Jan 2003 10:45:21 -0000      1.2978
  @@ -1,3 +1,4 @@
  +23-Jan-2003: Upgraded package: P<xalan-c-1.4-20030123>
   23-Jan-2003: Upgraded package: P<perl-util-20030123-20030123>
   23-Jan-2003: Upgraded package: P<uvscan-4.1.6.4244-20030123>
   23-Jan-2003: Upgraded package: P<gnutls-0.8.1-20030123>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to