2013-10-31 18:44:40 +00:00
|
|
|
$FreeBSD$
|
2005-05-11 03:50:50 +00:00
|
|
|
|
2017-01-04 09:30:47 +00:00
|
|
|
Original distribution from http://zlib.net/. Currently, only trivial
|
|
|
|
changes were made to support build of libstand and to suppress certain
|
|
|
|
compiler warnings, we upstream our local changes whenever they would
|
|
|
|
benefit other consumers.
|
2005-05-11 03:50:50 +00:00
|
|
|
|
|
|
|
To Update:
|
|
|
|
1) Unpack vendor sources into a clean directory.
|
2017-01-04 09:30:47 +00:00
|
|
|
2) Import onto the vendor area.
|
2019-05-08 08:43:15 +00:00
|
|
|
3) Merge the vendor tree to sys/contrib/zlib, which contains a stripped down
|
2017-01-04 09:30:47 +00:00
|
|
|
version of upstream source, resolve any conflicts.
|
|
|
|
4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
|
|
|
|
have the required changes. Test universe and commit them.
|
2005-05-11 03:50:50 +00:00
|
|
|
|
2017-01-04 09:30:47 +00:00
|
|
|
delphij@FreeBSD.org
|