Subject: CVS commit: pkgsrc/net
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2002 21:46:09
Module Name:	pkgsrc
Committed By:	fredb
Date:		Sat Apr 20 18:46:08 UTC 2002

Modified Files:
	pkgsrc/net/ethereal: Makefile
	pkgsrc/net/gkrellm-snmp: Makefile
	pkgsrc/net/netsaint-plugin-snmp: Makefile
	pkgsrc/net/p5-SNMP: Makefile
	pkgsrc/net/php3-snmp: Makefile
	pkgsrc/net/sdig: Makefile
	pkgsrc/net/ucd-snmp: buildlink.mk

Log Message:
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.''


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/net/ethereal/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/gkrellm-snmp/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/net/netsaint-plugin-snmp/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/net/p5-SNMP/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/php3-snmp/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/sdig/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/net/ucd-snmp/buildlink.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.