diff options
author | dholland <dholland> | 2008-09-07 23:55:41 +0000 |
---|---|---|
committer | dholland <dholland> | 2008-09-07 23:55:41 +0000 |
commit | 5606ace4aa95fefe2bb498d81f6b9f5eb8b275fd (patch) | |
tree | efac1baf20cb93ec0d06797136e307d6a03dfee8 /lang/gwydion-dylan | |
parent | 4735116f799f2cff9f4edd1c10d1f38ca60177bd (diff) | |
download | pkgsrc-5606ace4aa95fefe2bb498d81f6b9f5eb8b275fd.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/Makefile | 4 |
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" |