[Lunar-commits] r25488 - moonbase/trunk/devel/gc

Dennis Veatch stumbles at lunar-linux.org
Sun Aug 19 03:32:07 CEST 2007


Author: stumbles
Date: 2007-08-19 03:32:07 +0200 (Sun, 19 Aug 2007)
New Revision: 25488

Modified:
   moonbase/trunk/devel/gc/DETAILS
Log:

Downgrading this as is causes w3m to segfault during
make as discovered by AJMartin.



Modified: moonbase/trunk/devel/gc/DETAILS
===================================================================
--- moonbase/trunk/devel/gc/DETAILS	2007-08-19 00:49:38 UTC (rev 25487)
+++ moonbase/trunk/devel/gc/DETAILS	2007-08-19 01:32:07 UTC (rev 25488)
@@ -1,18 +1,19 @@
           MODULE=gc
-         VERSION=7.0
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=6.8
+          SOURCE=$MODULE$VERSION.tar.gz
       SOURCE_URL=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
-      SOURCE_VFY=sha1:657d84b702a572f8a510d2c28578a6dbaad3fed2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+      SOURCE_VFY=sha1:6d5def5ba5d29292ba9c76f04df3ec06d3ab3278
         WEB_SITE=http://www.hpl.hp.com/personal/Hans_Boehm/gc/
          ENTERED=20020314
-         UPDATED=20070704
+         UPDATED=20070818
            SHORT="A garbage collector"
 
 cat << EOF
-The Boehm-Demers-Weiser conservative garbage collector can be used as a 
-garbage collecting replacement for C malloc or C++ new. It is also used 
-by a number of programming language implementations that use C as 
-intermediate code. Alternatively, it may be used as a leak detector for 
-C or C++ programs. A slightly older version of the garbage collector is 
-also included as part of the GNU compiler (gcc) distribution. 
+The Boehm-Demers-Weiser conservative garbage collector can be used as a
+garbage collecting replacement for C malloc or C++ new. It is also used
+by a number of programming language implementations that use C as
+intermediate code. Alternatively, it may be used as a leak detector for
+C or C++ programs. A slightly older version of the garbage collector is
+also included as part of the GNU compiler (gcc) distribution.
 EOF



More information about the Lunar-commits mailing list