pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gwydion-dylan Add a comment warning that this pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/621c7b5e92cb
branches:  trunk
changeset: 546793:621c7b5e92cb
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 07 23:55:41 2008 +0000

description:
Add a comment warning that this package can cause bulk builds to hang.
(I tried patching it for amd64 yesterday; it chunks along for a good
while and then drops into its debugger. So it's important that
ONLY_FOR_PLATFORM be set conservatively.)

diffstat:

 lang/gwydion-dylan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e0533ccf44ec -r 621c7b5e92cb lang/gwydion-dylan/Makefile
--- a/lang/gwydion-dylan/Makefile       Sun Sep 07 23:55:36 2008 +0000
+++ b/lang/gwydion-dylan/Makefile       Sun Sep 07 23:55:41 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/11/05 07:14:51 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2008/09/07 23:55:41 dholland Exp $
 #
 
 DISTNAME=              gwydion-dylan-${DYLAN_VERSION}
@@ -24,6 +24,8 @@
 DYLAN_VERSION=         2.4.0
 
 # other architecture changes will be gratefully received
+# (but note: don't enable platforms you haven't explicitly tested, as
+# they are liable to hang in the mindy debugger and hose bulk builds.)
 ONLY_FOR_PLATFORM=     NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index