pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/stalin Mark as broken if using sunpro (hangs bulk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2f65ae4e897
branches:  trunk
changeset: 542752:d2f65ae4e897
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon May 26 16:47:21 2008 +0000

description:
Mark as broken if using sunpro (hangs bulk build)

diffstat:

 lang/stalin/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 2ab317c63617 -r d2f65ae4e897 lang/stalin/Makefile
--- a/lang/stalin/Makefile      Mon May 26 14:51:56 2008 +0000
+++ b/lang/stalin/Makefile      Mon May 26 16:47:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/03/04 16:38:13 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2008/05/26 16:47:21 tnn Exp $
 
 DISTNAME=              stalin-0.9
 PKGREVISION=           5
@@ -24,6 +24,12 @@
 .endif
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.boehm-gc}/include/gc
 
+.include "../../mk/compiler.mk"
+
+.if !empty(PKGSRC_COMPILER:Msunpro)
+BROKEN=                        Sorry, sunpro isn't supported for this package.
+.endif
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 post-patch:



Home | Main Index | Thread Index | Old Index