[arch-commits] CVS update of arch/build/base/gcc (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Aug 1 20:50:50 UTC 2007


    Date: Wednesday, August 1, 2007 @ 16:50:50
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/gcc

Modified: PKGBUILD (1.75 -> 1.76)

Prepare for gcc 4.2.1 final


----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)


Index: arch/build/base/gcc/PKGBUILD
diff -u arch/build/base/gcc/PKGBUILD:1.75 arch/build/base/gcc/PKGBUILD:1.76
--- arch/build/base/gcc/PKGBUILD:1.75	Sat Jul  7 10:20:13 2007
+++ arch/build/base/gcc/PKGBUILD	Wed Aug  1 16:50:50 2007
@@ -1,26 +1,20 @@
-# $Id: PKGBUILD,v 1.75 2007/07/07 14:20:13 andyrtr Exp $
+# $Id: PKGBUILD,v 1.76 2007/08/01 20:50:50 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc
 pkgver=4.2.1
-pkgrel=2
-_snapshot=4.2.1-RC-20070703
+pkgrel=3
+#_snapshot=4.2.1-RC-20070703
 pkgdesc="The GNU Compiler Collection"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 url="http://gcc.gnu.org"
-depends=('glibc>=2.6' 'binutils>=2.17.50.0.17')
+depends=('glibc>=2.6' 'binutils>=2.17.50.0.18')
 options=('!libtool')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,objc}-${pkgver}.tar.bz2
-	ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,objc}-${_snapshot}.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,objc}-${pkgver}.tar.bz2
+	#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,objc}-${_snapshot}.tar.bz2
 	ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man-4.2.0.tar.bz2
 	gcc_pure64.patch
 	gcc-hash-style-both.patch)
-md5sums=('03bda7b8ae95d505afe459fd2b84a193'
-         '4996ba1ed47f4313e9d6d8a61b0c36d8'
-         '7b10255246bb750a350369a6324941f5'
-         'e70d37c0623b15e90cff47d91816a941'
-         '8fc86e4c4d1f4ec8b226307d39fbd9e3'
-         '611fbd749019f0ce2fad36fda17e93dd')
 
 build() {
   if ! locale -a | grep ^de_DE; then
@@ -28,8 +22,8 @@
     return 1
   fi
   
-#  cd ${startdir}/src/gcc-${pkgver}
-  cd ${startdir}/src/gcc-${_snapshot}
+  cd ${startdir}/src/gcc-${pkgver}
+  #cd ${startdir}/src/gcc-${_snapshot}
   # Don't install libiberty
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
 




More information about the arch-commits mailing list