Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2001 15:33:54
Module Name:	pkgsrc
Committed By:	fredb
Date:		Fri Apr 20 12:33:54 UTC 2001

Modified Files:
	pkgsrc/www/libwww: Makefile distinfo
	pkgsrc/www/libwww/patches: patch-aa patch-ab patch-ae
Added Files:
	pkgsrc/www/libwww/patches: patch-ac patch-ad patch-af patch-ag patch-ah
	    patch-ai

Log Message:
Rely on the fact that shared libraries can encode run-time dependencies
on other libraries, on both ELF and (NetBSD/)a.out, to make
libwwwssl.so.?.? depend on the correct openssl shared libraries, as
determined by the setting of ${SSLBASE} in bsd.pkg.mk. This closes PR
pkg/12570, and has the additional advantage that programs that _do_ _not_
need to link in "-lwwwssl" won't get "-lssl" or "-lcrypto" at all.

Also, make"w3c" and "www" build again with USE_SOCKS=4.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/www/libwww/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/libwww/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/www/libwww/patches/patch-aa \
    pkgsrc/www/libwww/patches/patch-ae
cvs rdiff -r1.8 -r1.9 pkgsrc/www/libwww/patches/patch-ab
cvs rdiff -r0 -r1.7 pkgsrc/www/libwww/patches/patch-ac
cvs rdiff -r0 -r1.3 pkgsrc/www/libwww/patches/patch-ad
cvs rdiff -r0 -r1.1 pkgsrc/www/libwww/patches/patch-af \
    pkgsrc/www/libwww/patches/patch-ag pkgsrc/www/libwww/patches/patch-ah \
    pkgsrc/www/libwww/patches/patch-ai

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