summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2015-01-04 08:28:48 +0000
committerdholland <dholland>2015-01-04 08:28:48 +0000
commit9c5a1f2869233ddb0c387d11017cfbf51dec89ed (patch)
treeb0b2b4b229b983173c0ba26621b228f745b3b7cd
parent5f9d1d5dfa24c312a49db5d4fbf8722c3ad0fab8 (diff)
downloadpkgsrc-9c5a1f2869233ddb0c387d11017cfbf51dec89ed.tar.gz
Use BROKEN_EXCEPT_ON_PLATFORM for this package.
It has the unfortunate property that wrong configs seem to tend to drop to the debugger while building, which hangs bulk builds and needs to be masked. However, mucking with configurations isn't all that difficult provided you can test them, and many that could be added will probably just work.
-rw-r--r--lang/gwydion-dylan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile
index f48dff678c9..47d8773e96c 100644
--- a/lang/gwydion-dylan/Makefile
+++ b/lang/gwydion-dylan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/01/04 07:50:39 dholland Exp $
+# $NetBSD: Makefile,v 1.19 2015/01/04 08:28:48 dholland Exp $
#
DISTNAME= gwydion-dylan-${DYLAN_VERSION}
@@ -26,7 +26,7 @@ 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
+BROKEN_EXCEPT_ON_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
.include "../../mk/bsd.prefs.mk"