[arch-commits] Commit in gcc/trunk (PKGBUILD buildfix_new_bison.patch)

Allan McRae allan at archlinux.org
Thu May 28 11:36:09 UTC 2009


    Date: Thursday, May 28, 2009 @ 07:36:09
  Author: allan
Revision: 40117

upgpkg: gcc 4.4.0-3
    New upstream snapshot, Fixed FS#14825

Modified:
  gcc/trunk/PKGBUILD
Deleted:
  gcc/trunk/buildfix_new_bison.patch

--------------------------+
 PKGBUILD                 |   14 +++++++-------
 buildfix_new_bison.patch |   22 ----------------------
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-28 10:49:28 UTC (rev 40116)
+++ PKGBUILD	2009-05-28 11:36:09 UTC (rev 40117)
@@ -6,15 +6,15 @@
 
 pkgname=gcc
 pkgver=4.4.0
-pkgrel=2
-_snapshot=4.4-20090505
+pkgrel=3
+_snapshot=4.4-20090526
 _libstdcppmanver=4.4.0
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'custom')
 groups=('base-devel')
 url="http://gcc.gnu.org"
-depends=('binutils>=2.19' "gcc-libs=${pkgver}-${pkgrel}" 'mpfr>=2.3.1' 'cloog-ppl>=0.15.3')
+depends=('binutils>=2.19.1' "gcc-libs=${pkgver}-${pkgrel}" 'mpfr>=2.4.1' 'cloog-ppl>=0.15.3')
 makedepends=('flex')
 replaces=('gcc-fortran' 'gcc-objc')
 options=('!libtool')
@@ -25,10 +25,10 @@
 	#ftp://ftp.archlinux.org/other/${pkgname}/libstdc++-man.${_libstdcppmanver}.tar.bz2
 	gcc_pure64.patch
 	gcc-hash-style-both.patch)
-md5sums=('e776d34dd308e38befa60a7f08e75a8a'
-         '03bcf62a3b9d3b631bf274622f33f6a9'
-         '9f7679f886db83204e5d8b8f7095e1a3'
-         '729db85dfc206962176fb0e601265dbf'
+md5sums=('28fb87be8f769c5c2672909bb1ec50b5'
+         '4997cd49b6bb7658e80977c09611db81'
+         '95bd07d3981887247a05b4aaac69c79b'
+         '50caff347e5c18689539b4e32430de06'
          '3b94fe4a3cd49819bf57ecc407851b9b'
          '4030ee1c08dd1e843c0225b772360e76'
          '6fd395bacbd7b6e47c7b74854b478363')

Deleted: buildfix_new_bison.patch
===================================================================
--- buildfix_new_bison.patch	2009-05-28 10:49:28 UTC (rev 40116)
+++ buildfix_new_bison.patch	2009-05-28 11:36:09 UTC (rev 40117)
@@ -1,22 +0,0 @@
---- gcc/treelang/parse.y	2007-07-18 08:19:29.000000000 +0000
-+++ gcc/treelang/parse.y.new	2008-11-20 06:40:00.013275486 +0000
-@@ -369,7 +369,6 @@
-   current_function = NULL;
- }
- ;
--
- variable_defs_opt:
- /* Nil.  */ {
-   $$ = 0;
-@@ -685,9 +684,9 @@
- 
- expressions_with_commas_opt:
- /* Nil.  */ {
--$$ = 0
-+$$ = 0;
- }
--|expressions_with_commas { $$ = $1 }
-+|expressions_with_commas { $$ = $1; }
- ;
- 
- expressions_with_commas:




More information about the arch-commits mailing list