pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII One of the configure tests goes i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcdd99efbd86
branches:  trunk
changeset: 491689:fcdd99efbd86
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Mar 27 21:25:43 2005 +0000

description:
One of the configure tests goes into an infinite loop when trying to
build on Darwin.  Mark package as not for Darwin for now.

diffstat:

 emulators/BasiliskII/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1061f7c177c6 -r fcdd99efbd86 emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile     Sun Mar 27 21:23:27 2005 +0000
+++ b/emulators/BasiliskII/Makefile     Sun Mar 27 21:25:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/11/29 01:03:03 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/03/27 21:25:43 kristerw Exp $
 
 DISTNAME=      BasiliskII_src_14032003
 PKGNAME=       BasiliskII-1.0.20030314
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://gwenole.beauchesne.online.fr/basilisk2/
 COMMENT=       Open Source 68k Macintosh emulator
 
+NOT_FOR_PLATFORM+=     Darwin-*-*
+
 WRKSRC=                ${WRKDIR}/BasiliskII-1.0/src/Unix
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index