[arch-commits] CVS update of core/devel/binutils (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Oct 24 21:18:34 UTC 2007


    Date: Wednesday, October 24, 2007 @ 17:18:34
  Author: andyrtr
    Path: /home/cvs-core/core/devel/binutils

   Added: makeinfo_version.patch (1.1)
Modified: PKGBUILD (1.46 -> 1.47)
 Removed: binutils-configure.patch (1.1)

rebuild for new glibc


--------------------------+
 PKGBUILD                 |   18 +++++++++---------
 binutils-configure.patch |   12 ------------
 makeinfo_version.patch   |   11 +++++++++++
 3 files changed, 20 insertions(+), 21 deletions(-)


Index: core/devel/binutils/PKGBUILD
diff -u core/devel/binutils/PKGBUILD:1.46 core/devel/binutils/PKGBUILD:1.47
--- core/devel/binutils/PKGBUILD:1.46	Wed Sep 19 18:47:48 2007
+++ core/devel/binutils/PKGBUILD	Wed Oct 24 17:18:33 2007
@@ -1,30 +1,30 @@
-# $Id: PKGBUILD,v 1.46 2007/09/19 22:47:48 thomas Exp $
+# $Id: PKGBUILD,v 1.47 2007/10/24 21:18:33 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 # compile always twice: first binutils, then gcc, then binutils again
 
 pkgname=binutils
 pkgver=2.18
-pkgrel=3
+pkgrel=4
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://sources.redhat.com/binutils"
 license=('GPL')
-groups=('base-devel')
+groups=('base')
 options=('!libtool' '!distcc' '!ccache')
-depends=('glibc>=2.6.1')
-makedepends=('texinfo>=4.8a')
+depends=('glibc>=2.7')
+makedepends=('texinfo>=4.11')
 source=(#ftp://ftp.kernel.org/pub/linux/devel/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 	http://ftp.gnu.org/gnu/binutils/${pkgname}-${pkgver}.tar.gz
-	binutils-configure.patch)
+	makeinfo_version.patch)
 md5sums=('d71b23b4fb91e66802ca2b8f576629f4'
-         '6b1c597a5e50e01e442008c98f28a2bd')
+         'dd2182cbc2f44dc22600211c7a5d8df7')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
-  patch -Np1 -i ../binutils-configure.patch || return 1
-  autoreconf || return 1
+  patch -Np0 -i ../makeinfo_version.patch || return 1
+  autoconf
 
   mkdir build
   cd build
Index: core/devel/binutils/binutils-configure.patch
diff -u core/devel/binutils/binutils-configure.patch:1.1 core/devel/binutils/binutils-configure.patch:removed
--- core/devel/binutils/binutils-configure.patch:1.1	Thu Sep 20 11:37:47 2007
+++ core/devel/binutils/binutils-configure.patch	Wed Oct 24 17:18:33 2007
@@ -1,12 +0,0 @@
-diff -Nur binutils-2.18.orig/configure.ac binutils-2.18/configure.ac
---- binutils-2.18.orig/configure.ac	2007-08-28 22:24:26.000000000 +0200
-+++ binutils-2.18/configure.ac	2007-09-20 00:32:26.000000000 +0200
-@@ -2403,7 +2403,7 @@
-     # For an installed makeinfo, we require it to be from texinfo 4.4 or
-     # higher, else we use the "missing" dummy.
-     if ${MAKEINFO} --version \
--       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
-+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.[0-9][0-9]|[5-9])' >/dev/null 2>&1; then
-       :
-     else
-       MAKEINFO="$MISSING makeinfo"
Index: core/devel/binutils/makeinfo_version.patch
diff -u /dev/null core/devel/binutils/makeinfo_version.patch:1.1
--- /dev/null	Wed Oct 24 17:18:33 2007
+++ core/devel/binutils/makeinfo_version.patch	Wed Oct 24 17:18:34 2007
@@ -0,0 +1,11 @@
+--- configure.ac	2007-08-28 20:24:26.000000000 +0000
++++ configure.ac.new	2007-10-15 19:52:05.000000000 +0000
+@@ -2403,7 +2403,7 @@
+     # For an installed makeinfo, we require it to be from texinfo 4.4 or
+     # higher, else we use the "missing" dummy.
+     if ${MAKEINFO} --version \
+-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"




More information about the arch-commits mailing list