From caacdc0ffdf88e30e14ea86616b2bdd61d9ce35d Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 27 Feb 2006 17:22:09 +0000 Subject: [PATCH] =?UTF-8?q?use=20GNU=20malloc=20for=20now=20which=20unbrea?= =?UTF-8?q?ks=20this=20(which=20is=20borked=20due=20to=20our=20random=20mm?= =?UTF-8?q?ap=20malloc);=20from=20Andreas=20V=C3=B6gele=20=20maxima=20seems=20happy=20with=20this=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/clisp/Makefile | 5 ++--- lang/clisp/patches/patch-src_configure | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 73e22308ee8..fc57c582c94 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2006/02/16 20:56:58 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2006/02/27 17:22:09 pvalchev Exp $ -BROKEN= "does not handle randomized mmap()" ONLY_FOR_ARCHS= i386 COMMENT= "ANSI Common Lisp compiler" DISTNAME= clisp-2.33.2 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= lang HOMEPAGE= http://clisp.cons.org/ diff --git a/lang/clisp/patches/patch-src_configure b/lang/clisp/patches/patch-src_configure index b2042b48703..96621e434be 100644 --- a/lang/clisp/patches/patch-src_configure +++ b/lang/clisp/patches/patch-src_configure @@ -1,6 +1,15 @@ -$OpenBSD: patch-src_configure,v 1.1 2005/02/11 12:14:37 alek Exp $ ---- src/configure.orig Thu Feb 10 00:43:19 2005 -+++ src/configure Thu Feb 10 00:43:34 2005 +$OpenBSD: patch-src_configure,v 1.2 2006/02/27 17:22:09 pvalchev Exp $ +--- src/configure.orig Wed Jun 2 15:56:55 2004 ++++ src/configure Mon Feb 27 09:46:34 2006 +@@ -11437,7 +11437,7 @@ if test $cross_compiling = no; then + # Both are broken. When used with CLISP, the one in the default libc.a + # leads to a SIGSEGV, the one in libmalloc.a leads to a SIGBUS. + case "$host_os" in +- hpux*) cl_cv_func_malloc_broken=yes ;; ++ hpux*|openbsd*) cl_cv_func_malloc_broken=yes ;; + *) cl_cv_func_malloc_broken=no ;; + esac + else @@ -24255,7 +24255,7 @@ s,@host@,$host,;t t s,@host_cpu@,$host_cpu,;t t s,@host_vendor@,$host_vendor,;t t