summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-26 22:25:25 +0000
committertnn <tnn@pkgsrc.org>2008-05-26 22:25:25 +0000
commit8aa19c3bca415fa0fcb00cfa3c99849a9e7863d4 (patch)
tree74b4acd56f73af9f2a713955b37ad42dc32811ba /net
parentb6f26065d5e08bc9ee30177815d18d88c03a6415 (diff)
downloadpkgsrc-8aa19c3bca415fa0fcb00cfa3c99849a9e7863d4.tar.gz
Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
Diffstat (limited to 'net')
-rw-r--r--net/netsaint-plugin-snmp/Makefile4
-rw-r--r--net/netsaint-plugins/Makefile4
2 files changed, 5 insertions, 3 deletions
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)