pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clisp Mark as not-for-sparc64, and add link to so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e896f3a39b8e
branches:  trunk
changeset: 509869:e896f3a39b8e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 16 22:17:04 2006 +0000

description:
Mark as not-for-sparc64, and add link to sourceforge bug id.

diffstat:

 lang/clisp/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a6a9d274ffce -r e896f3a39b8e lang/clisp/Makefile
--- a/lang/clisp/Makefile       Thu Mar 16 22:03:34 2006 +0000
+++ b/lang/clisp/Makefile       Thu Mar 16 22:17:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/03/14 07:17:23 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2006/03/16 22:17:04 wiz Exp $
 
 DISTNAME=      clisp-2.38
 CATEGORIES=    lang
@@ -10,7 +10,10 @@
 COMMENT=       CLISP, a Common Lisp implementation
 
 # XXX: uncomment if still true (commented out during update to 2.38)
-#NOT_FOR_PLATFORM=     *-*-alpha *-*-sparc64 *-*-x86_64        # severe LP64 problems
+#NOT_FOR_PLATFORM=     *-*-alpha *-*-x86_64    # severe LP64 problems
+# Sparc64 has assembler code problems, see
+# http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355
+NOT_FOR_PLATFORM=      *-*-sparc64
 
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index