[Lunar-commits] r21818 - moonbase/trunk/devel/guile

Terry Chan tchan at lunar-linux.org
Sun Oct 15 15:49:46 UTC 2006


Author: tchan
Date: 2006-10-15 15:49:46 +0000 (Sun, 15 Oct 2006)
New Revision: 21818

Modified:
   moonbase/trunk/devel/guile/DETAILS
   moonbase/trunk/devel/guile/POST_INSTALL
Log:
I'm reverting guile back to 1.6.8. guile-1.8.1 does NOT compile correctly against
g-wrap which is CRITICAL to getting a working gnucash. I've added myself as
MAINTAINER for slib/g-wrap/guile. This means do NOT mess around with these
modules, UNLESS you are prepared to debug compiling gnucash!  This especially
means you, Florin!


Modified: moonbase/trunk/devel/guile/DETAILS
===================================================================
--- moonbase/trunk/devel/guile/DETAILS	2006-10-15 15:47:56 UTC (rev 21817)
+++ moonbase/trunk/devel/guile/DETAILS	2006-10-15 15:49:46 UTC (rev 21818)
@@ -1,13 +1,14 @@
           MODULE=guile
-         VERSION=1.8.1
+         VERSION=1.6.8
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-      SOURCE_VFY=sha1:184555def153fdbc322045b1fdd90a7b23a84fbd
+      SOURCE_VFY=sha1:5c244f730d7aaee32db4b0cc77b688f74a5caa71
         WEB_SITE=http://www.gnu.org/software/guile
+      MAINTAINER=tchan at lunar-linux.org
          ENTERED=20010922
-         UPDATED=20061015
-           SHORT="A portable, embeddable Scheme implementation."
+         UPDATED=20060710
+           SHORT="Guile is a portable, embeddable Scheme implementation."
 
 cat << EOF
 Guile is a portable, embeddable Scheme implementation written in C.

Modified: moonbase/trunk/devel/guile/POST_INSTALL
===================================================================
--- moonbase/trunk/devel/guile/POST_INSTALL	2006-10-15 15:47:56 UTC (rev 21817)
+++ moonbase/trunk/devel/guile/POST_INSTALL	2006-10-15 15:49:46 UTC (rev 21818)
@@ -1,4 +1,4 @@
 #  Reinstall packages that add their code to the guile tree
 
-if  module_installed  slib;    then lin slib;   fi
+if  module_installed  slib;    then lin slib;   fi &&
 if  module_installed  g-wrap;  then lin g-wrap; fi



More information about the Lunar-commits mailing list