[arch-commits] CVS update of arch/build/base/binutils (2 files)

Jan de Groot jgc at archlinux.org
Sun Sep 9 19:15:45 UTC 2007


    Date: Sunday, September 9, 2007 @ 15:15:45
  Author: jgc
    Path: /home/cvs-arch/arch/build/base/binutils

Modified: PKGBUILD (1.42 -> 1.43)
 Removed: binutils-2.17.50.0.16-version.patch (1.1)

Remove old patch


-------------------------------------+
 PKGBUILD                            |    9 ++------
 binutils-2.17.50.0.16-version.patch |   36 ----------------------------------
 2 files changed, 3 insertions(+), 42 deletions(-)


Index: arch/build/base/binutils/PKGBUILD
diff -u arch/build/base/binutils/PKGBUILD:1.42 arch/build/base/binutils/PKGBUILD:1.43
--- arch/build/base/binutils/PKGBUILD:1.42	Sun Sep  9 14:36:43 2007
+++ arch/build/base/binutils/PKGBUILD	Sun Sep  9 15:15:45 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.42 2007/09/09 18:36:43 andyrtr Exp $
+# $Id: PKGBUILD,v 1.43 2007/09/09 19:15:45 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 # compile always twice: first binutils, then gcc, then binutils again
@@ -15,14 +15,11 @@
 depends=('glibc>=2.6.1')
 makedepends=('texinfo>=4.8a')
 source=(#ftp://ftp.kernel.org/pub/linux/devel/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-	http://ftp.gnu.org/gnu/binutils/${pkgname}-${pkgver}.tar.gz
-	binutils-2.17.50.0.16-version.patch)
-md5sums=('d71b23b4fb91e66802ca2b8f576629f4'
-         '31756e7da3299fb2b254d9837bd715ca')
+	http://ftp.gnu.org/gnu/binutils/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d71b23b4fb91e66802ca2b8f576629f4')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-#  patch -Np0 -i ${startdir}/src/binutils-2.17.50.0.16-version.patch || return 1
 
   mkdir build
   cd build
Index: arch/build/base/binutils/binutils-2.17.50.0.16-version.patch
diff -u arch/build/base/binutils/binutils-2.17.50.0.16-version.patch:1.1 arch/build/base/binutils/binutils-2.17.50.0.16-version.patch:removed
--- arch/build/base/binutils/binutils-2.17.50.0.16-version.patch:1.1	Sun Jun 24 13:36:22 2007
+++ arch/build/base/binutils/binutils-2.17.50.0.16-version.patch	Sun Sep  9 15:15:45 2007
@@ -1,36 +0,0 @@
---- bfd/Makefile.in.jj	2007-05-11 17:23:18.000000000 +0200
-+++ bfd/Makefile.in	2007-06-12 12:28:10.000000000 +0200
-@@ -1540,12 +1540,12 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/
- 	report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
- 	if test "x$(RELEASE)" = x ; then \
- 	  bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
--	  bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
--	  bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
-+	  bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\
-+	  bfd_soversion="$(VERSION)" ;\
- 	fi ;\
- 	sed -e "s, at bfd_version@,$$bfd_version," \
- 	    -e "s, at bfd_version_string@,$$bfd_version_string," \
--	    -e "s, at bfd_version_package@,$$bfd_version_package," \
-+	    -e "s, at bfd_version_package@,\"version \"," \
- 	    -e "s, at report_bugs_to@,$$report_bugs_to," \
- 	    < $(srcdir)/version.h > $@; \
- 	echo "$${bfd_soversion}" > libtool-soversion
---- bfd/Makefile.am.jj	2007-05-11 17:23:18.000000000 +0200
-+++ bfd/Makefile.am	2007-06-12 12:28:10.000000000 +0200
-@@ -973,12 +973,12 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/
- 	report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
- 	if test "x$(RELEASE)" = x ; then \
- 	  bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
--	  bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
--	  bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
-+	  bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\
-+	  bfd_soversion="$(VERSION)" ;\
- 	fi ;\
- 	sed -e "s, at bfd_version@,$$bfd_version," \
- 	    -e "s, at bfd_version_string@,$$bfd_version_string," \
--	    -e "s, at bfd_version_package@,$$bfd_version_package," \
-+	    -e "s, at bfd_version_package@,\"version \"," \
- 	    -e "s, at report_bugs_to@,$$report_bugs_to," \
- 	    < $(srcdir)/version.h > $@; \
- 	echo "$${bfd_soversion}" > libtool-soversion




More information about the arch-commits mailing list