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:   29-Sep-2005 17:53:22
  Branch: HEAD                             Handle: 2005092916532101

  Modified files:
    openpkg-src/gcc         gcc.patch gcc.spec

  Log:
    upgrading package: gcc 4.0.1 -> 4.0.2

  Summary:
    Revision    Changes     Path
    1.27        +0  -26     openpkg-src/gcc/gcc.patch
    1.121       +2  -2      openpkg-src/gcc/gcc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.patch
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 gcc.patch
  --- openpkg-src/gcc/gcc.patch 26 Sep 2005 19:56:24 -0000      1.26
  +++ openpkg-src/gcc/gcc.patch 29 Sep 2005 15:53:21 -0000      1.27
  @@ -86,29 +86,3 @@
    #define HAVE_ICONV 0
    typedef int iconv_t;  /* dummy */
    #endif
  -Index: gcc/config.gcc
  ---- gcc/config.gcc.orig      2005-05-05 22:11:50 +0200
  -+++ gcc/config.gcc   2005-09-22 14:55:02 +0200
  -@@ -406,6 +406,8 @@
  -       tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
  -     *-*-freebsd6 | *-*-freebsd[6].*)
  -       tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
  -+    *-*-freebsd7 | *-*-freebsd[7].*)
  -+      tm_defines="${tm_defines} FBSD_MAJOR=7" ;;
  -     *)
  -       echo 'Please update *-*-freebsd* in gcc/config.gcc'
  -       exit 1
  -Index: gcc/config/freebsd-spec.h
  ---- gcc/config/freebsd-spec.h.orig   2005-05-01 20:59:27 +0200
  -+++ gcc/config/freebsd-spec.h        2005-09-21 11:56:50 +0200
  -@@ -51,7 +51,9 @@
  - #define FBSD_TARGET_OS_CPP_BUILTINS()                                       
\
  -   do                                                                        
\
  -     {                                                                       
\
  --    if (FBSD_MAJOR == 6)                                            \
  -+    if (FBSD_MAJOR == 7)                                            \
  -+      builtin_define ("__FreeBSD__=7");                             \
  -+    else if (FBSD_MAJOR == 6)                                       \
  -       builtin_define ("__FreeBSD__=6");                             \
  -     else if (FBSD_MAJOR == 5)                                       \
  -       builtin_define ("__FreeBSD__=5");                             \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.120 -r1.121 gcc.spec
  --- openpkg-src/gcc/gcc.spec  26 Sep 2005 19:56:24 -0000      1.120
  +++ openpkg-src/gcc/gcc.spec  29 Sep 2005 15:53:22 -0000      1.121
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_full         4.0.1
  +%define       V_full         4.0.2
   %define       V_comp         %nil
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20050926
  +Release:      20050929
   
   #   package options
   %option       with_cxx       yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to