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