]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libz/FREEBSD-upgrade
MFC r347990:
[FreeBSD/stable/10.git] / lib / libz / FREEBSD-upgrade
1 $FreeBSD: head/lib/libz/FREEBSD-upgrade 146082 2005-05-11 03:50:50Z kientzle $
2
3 Original distribution from http://zlib.net/.  Currently, only trivial
4 changes were made to support build of libstand and to suppress certain
5 compiler warnings, we upstream our local changes whenever they would
6 benefit other consumers.
7
8 To Update:
9   1) Unpack vendor sources into a clean directory.
10   2) Import onto the vendor area.
11   3) Merge the vendor tree to contrib/zlib, which contains a stripped down
12      version of upstream source, resolve any conflicts.
13   4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
14      have the required changes.  Test universe and commit them.
15
16 delphij@FreeBSD.org