[Lunar-commits] <moonbase> binutils: 2.19.1

Samuel Verstraete elangelo at lunar-linux.org
Fri Dec 4 02:30:34 CET 2009


commit 33c3008da91c11eb5d82c89c46dec44d3f00b49a
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Thu Aug 13 10:34:20 2009 +0200

    binutils: 2.19.1
    
    Conflicts:
    
    	devel/binutils/BUILD
    	devel/binutils/DETAILS
---
 devel/binutils/BUILD         |   24 ++++++++----------------
 devel/binutils/BUILD.sparc64 |    7 ++++---
 devel/binutils/DETAILS       |   15 ++++++---------
 3 files changed, 18 insertions(+), 28 deletions(-)

diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD
index 3a1ccd0..3140e0e 100644
--- a/devel/binutils/BUILD
+++ b/devel/binutils/BUILD
@@ -1,21 +1,13 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
-  #Somehow I believe this might/should be logged as a bug to the glibc guys...
-  sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \
-                    bfd/doc/Makefile.in  &&
-
-  aclocal  &&
-  autoconf &&
-
-  OPTS+=" --host=$BUILD"     &&
-  default_config             &&
-  make tooldir=/usr          &&
-  prepare_install            &&
-  make tooldir=/usr install  &&
-  make tooldir=/usr install-info &&
-  mkdir -p $DOCUMENT_DIRECTORY/binutils &&
+  ./configure  --host=$BUILD  \
+               --prefix=/usr  &&
+
+  make tooldir=/usr           &&
+  prepare_install             &&
+  make tooldir=/usr install   &&
+  make tooldir=/usr install-info  &&
+  mkdir -p $DOCUMENT_DIRECTORY/binutils  &&
   cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
 
 ) > $C_FIFO 2>&1
diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64
index f56658d..c5cabf7 100644
--- a/devel/binutils/BUILD.sparc64
+++ b/devel/binutils/BUILD.sparc64
@@ -4,9 +4,10 @@
   sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \
                     bfd/doc/Makefile.in  &&
 
-  ./configure  --host=$BUILD             \
-               --target=sparc-linux      \
-               --prefix=/usr             &&
+  ./configure  --host=$BUILD         \
+               --target=sparc-linux  \
+               --prefix=/usr        &&
+
   make tooldir=/usr          &&
   prepare_install            &&
   make tooldir=/usr install  &&
diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index 562b8c2..4dac1de 100644
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,16 +1,13 @@
           MODULE=binutils
-         VERSION=2.18
+         VERSION=2.19.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=binutils-2.18-makeinfo.patch
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277
-     SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+      SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526
         WEB_SITE=http://sources.redhat.com/binutils
          ENTERED=20010922
-         UPDATED=20071121
-           SHORT="essential collection of binary utilities."
+         UPDATED=20090401
+           SHORT="An essential collection of binary utilities"
 
 cat << EOF
 binutils - Collection of binary utilities


More information about the Lunar-commits mailing list