pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono This package goes into an infinite loop when...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9a588b1bfe
branches:  trunk
changeset: 487482:dd9a588b1bfe
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jan 14 23:40:16 2005 +0000

description:
This package goes into an infinite loop when installing on NetBSD amd64
because of LP64 problems.

Mark it as NOT_FOR_PLATFORM for LP64 architectures.

diffstat:

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

diffs (19 lines):

diff -r c5233e67a449 -r dd9a588b1bfe lang/mono/Makefile
--- a/lang/mono/Makefile        Fri Jan 14 23:37:56 2005 +0000
+++ b/lang/mono/Makefile        Fri Jan 14 23:40:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/11/22 13:42:42 adam Exp $
+# $NetBSD: Makefile,v 1.32 2005/01/14 23:40:16 kristerw Exp $
 
 DISTNAME=      mono-1.0.4
 CATEGORIES=    lang
@@ -17,6 +17,9 @@
 NOT_FOR_PLATFORM+=     NetBSD-1.6-* NetBSD-1.6.*-*
 NOT_FOR_PLATFORM+=     NetBSD-1.6[A-Z]-* NetBSD-1.6Z[AB]-*
 
+# LP64 problems
+NOT_FOR_PLATFORM+=     *-*-alpha *-*-sparc64 *-*-x86_64
+
 USE_GNU_TOOLS+=                make yacc
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes



Home | Main Index | Thread Index | Old Index