[Lunar-commits] r24607 - moonbase/trunk/devel/m4

Terry Chan tchan at lunar-linux.org
Mon May 28 15:44:06 CEST 2007


Author: tchan
Date: 2007-05-28 15:44:06 +0200 (Mon, 28 May 2007)
New Revision: 24607

Modified:
   moonbase/trunk/devel/m4/BUILD
   moonbase/trunk/devel/m4/DETAILS
Log:
Patched m4-1.4.9 to remove the signed division bug. Patch taken from m4 bug tracker.


Modified: moonbase/trunk/devel/m4/BUILD
===================================================================
--- moonbase/trunk/devel/m4/BUILD	2007-05-28 12:57:59 UTC (rev 24606)
+++ moonbase/trunk/devel/m4/BUILD	2007-05-28 13:44:06 UTC (rev 24607)
@@ -1,6 +1,8 @@
 (
 
-  sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in
+  # This patch added by tchan, 20070528, is temporary and should be removed for m4-1.4.10.
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+  sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in &&
   ./configure  --build=$BUILD  \
                --prefix=/usr   \
                $OPTS          &&

Modified: moonbase/trunk/devel/m4/DETAILS
===================================================================
--- moonbase/trunk/devel/m4/DETAILS	2007-05-28 12:57:59 UTC (rev 24606)
+++ moonbase/trunk/devel/m4/DETAILS	2007-05-28 13:44:06 UTC (rev 24607)
@@ -1,9 +1,12 @@
           MODULE=m4
-         VERSION=1.4.8
+         VERSION=1.4.9
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-signed-division.patch
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-      SOURCE_VFY=sha1:32b5bb526de9315d1a319c2ca8eb881d9b835506
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:15ad35c65d4c4f2f856687288e7f6b51704d65e1
+     SOURCE2_VFY=sha1:ab4c38d7e5a2e2713f5ef22557da742c91561db4
         WEB_SITE=http://www.gnu.org/software/$MODULE/
          ENTERED=20010922
          UPDATED=20070528



More information about the Lunar-commits mailing list