summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-09-07 23:55:41 +0000
committerdholland <dholland@pkgsrc.org>2008-09-07 23:55:41 +0000
commit9e878a5029dadea794afbaecedaa2906d0364298 (patch)
treeefac1baf20cb93ec0d06797136e307d6a03dfee8 /lang
parent0bc62e12a4823b28f81649efd4a1b1ec1debbfae (diff)
downloadpkgsrc-9e878a5029dadea794afbaecedaa2906d0364298.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/gwydion-dylan/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile
index 575ff98ab95..e3ea38ea04c 100644
--- a/lang/gwydion-dylan/Makefile
+++ b/lang/gwydion-dylan/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --enable-mindy-bootstrap
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"