pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/37304 CVS commit: pkgsrc/lang/clisp



The following reply was made to PR pkg/37304; it has been noted by GNATS.

From: Matthias Drochner <drochner%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: PR/37304 CVS commit: pkgsrc/lang/clisp
Date: Fri, 23 Nov 2007 21:59:44 +0000 (UTC)

 Module Name:   pkgsrc
 Committed By:  drochner
 Date:          Fri Nov 23 21:59:44 UTC 2007
 
 Modified Files:
        pkgsrc/lang/clisp: Makefile
 
 Log Message:
 Make it build on NetBSD-current again: use a private malloc implementation
 to avoid jemalloc. The simple allocator used by clisp in the NetBSD
 case appears to use some assumptions, like allocations below sbrk(), which
 don't hold with jemalloc. We might switch to another allocator later,
 but as the code looks this needs more work and testing.
 From Aleksej Saushev per PR pkg/37381; the patch is attributed to
 Arnaud Degroote.
 Should also fix PR pkg/37304 from Yakovetsky Vladimir.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.64 -r1.65 pkgsrc/lang/clisp/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index