pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Mark as not for bulk building on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f8afb73f67
branches:  trunk
changeset: 542763:27f8afb73f67
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon May 26 22:19:40 2008 +0000

description:
Mark as not for bulk building on SunOS.

diffstat:

 lang/gambc/Makefile  |  5 ++---
 lang/stalin/Makefile |  9 ++-------
 2 files changed, 4 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 6f9ac3641b62 -r 27f8afb73f67 lang/gambc/Makefile
--- a/lang/gambc/Makefile       Mon May 26 22:15:50 2008 +0000
+++ b/lang/gambc/Makefile       Mon May 26 22:19:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/05/26 14:41:07 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/26 22:19:40 tnn Exp $
 #
 
 DISTNAME=      gambc-${GAMBC_DIST_VERSION}
@@ -12,8 +12,7 @@
 COMMENT=       GambitC Scheme System
 
 PKG_DESTDIR_SUPPORT=   user-destdir
-
-NOT_FOR_PLATFORM+=     SunOS-*-*
+NOT_FOR_BULK_PLATFORM+=        SunOS-*-*
 
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
diff -r 6f9ac3641b62 -r 27f8afb73f67 lang/stalin/Makefile
--- a/lang/stalin/Makefile      Mon May 26 22:15:50 2008 +0000
+++ b/lang/stalin/Makefile      Mon May 26 22:19:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/05/26 16:47:21 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2008/05/26 22:19:40 tnn Exp $
 
 DISTNAME=              stalin-0.9
 PKGREVISION=           5
@@ -12,6 +12,7 @@
 
 # Only ported to these 4 archs
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-sparc *-*-alpha *-*-mips
+NOT_FOR_BULK_PLATFORM= SunOS-*-*
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -24,12 +25,6 @@
 .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