[Lunar-commits] CVS: moonbase/compilers/gcl BUILD, 1.4, 1.5 DETAILS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sun Feb 29 06:41:22 GMT 2004


Update of /var/cvs/lunar/moonbase/compilers/gcl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13119

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version from 2.5.2 to 2.5.3. thanks to Joe Rocklin for pointing that.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcl/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	21 May 2003 14:44:41 -0000	1.4
+++ BUILD	29 Feb 2004 06:41:20 -0000	1.5
@@ -1,12 +1,13 @@
 (
-  cd $SOURCE_DIRECTORY     &&
-  ./configure $OPTS --prefix=/usr --enable-notify=no --enable-tkconfig=/usr/share/gcl        &&
+  cd $SOURCE_DIRECTORY  &&
+  ./configure --prefix=/usr                      \
+	      --enable-notify=no                 \
+	      --enable-tkconfig=/usr/share/gcl   \
+              $OPTS                             &&
   if ! module_installed emacs; then
   	sedit "s!EMACS_SITE_LISP=!EMACS_SITE_LISP=/usr/share/gcl!" makedefs &&
   	sedit "s!EMACS_SITE_LISP=!EMACS_SITE_LISP=/usr/share/gcl!" makedefc
-  fi                       &&
-  make                     &&
-  prepare_install          &&
-  make install
+  fi  &&
+  default_make
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcl/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	21 May 2003 14:44:41 -0000	1.2
+++ DETAILS	29 Feb 2004 06:41:20 -0000	1.3
@@ -1,13 +1,15 @@
            MODULE=gcl
-         VERSION=2.5.2
-          SOURCE=$MODULE-$VERSION.tgz
+         VERSION=2.5.3
+          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$GNU_URL/gcl/$SOURCE
-      MAINTAINER=kc8apf at kc8apf.net
-        WEB_SITE=http://www.gnu.org/software/gcl/
-           SHORT="GCL is a Common Lisp interpreter and compiler"
+   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
+      SOURCE_VFY=md5:42c24f9a8d4f823c7c411cbf77edb36f
+        WEB_SITE=http://www.gnu.org/software/$MODULE/
          ENTERED=20021114
          UPDATED=20030520
+        MAINTAINER=kc8apf at kc8apf.net
+        SHORT="GCL is a Common Lisp interpreter and compiler"
+
 cat << EOF
 GNU Common Lisp (GCL, formerly known as Austin Kyoto Common Lisp) is a compiler and interpreter for Common Lisp. GCL is very portable and extremely efficient on a wide class of applications, and compares favorably in performance with commercial Lisps on several large theorem--prover and symbolic algebra systems. GCL supports the CLtL1 specification.
 EOF



More information about the Lunar-commits mailing list