summaryrefslogtreecommitdiff
path: root/lang/gwydion-dylan
diff options
context:
space:
mode:
authordholland <dholland>2008-09-07 23:55:41 +0000
committerdholland <dholland>2008-09-07 23:55:41 +0000
commitc3b0a7bee512586d2ed9bcd43d12418dcaddce7c (patch)
treeefac1baf20cb93ec0d06797136e307d6a03dfee8 /lang/gwydion-dylan
parentda9235a4c9779c5818004594be50481aad08c45a (diff)
downloadpkgsrc-c3b0a7bee512586d2ed9bcd43d12418dcaddce7c.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/gwydion-dylan')
-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"