summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-04-20 18:46:06 +0000
committerfredb <fredb@pkgsrc.org>2002-04-20 18:46:06 +0000
commit0cab25b6054cd2da3cbd2eaed842c72f8c19f403 (patch)
treeba8bbcadc84aa7aa9c8235bf1808ffb47d71a30c
parent3ded6aa067de8eec9da55271fb850ddd544ed4cc (diff)
downloadpkgsrc-0cab25b6054cd2da3cbd2eaed842c72f8c19f403.tar.gz
In ucd-snmp's shared libraries, the SONAME is the filename, which contains
the version of ucd-snmp. Therefore, adjust the wildcard dependencies in dependents to match exactly (barring "nb" version changes), and bump the dependent's "nb" versions to reflect the change in dependencies. Otherwise, an "ethereal" binary package (for example) built against ucd-snmp-4.2.4 will happily install against ucd-snmp-4.2.3nb1, but will fail at run-time with, ``shared object "libucdsnmp-0.4.2.3.so" not found.''
-rw-r--r--net/ethereal/Makefile3
-rw-r--r--net/gkrellm-snmp/Makefile6
-rw-r--r--net/netsaint-plugin-snmp/Makefile5
-rw-r--r--net/p5-SNMP/Makefile5
-rw-r--r--net/php3-snmp/Makefile6
-rw-r--r--net/sdig/Makefile5
-rw-r--r--net/ucd-snmp/buildlink.mk4
7 files changed, 19 insertions, 15 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index d2942e559c3..2d91b5fe570 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2002/04/05 07:53:13 tron Exp $
+# $NetBSD: Makefile,v 1.59 2002/04/20 18:46:08 fredb Exp $
DISTNAME= ethereal-0.9.3
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
ftp://ftp.sunet.se/pub/network/monitoring/ethereal/
diff --git a/net/gkrellm-snmp/Makefile b/net/gkrellm-snmp/Makefile
index 3fb4ac90ea9..f5f5fee0a93 100644
--- a/net/gkrellm-snmp/Makefile
+++ b/net/gkrellm-snmp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:28 fredb Exp $
+# $NetBSD: Makefile,v 1.4 2002/04/20 18:46:07 fredb Exp $
DISTNAME= gkrellm_snmp-0.18
PKGNAME= gkrellm-snmp-0.18
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net sysutils
MASTER_SITES= http://triq.net/gkrellm/
@@ -11,7 +11,7 @@ HOMEPAGE= http://triq.net/gkrellm.html
COMMENT= simple snmp monitor for gkrellm
DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
-DEPENDS+= ucd-snmp>=4.1.0:../../net/ucd-snmp
+DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
USE_GMAKE= #defined
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index bc0eb360781..4170865662c 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2002/03/25 13:01:10 rh Exp $
+# $NetBSD: Makefile,v 1.8 2002/04/20 18:46:07 fredb Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
PKGNAME= netsaint-plugin-snmp-1.2.9.4
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
@@ -13,7 +14,7 @@ COMMENT= SNMP monitoring plug-in for netsaint
DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= automake>=1.4.5:../../devel/automake
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
-DEPENDS+= ucd-snmp-[0-9]*:../../net/ucd-snmp
+DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
.include "../../net/netsaint-base/Makefile.common"
diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile
index b12d9b9f9d1..21267b53a62 100644
--- a/net/p5-SNMP/Makefile
+++ b/net/p5-SNMP/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2001/10/18 15:20:32 veego Exp $
+# $NetBSD: Makefile,v 1.12 2002/04/20 18:46:07 fredb Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp
#
DISTNAME= SNMP-3.1.0
PKGNAME= p5-SNMP-3.1.0
+PKGREVISION= 1
SVR4_PKGNAME= p5snm
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
@@ -11,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl5 module for interfacing to the UCD SNMP library
-DEPENDS= ucd-snmp>=4.1.0:../../net/ucd-snmp
+DEPENDS= ucd-snmp-4.2.4*:../../net/ucd-snmp
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP/.packlist
diff --git a/net/php3-snmp/Makefile b/net/php3-snmp/Makefile
index 9fbb1ea5672..44a55f0c470 100644
--- a/net/php3-snmp/Makefile
+++ b/net/php3-snmp/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 13:08:17 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/20 18:46:08 fredb Exp $
MODNAME= snmp
CATEGORIES+= net
-PKGREVISION= # empty
+PKGREVISION= 1
COMMENT= PHP3 extension for SNMP database access
.include "../../www/php3/Makefile.module"
-DEPENDS+= ucd-snmp-[0-9]*:../../net/ucd-snmp
+DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
CONFIGURE_ARGS+= --with-snmp=${LOCALBASE}
MOD_CPPFLAGS+= -I${LOCALBASE}/include/ucd-snmp
diff --git a/net/sdig/Makefile b/net/sdig/Makefile
index 6a4822c2837..b1afa97e026 100644
--- a/net/sdig/Makefile
+++ b/net/sdig/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/10 14:06:31 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/20 18:46:08 fredb Exp $
DISTNAME= sdig-0.11
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.exploits.org/sdig/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mactable.gz
@@ -9,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.exploits.org/sdig/
COMMENT= Switch Digger finds port assignment for hosts on a switched Ethernet
-DEPENDS= ucd-snmp>=4.1.2:../../net/ucd-snmp
+DEPENDS= ucd-snmp>=4.2.4*:../../net/ucd-snmp
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/net/ucd-snmp/buildlink.mk b/net/ucd-snmp/buildlink.mk
index 9f334ce0e18..d2198bbbc28 100644
--- a/net/ucd-snmp/buildlink.mk
+++ b/net/ucd-snmp/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.1 2002/02/17 21:09:35 tron Exp $
+# $NetBSD: buildlink.mk,v 1.2 2002/04/20 18:46:06 fredb Exp $
#
# This Makefile fragment is included by packages that use libraries from
# ucd-snmp.
@@ -18,7 +18,7 @@ UCD_SNMP_BUILDLINK_MK= # defined
.include "../../mk/bsd.buildlink.mk"
-BUILDLINK_DEPENDS.ucd-snmp?= ucd-snmp>=4.2.3nb1
+BUILDLINK_DEPENDS.ucd-snmp?= ucd-snmp-4.2.4*
DEPENDS+= ${BUILDLINK_DEPENDS.ucd-snmp}:../../net/ucd-snmp
EVAL_PREFIX+= BUILDLINK_PREFIX.ucd-snmp=ucd-snmp