[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
UPDATE: clisp 2.33
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: UPDATE: clisp 2.33
- From: rich cannings <rich_(_at_)_cannings_(_dot_)_org>
- Date: Sun, 09 May 2004 13:51:38 -0600
- Cc: sds_(_at_)_gnu_(_dot_)_org
Attached is a diff updating clisp to 2.33. Tested on i386. I will start
to work on getting clisp to work on sparc64 and powerpc shortly.
rich
diff clisp.old/Makefile clisp/Makefile
--- clisp.old/Makefile Sun May 9 13:22:10 2004
+++ clisp/Makefile Sun May 9 13:22:24 2004
@@ -6,7 +6,7 @@
COMMENT= "ANSI Common Lisp compiler"
-DISTNAME= clisp-2.32
+DISTNAME= clisp-2.33
CATEGORIES= lang
HOMEPAGE= http://clisp.cons.org/
diff clisp.old/distinfo clisp/distinfo
--- clisp.old/distinfo Sun May 9 13:22:10 2004
+++ clisp/distinfo Sun May 9 13:23:43 2004
@@ -1,3 +1,3 @@
-MD5 (clisp-2.32.tar.bz2) = 20a036128ec04e7a48d44c1a1c6f8afe
-RMD160 (clisp-2.32.tar.bz2) = 7325a240f4546a0f0b68a91e07968ea7aed781c8
-SHA1 (clisp-2.32.tar.bz2) = 5f7744a3e85af1c59895359710900b593276b7e7
+MD5 (clisp-2.33.tar.bz2) = 8724eccb8933eedec31a06206c79e74d
+RMD160 (clisp-2.33.tar.bz2) = 783a4d6a3a08cf10523aec0d4f71c271a4730981
+SHA1 (clisp-2.33.tar.bz2) = 41292d4342803d7cb27d8ed436a31d1778860b31
diff clisp.old/patches/patch-src_lispbibl_d clisp/patches/patch-src_lispbibl_d
--- clisp.old/patches/patch-src_lispbibl_d Sun May 9 13:22:10 2004
+++ clisp/patches/patch-src_lispbibl_d Sun May 9 13:30:33 2004
@@ -1,12 +1,12 @@
$OpenBSD: patch-src_lispbibl_d,v 1.4 2004/01/20 23:15:19 naddy Exp $
---- src/lispbibl.d.orig 2004-01-11 02:22:07.000000000 +0100
-+++ src/lispbibl.d 2004-01-11 02:23:43.000000000 +0100
-@@ -89,7 +89,7 @@
+--- src/lispbibl.d.orig 2004-03-16 07:59:59.000000000 -0700
++++ src/lispbibl.d 2004-05-09 13:30:14.000000000 -0600
+@@ -90,7 +90,7 @@
+ */
-
- # this machine: AMIGA or ACORN or OS2 or WIN32 or GENERIC_UNIX
+ # this machine: WIN32 or GENERIC_UNIX
-#if (defined(__unix) || defined(__unix__) || defined(_AIX) || defined(sinix) || defined(__MACH__) || defined(__POSIX__) || defined(__NetBSD__) || defined(__BEOS__)) && !defined(unix)
+#if (defined(__unix) || defined(__unix__) || defined(_AIX) || defined(sinix) || defined(__MACH__) || defined(__POSIX__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__BEOS__)) && !defined(unix)
#define unix
#endif
- #if (defined(amiga) || defined(AMIGA))
+ #if (defined(_WIN32) && (defined(_MSC_VER) || defined(__MINGW32__))) || (defined(__WIN32__) && defined(__BORLANDC__))
Visit your host, monkey.org