Subject: CVS commit: pkgsrc/devel/zlib
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2004 23:11:19
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Jan 19 23:11:19 UTC 2004

Modified Files:
	pkgsrc/devel/zlib: buildlink2.mk buildlink3.mk

Log Message:
Fix brokenness introduced as part of the update of zlib to 1.2.1.  The
updated package update bumped the zlib shared lib major, which required
that BUILDLINK_DEPENDS.zlib be bumped as well.  Rather then requiring
zlib>=1.2.1 for packages that can use the built-in zlib on *BSD systems,
allow those built-in versions to satisfy zlib>=1.1.4nb1 dependencies,
and only require the latest version if no suitable zlib is found.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/zlib/buildlink2.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/zlib/buildlink3.mk

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