[Lunar-commits] CVS: moonbase/shells/bash DETAILS, 1.4, 1.5 BUILD, 1.6, 1.7

Jaime Buffery nestu at lunar-linux.org
Sun Jul 11 17:58:00 GMT 2004


Update of /var/cvs/lunar/moonbase/shells/bash
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12180

Modified Files:
	DETAILS BUILD 
Log Message:
Adding a patch to address the "label and end of block statement" for gcc 3.4.X.
The patch is backwards compatible. Tested with gcc 3.4.1, glibc 2.3.3-cvs, headers 2.6.7.0
and gcc 3.3.3, glibc 2.3.2, headers 2.6.7.0. Put in md5's too


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	10 Feb 2004 15:48:48 -0000	1.4
+++ DETAILS	11 Jul 2004 17:57:58 -0000	1.5
@@ -2,10 +2,15 @@
          VERSION=2.05b
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=$MODULE-$VERSION-patchset-1.tar.bz2 
+         SOURCE3=gcc34_bash_lunar.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
-  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2 
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+     SOURCE3_URL=$PATCH_URL/$SOURCE3 
+      SOURCE_VFY=md5:5238251b4926d778dfe162f6ce729733
+     SOURCE2_VFY=md5:3b25d174f1840fc236939fd75ba34405
+     SOURCE3_VFY=md5:fab5023fb520c704f2ca93e18e464694
         WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
          ENTERED=20010922
          UPDATED=20021231

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	4 May 2003 10:08:14 -0000	1.6
+++ BUILD	11 Jul 2004 17:57:58 -0000	1.7
@@ -5,6 +5,7 @@
   OPTS=$OPTS" --bindir=/bin --with-installed-readline --with-curses"
   
   patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+  patch_it $SOURCE_CACHE/$SOURCE3 0 &&
 
   default_build &&
   ln -sf bash /bin/sh &&



More information about the Lunar-commits mailing list