pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/kali Mark this not available on sparc64 and x86_6...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4765a5fa1f81
branches: trunk
changeset: 546700:4765a5fa1f81
user: dholland <dholland%pkgsrc.org@localhost>
date: Sat Sep 06 22:37:04 2008 +0000
description:
Mark this not available on sparc64 and x86_64 as well as alpha; it is
thoroughly 32-bit only.
It *might* work if someone rebuilt the boostrap files with a suitable
Scheme compiler capable of generating 64-bit-clean C code. But someone
who knows Scheme better than I do will have to figure that out.
diffstat:
lang/kali/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5eab57589d3f -r 4765a5fa1f81 lang/kali/Makefile
--- a/lang/kali/Makefile Sat Sep 06 21:39:52 2008 +0000
+++ b/lang/kali/Makefile Sat Sep 06 22:37:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:25 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/06 22:37:04 dholland Exp $
DISTNAME= kali-0.47
CATEGORIES= lang
@@ -12,6 +12,7 @@
BUILD_TARGET= # empty
INSTALLATION_DIRS= bin include lib
-NOT_FOR_PLATFORM= *-*-alpha
+# Thoroughly broken on 64-bit architectures.
+NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index