OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   11-Mar-2008 22:09:00
  Branch: HEAD                             Handle: 2008031121090000

  Modified files:
    openpkg-src/gcc         gcc.spec

  Log:
    sync with gcc43 package

  Summary:
    Revision    Changes     Path
    1.154       +6  -6      openpkg-src/gcc/gcc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.153 -r1.154 gcc.spec
  --- openpkg-src/gcc/gcc.spec  2 Feb 2008 11:44:22 -0000       1.153
  +++ openpkg-src/gcc/gcc.spec  11 Mar 2008 21:09:00 -0000      1.154
  @@ -36,7 +36,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20080202
  +Release:      20080311
   
   #   package options
   %option       with_binutils  yes
  @@ -63,8 +63,8 @@
   PreReq:       binutils >= 2.14
   %endif
   %if "%{with_fortran}" == "yes"
  -BuildPreReq:  mpfr
  -PreReq:       mpfr
  +BuildPreReq:  mpfr, gmp
  +PreReq:       mpfr, gmp
   %endif
   %if "%{with_java}" == "yes"
   BuildPreReq:  zlib
  @@ -81,7 +81,7 @@
       prog gcc = {
           version   = %{V_full}
           url       = ftp://gcc.gnu.org/pub/gcc/releases/
  -        regex     = (4\.2(\.\d+)?)
  +        regex     = gcc-(4\.2(\.\d+)?)
           url       = ftp://gcc.gnu.org/pub/gcc/releases/gcc-__NEWVER__/
           regex     = gcc-(__VER__)\.tar\.bz2
       }
  @@ -196,8 +196,8 @@
       #   at least GNU as from GNU binutils supports -pipe always
       AS="%{l_tool_locate as as}"
       "$AS" --version </dev/null 2>/dev/null | grep "^GNU assembler " 
>/dev/null && {
  -        l_boot_cflags="$l_boot_cflags -pipe";
  -        l_libcxxflags="$l_libcxxflags -pipe";
  +        l_boot_cflags="$l_boot_cflags -pipe"
  +        l_libcxxflags="$l_libcxxflags -pipe"
       }
   %if "%{with_optimize}" == "yes"
       #   conservatively optimize the generated program code
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to