diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-26 22:25:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-26 22:25:25 +0000 |
commit | 8aa19c3bca415fa0fcb00cfa3c99849a9e7863d4 (patch) | |
tree | 74b4acd56f73af9f2a713955b37ad42dc32811ba | |
parent | b6f26065d5e08bc9ee30177815d18d88c03a6415 (diff) | |
download | pkgsrc-8aa19c3bca415fa0fcb00cfa3c99849a9e7863d4.tar.gz |
Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
-rw-r--r-- | devel/ldapsdk/Makefile | 3 | ||||
-rw-r--r-- | emulators/xm7/Makefile | 3 | ||||
-rw-r--r-- | math/lapack/Makefile | 3 | ||||
-rw-r--r-- | net/netsaint-plugin-snmp/Makefile | 4 | ||||
-rw-r--r-- | net/netsaint-plugins/Makefile | 4 |
5 files changed, 11 insertions, 6 deletions
diff --git a/devel/ldapsdk/Makefile b/devel/ldapsdk/Makefile index bb42c982736..a84e70340c4 100644 --- a/devel/ldapsdk/Makefile +++ b/devel/ldapsdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/03/03 17:45:35 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2008/05/26 22:25:25 tnn Exp $ DISTNAME= ldapsdk_12311998 PKGNAME= ${DISTNAME:S/_/-/} @@ -13,6 +13,7 @@ COMMENT= LDAP C-SDK from the Mozilla project CONFLICTS+= openldap-client-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= Linux-*-* WRKSRC= ${WRKDIR}/mozilla USE_TOOLS+= gmake perl diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 1dfa361c84a..782ba3e2cd3 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/03/03 19:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2008/05/26 22:25:25 tnn Exp $ # DISTNAME= xm71010s @@ -15,6 +15,7 @@ COMMENT= X11-based FM-7 emulator BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= Linux-*-* RESTRICTED= source archive is not redistributable LICENSE= no-commercial-use diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 737ac086af1..23f22c4245c 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2008/05/26 22:25:25 tnn Exp $ DISTNAME= lapack-lite-3.1.1 PKGNAME= lapack-3.1.1 @@ -14,6 +14,7 @@ COMMENT= Linear Algebra PACKage PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= Linux-*-* USE_LANGUAGES= c fortran USE_LIBTOOL= YES diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile index 1b38bbede56..754b7570c4f 100644 --- a/net/netsaint-plugin-snmp/Makefile +++ b/net/netsaint-plugin-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:11 obache Exp $ +# $NetBSD: Makefile,v 1.18 2008/05/26 22:25:25 tnn Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -16,6 +16,8 @@ DEPENDS+= net-snmp>=5.0.9:../../net/net-snmp .include "../../net/netsaint-base/Makefile.common" +NOT_FOR_BULK_PLATFORM= Linux-*-* + BUILD_TARGET= check_snmp check_hpjd INSTALLATION_DIRS= libexec/netsaint diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 55b5e10427b..6bcebc529e5 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2008/05/26 22:25:25 tnn Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://netsaintplug.sourceforge.net/ COMMENT= NetSaint plugins -BROKEN_IN= pkgsrc-2006Q4 +NOT_FOR_BULK_PLATFORM= Linux-*-* DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base .if !exists(/usr/bin/ssh) |