Subject: CVS commit: pkgsrc/www/libwww
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 07/15/2002 17:39:22
Module Name:	pkgsrc
Committed By:	fredb
Date:		Mon Jul 15 14:39:21 UTC 2002

Modified Files:
	pkgsrc/www/libwww: Makefile buildlink.mk

Log Message:
Remove the capability to link with static "socks":

1) Linking a shared library against a static "socks{4,5}" library
does not have the desired effect of eliminating the dependency on
"socks" (not as it does for binaries).

2) No package linked against "libwww" seems to actually utilize
"socks".

Also bump the PKGREVISION and buildlink DEPENDS to the current level,
and liberalize the (formal) dependency on "openssl", for the benefit
of pre-NetBSD-1.5 systems. From now on, we can have no more issues
with "openssl" or "socks{4,5}" versions, as only the libwwwssl.*
shared libraries carry a run-time dependency on "openssl", but no
package links against them, and no "libwww" shared libraries can carry
a run-time dependency on any "socks" libraries. [Previous versions, of
course, may have had issues -- see PR 17010, which this is a partial
fix for.]


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/www/libwww/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/www/libwww/buildlink.mk

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