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/p5-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/p5-SNMP')
-rw-r--r-- | net/p5-SNMP/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |