diff options
author | fredb <fredb@pkgsrc.org> | 2002-04-20 18:46:06 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-04-20 18:46:06 +0000 |
commit | 0cab25b6054cd2da3cbd2eaed842c72f8c19f403 (patch) | |
tree | ba8bbcadc84aa7aa9c8235bf1808ffb47d71a30c /net/netsaint-plugin-snmp | |
parent | 3ded6aa067de8eec9da55271fb850ddd544ed4cc (diff) | |
download | pkgsrc-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.''
Diffstat (limited to 'net/netsaint-plugin-snmp')
-rw-r--r-- | net/netsaint-plugin-snmp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |