From 8a3b442edbedbaa70e5f5a9f44a94144830c0155 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Tue, 11 Dec 2007 21:23:42 +0000 Subject: - Update to version 2.43. - Remove regular expression to correct PORTVERSION for MASTER_SITES/WRKSRC. - Define USE_GHOSTSCRIPT_BUILD instead of using BUILD_DEPENDS. - Remove NOT_FOR_ARCHS=ia64 (should work now). - Use HAS_CONFIGURE instead of GNU_CONFIGURE to avoid workarouds for removing automatically added but unrecognized configure options. - Add GDBM, GTK2 and SVM options (for new modules). - Add pkg-message to note that Vim/Emacs syntax files install in DATADIR. - Remove USE_GCC=3.4 since it now builds with GCC 4.x. - Increase base BDB version (now supports 4.3-4.6, not 4.2 anymore). - Remove BROKEN when PARI module was enabled, since it doesn't segfault now. - Remove post-configure target because the main configure includes those steps. --- lang/clisp/files/patch-modules__fastcgi__fastcgi.lisp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lang/clisp/files/patch-modules__fastcgi__fastcgi.lisp (limited to 'lang/clisp/files/patch-modules__fastcgi__fastcgi.lisp') diff --git a/lang/clisp/files/patch-modules__fastcgi__fastcgi.lisp b/lang/clisp/files/patch-modules__fastcgi__fastcgi.lisp deleted file mode 100644 index 86eb80c84002..000000000000 --- a/lang/clisp/files/patch-modules__fastcgi__fastcgi.lisp +++ /dev/null @@ -1,12 +0,0 @@ ---- ./modules/fastcgi/fastcgi.lisp.orig Fri Dec 8 08:42:55 2006 -+++ ./modules/fastcgi/fastcgi.lisp Fri Dec 8 08:45:45 2006 -@@ -146,7 +146,8 @@ - - - ; -------------- "C" functions --;(c-lines "#include \"fastcgi.h\"~%"); completely wrapped -+(eval-when (compile) -+ (setq ffi:*output-c-functions* t)) - - ; Our wrappers - (def-call-out fcgi_getenv (:arguments (var c-string)) (:return-type c-string)) -- cgit v1.2.3