[Lunar-commits] r26143 - moonbase/trunk/devel/binutils

Dennis Veatch stumbles at lunar-linux.org
Tue Oct 9 18:52:00 CEST 2007


Author: stumbles
Date: 2007-10-09 18:52:00 +0200 (Tue, 09 Oct 2007)
New Revision: 26143

Modified:
   moonbase/trunk/devel/binutils/BUILD.x86_64
   moonbase/trunk/devel/binutils/DETAILS.x86_64
Log:

The configure/configure.in uses an improper egrep to
detect the correct makeinfo.



Modified: moonbase/trunk/devel/binutils/BUILD.x86_64
===================================================================
--- moonbase/trunk/devel/binutils/BUILD.x86_64	2007-10-09 16:43:47 UTC (rev 26142)
+++ moonbase/trunk/devel/binutils/BUILD.x86_64	2007-10-09 16:52:00 UTC (rev 26143)
@@ -1,5 +1,7 @@
 (
 
+  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  &&

Modified: moonbase/trunk/devel/binutils/DETAILS.x86_64
===================================================================
--- moonbase/trunk/devel/binutils/DETAILS.x86_64	2007-10-09 16:43:47 UTC (rev 26142)
+++ moonbase/trunk/devel/binutils/DETAILS.x86_64	2007-10-09 16:52:00 UTC (rev 26143)
@@ -1,8 +1,12 @@
           MODULE=binutils
          VERSION=2.17
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=binutils-2.17-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:a557686eef68362ea31a3aa41ce274e3eeae1ef0
+     SOURCE2_VFY=sha1:bec747da1fb5710fd0dfdbda6b61ec29eea0106f
         WEB_SITE=http://sources.redhat.com/binutils
          ENTERED=20010922
          UPDATED=20060711



More information about the Lunar-commits mailing list