pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sbcl Relax unnecessarily strict restrictions, SBC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/958a49147e41
branches:  trunk
changeset: 398639:958a49147e41
user:      asau <asau%pkgsrc.org@localhost>
date:      Sat Sep 05 12:38:56 2009 +0000

description:
Relax unnecessarily strict restrictions, SBCL should be portable enough.
If this uncovers bugs, those should be fixed, don't mask them.

diffstat:

 lang/sbcl/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 0ed5af11f641 -r 958a49147e41 lang/sbcl/Makefile
--- a/lang/sbcl/Makefile        Sat Sep 05 10:05:19 2009 +0000
+++ b/lang/sbcl/Makefile        Sat Sep 05 12:38:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/08/19 13:03:30 asau Exp $
+# $NetBSD: Makefile,v 1.20 2009/09/05 12:38:56 asau Exp $
 
 DISTNAME=              ${PKGNAME_NOREV}-source
 PKGNAME=               sbcl-1.0.30
@@ -10,15 +10,6 @@
 HOMEPAGE=              http://www.sbcl.org/
 COMMENT=               SBCL, a Common Lisp implementation
 
-ONLY_FOR_PLATFORM=     NetBSD-[2-9]*-i386
-ONLY_FOR_PLATFORM+=    FreeBSD-[2-9]*-i386
-ONLY_FOR_PLATFORM+=    Linux-*-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.
-# In addition, SBCL should also work on Darwin, Solaris, OpenBSD,
-# and possibly Win32, OSF/1, HP-UX, and Irix.
-
 # SBCL creates a new release with minor updates and fixes every
 # month.  The maintainer of this package does not have the time
 # to build, test, update, etc. this package that often.  If you



Home | Main Index | Thread Index | Old Index