Subject: CVS commit: pkgsrc/www/libwww
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 02/29/2004 11:49:55
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Feb 29 11:49:55 UTC 2004

Modified Files:
	pkgsrc/www/libwww: Makefile buildlink2.mk distinfo
	pkgsrc/www/libwww/patches: patch-am

Log Message:
Some shells don't like:

if test -x /bin/true; then
else

so replace with:

if test -x /bin/true; then
  :
else

From Roland Illig in a posting to "tech-pkg"

Also add missing openssl/buildlink2.mk to buildlink2.mk.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 pkgsrc/www/libwww/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/www/libwww/buildlink2.mk
cvs rdiff -r1.17 -r1.18 pkgsrc/www/libwww/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/www/libwww/patches/patch-am

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