diff options
author | jonb <jonb@pkgsrc.org> | 2007-03-06 05:40:33 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2007-03-06 05:40:33 +0000 |
commit | 5bc99196f7f2cdc4d1fd66c22c6b87aec9849a29 (patch) | |
tree | 14f3a7888139fb57a55226c132a2ff0c62919ddb /lang/sbcl/Makefile | |
parent | 9fc5fdd1be8110622f32e74f10518928dd2010d7 (diff) | |
download | pkgsrc-5bc99196f7f2cdc4d1fd66c22c6b87aec9849a29.tar.gz |
Update SBCL to 1.0.3...
New version has NetBSD/powerpc support (although I haven't adjusted
the Makefile due to lack of test machines) and now builds the
sb-posix package properly.
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 30689efdc90..cf838ea8056 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/01/31 00:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/06 05:40:33 jonb Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.0.1 +PKGNAME= sbcl-1.0.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 @@ -10,8 +10,6 @@ MAINTAINER= jonb@NetBSD.org HOMEPAGE= http://www.sbcl.org/ COMMENT= SBCL, a Common Lisp implementation -BROKEN_IN= pkgsrc-2006Q4 - 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 |