[Lunar-commits] <moonbase> binutils: 2.19.1

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


commit ddc9a8ccbd1d50b95367bc1344dfe85f22235e22
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed Aug 5 14:49:15 2009 +0200

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

diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD
index b01a5de..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 4a49cab..120d5ac 100644
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,16 +1,14 @@
           MODULE=binutils
-         VERSION=2.19
+         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:a150b97ec47996bf8f01d6bc14d41587faa4bbff
-     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=20090421
-           SHORT="essential collection of binary utilities."
+         UPDATED=20090401
+	 PSAFE=no
+           SHORT="An essential collection of binary utilities"
 
 cat << EOF
 binutils - Collection of binary utilities


More information about the Lunar-commits mailing list