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:   23-Mar-2005 09:46:24
  Branch: HEAD                             Handle: 2005032308462300

  Modified files:
    openpkg-src/gcc         gcc.spec

  Log:
    remove SSP patchset because there is no version since GCC 3.4.1 and
    the newest patch does no longer apply to GCC 3.4 since 3.4.2 anyway

  Summary:
    Revision    Changes     Path
    1.106       +1  -13     openpkg-src/gcc/gcc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.105 -r1.106 gcc.spec
  --- openpkg-src/gcc/gcc.spec  25 Jan 2005 14:53:26 -0000      1.105
  +++ openpkg-src/gcc/gcc.spec  23 Mar 2005 08:46:23 -0000      1.106
  @@ -26,7 +26,6 @@
   #   package version
   %define       V_full         3.4.3
   %define       V_comp         %nil
  -%define       V_ssp          3.4-2
   
   #   package information
   Name:         gcc
  @@ -39,7 +38,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20050125
  +Release:      20050323
   
   #   package options
   %option       with_cxx       yes
  @@ -50,13 +49,11 @@
   %option       with_profile   no
   %option       with_binutils  yes
   %option       with_threads   yes
  -%option       with_ssp       no
   %option       with_gcc       no
   
   #   list of sources
   Source0:      
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
   Patch0:       gcc.patch
  -Patch1:       
http://www.trl.ibm.com/projects/security/ssp/gcc3_4/protector-%{V_ssp}.tar.gz
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -85,19 +82,10 @@
           url       = ftp://gcc.gnu.org/pub/gcc/releases/gcc-__NEWVER__/
           regex     = gcc-(__VER__)\.tar\.bz2
       }
  -    prog gcc:spp = {
  -        version   = %{V_ssp}
  -        url       = http://www.trl.ibm.com/projects/security/ssp/
  -        regex     = protector-(__VER__)\.tar\.gz
  -    }
   
   %prep
       %setup -q
       %patch -p0
  -%if "%{with_ssp}" == "yes"
  -    %{l_gzip} -d -c %{PATCH protector-%{V_ssp}.tar.gz} | %{l_tar} xf -
  -    %{l_patch} -p0 <protector.dif
  -%endif
       %{l_shtool} subst -v -s \
           -e 's;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g' \
           gcc/configure
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to