pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/utilisp Mark this NOT_FOR_PLATFORM on 64-bit plat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77e59e4f589d
branches:  trunk
changeset: 546425:77e59e4f589d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Aug 31 22:48:12 2008 +0000

description:
Mark this NOT_FOR_PLATFORM on 64-bit platforms; it is severely broken.

diffstat:

 lang/utilisp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 738697a32260 -r 77e59e4f589d lang/utilisp/Makefile
--- a/lang/utilisp/Makefile     Sun Aug 31 21:46:40 2008 +0000
+++ b/lang/utilisp/Makefile     Sun Aug 31 22:48:12 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:57 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2008/08/31 22:48:12 dholland Exp $
 #
 
 DISTNAME=      utilispc-1.13
@@ -10,6 +10,9 @@
 HOMEPAGE=      http://gps.tanaka.ecc.u-tokyo.ac.jp/wadalabfont/pukiwiki.php?%5B%5BUtiLisp%2FC%5D%5D
 COMMENT=       UTI Lisp
 
+# severe 64-bit issues
+NOT_FOR_PLATFORM=      *-*-alpha *-*-sparc64 *-*-x86_64
+
 GNU_CONFIGURE= YES
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index