pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sbcl NetBSD 1.6 is not supported, as it does not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad8dfb02c8f
branches:  trunk
changeset: 497675:1ad8dfb02c8f
user:      jonb <jonb%pkgsrc.org@localhost>
date:      Tue Aug 02 05:22:05 2005 +0000

description:
NetBSD 1.6 is not supported, as it does not pass enough information
to signal handlers to allow the garbage collection system to work.

diffstat:

 lang/sbcl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7baee3230250 -r 1ad8dfb02c8f lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Tue Aug 02 05:12:12 2005 +0000
+++ b/lang/sbcl/Makefile        Tue Aug 02 05:22:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/07/22 02:38:13 jonb Exp $
+# $NetBSD: Makefile,v 1.3 2005/08/02 05:22:05 jonb Exp $
 
 DISTNAME=              ${PKGNAME}-source
 PKGNAME=               sbcl-0.9.1
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.sbcl.org/
 COMMENT=               SBCL, a Common Lisp implementation
 
-ONLY_FOR_PLATFORM=     NetBSD-*-i386
+ONLY_FOR_PLATFORM=     NetBSD-[2-9]*-i386
 # It should be possible to have SBCL working on amd64, powerpc,
 # sparc, alpha, mips, and HPPA hardware also, but they probably
 # need a bit of porting work done in SBCL itself.



Home | Main Index | Thread Index | Old Index