History log of /freebsd-current/lib/libz/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# e3e9c205 15-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGS

This was part of a libkse and libpthread transition aide when libc
gained symbol versions in e62165c8b0f7d6452c0033127a0fd8ad1d9e34d3
(March 2006). The code that cared about this macro was removed in
commit 00fb440c1a145b56b6c75fd405d80071aef2aab1 (May 2007) when symbol
versioning was enabled by default and libthr became the default
threading library. For unknown reasons, it stayed in libc (which
seemingly never used it) and seems to have been copied to liblzma and
libz.

Reviewed by: imp, kib, emaste
Differential Revision: https://reviews.freebsd.org/D42613


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 14b57ade 24-Apr-2023 John Baldwin <jhb@FreeBSD.org>

zlib: Silence -Wstrict-prototype warnings.

Presumably upstream will fix this eventually.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D39724


# 010795fc 19-Apr-2023 John Baldwin <jhb@FreeBSD.org>

libz: Move NO_WDEPRECATED_NON_PROTOTYPE below include of bsd.lib.mk.

Also add it to CWARNFLAGS rather than CFLAGS.


# de0009f0 16-Mar-2023 Mateusz Guzik <mjg@FreeBSD.org>

libz: silence K&R warns

Sponsored by: Rubicon Communications, LLC ("Netgate")


# ac175bd3 11-Aug-2022 Alex Richardson <arichardson@FreeBSD.org>

Install working pkgconfig .pc files for compat libraries

The default ones are install them to /usr/libdata/pkgconfig, and we can't
use this path for compat libraries, so we use /usr/lib<suffix>/pkgconfigi here.

Test Plan: grep -rn libdir= ./usr/lib32/pkgconfig/*.pc
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D34939


# cd882207 31-Mar-2022 Xin LI <delphij@FreeBSD.org>

MFV c144cc54795d: zlib 1.2.12.

MFC after: 3 days
Relnotes: yes


# 8d5d3295 06-Dec-2021 Jessica Clarke <jrtc27@FreeBSD.org>

Bootstrap libz when cross-building from non-FreeBSD

This is needed now libdwarf depends on libz.

Fixes: dbf05458e3bd ("libdwarf: Support consumption of compressed ELF sections")
MFC after: 1 week

# 500f4659 16-Mar-2021 Emmanuel Vadot <manu@FreeBSD.org>

Convert libs with pc files to use PCFILES

Now the .pc ends up in the correct package (-dev)

Reviewed by: bapt, emaste
Differential Revision: https://reviews.freebsd.org/D29172
MFC after: 2 weeks

# 16ade779 11-May-2020 Xin LI <delphij@FreeBSD.org>

Generate zlib.pc from source.

Reviewed by: bapt
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D24806

# a1d53587 17-Oct-2019 Brooks Davis <brooks@FreeBSD.org>

Remove obsolete, non-use of CLANG_NO_IAS.

CLANG_NO_IAS was removed in r351661.

# a7b5a3d48 05-Sep-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put a lot of binaries and lib in FreeBSD-runtime

All of them are needed to be able to boot to single user and be able
to repair a existing FreeBSD installation so put them directly into
FreeBSD-runtime.

Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21503

# c9083b85 08-May-2019 Xin LI <delphij@FreeBSD.org>

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
This is a prerequisite of unifying kernel zlib instances.

Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D20191

# 8e2a46c8 06-Dec-2018 Mark Johnston <markj@FreeBSD.org>

Add zdopen(3) to complement zopen(3).

zdopen() can be used in capability mode. Update zopen.3 accordingly
and fix some grammar nits while I'm here.

Reviewed by: delphij
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18456

# 3b293398 08-Apr-2017 Alexander Kabaev <kan@FreeBSD.org>

Add missing double quote to fix r316635 commit.

# 7250d89e 08-Apr-2017 Xin LI <delphij@FreeBSD.org>

Enable 16-bit longest_match for x86.

This gives a ~2% improvement in compression tests.

MFC after: 2 weeks

# e16f0839 04-Jan-2017 Xin LI <delphij@FreeBSD.org>

Restructure libz, place vendor files in contrib/zlib like other third
party software, this provides more standarized import workflow and
makes future upgrades easier.

The following files are new with this commit:

zconf.h.in
zlib.map
zlib.pc.in

They are not connected to build, but were kept in tree for reference
for future maintenance.

All our local trivial changes were applied to contrib/zlib, and the
contrib/zlib vendor source code is intended to 100% match lib/libz
before this commit.

MFC after: 2 weeks


# d6084013 04-Apr-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 59f6130d 25-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.

Sponsored by: EMC / Isilon Storage Division

# a70cba95 04-Feb-2016 Glen Barber <gjb@FreeBSD.org>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation

# 43fa36d5 03-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled
by the LIBRARIES_ONLY mechanism protecting FILES.

Sponsored by: EMC / Isilon Storage Division

# de0e3997 18-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Replace beforeinstall: handling with FILES.

This actually fixes some cases to respect LIBRARIES_ONLY.

Sponsored by: EMC / Isilon Storage Division

# 18b2ee82 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Revert r284417 it is not necessary anymore

# 4232f826 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Enforce overwritting SHLIBDIR

Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading
bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.

This makes /lib being populated again.

Reported by: many

# 89ca4e2d 27-Oct-2014 John-Mark Gurney <jmg@FreeBSD.org>

only install .pc files when we are not installing 32bit compat libs...

This fixes the problem of installing the .pc files multiple times...

# 28dfa008 11-Jun-2014 Xin LI <delphij@FreeBSD.org>

Fix path for zlib examples, this have no runtime effect and was
overlooked when I was doing zlib update.

MFC after: 2 weeks

# a021956c 11-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Add a zlib pkg-config file (more and more ports requires it)

Approved by: delphij
MFC after: 1 week

# 41de1082 05-Mar-2014 Xin LI <delphij@FreeBSD.org>

Add a manual page for zopen(3) provided by our libz.so.

# ce086c79 31-Oct-2013 Ed Maste <emaste@FreeBSD.org>

Fix up FreeBSD tag for files not from a vendor branch

Unexpand the tag, remove the fbsd:nokeywords property and add the
svn:keywords property. This should eliminate the gratuituous diffs
that appear on these files in projects branches.

Sponsored by: The FreeBSD Foundation

# a2953f76 21-Jun-2012 Xin LI <delphij@FreeBSD.org>

MFV: Update zlib to 1.2.7.

(x86 assembler optimization disabled for now because it
requires the new .cfi_* directives that is not supported
by base system binutils).

MFC after: 1 week


# 07b202a8 28-Feb-2012 Dimitry Andric <dim@FreeBSD.org>

Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
get rid of testing explicitly for clang (using ${CC:T:Mclang}) in
individual Makefiles.

Instead, use the following extra macros, for use with clang:
- NO_WERROR.clang (disables -Werror)
- NO_WCAST_ALIGN.clang (disables -Wcast-align)
- NO_WFORMAT.clang (disables -Wformat and friends)
- CLANG_NO_IAS (disables integrated assembler)
- CLANG_OPT_SMALL (adds flags for extra small size optimizations)

As a side effect, this enables setting CC/CXX/CPP in src.conf instead of
make.conf! For clang, use the following:

CC=clang
CXX=clang++
CPP=clang-cpp

MFC after: 2 weeks

# 54257e2c 18-Jul-2011 Xin LI <delphij@FreeBSD.org>

Disable gvmat64.S, the assembler version of longest_match for now.

PR: kern/154073
MFC after: 3 days
Approved by: re (kib)

# 2754fe60 20-Feb-2011 Dimitry Andric <dim@FreeBSD.org>

Upgrade our copy of llvm/clang to r126079, from upstream's trunk.

This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.


# 152e60f2 15-Feb-2011 Dimitry Andric <dim@FreeBSD.org>

Fix some leftover binaries and shared libraries in the system that still
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:

RWX --- --- /lib/libcrypto.so.6
RWX --- --- /lib/libmd.so.5
RWX --- --- /lib/libz.so.6
RWX --- --- /lib/libzpool.so.2
RWX --- --- /usr/lib/liblzma.so.5

These were found using scanelf, from the sysutils/pax-utils port.

Reviewed by: kib

# 798aea00 22-Mar-2010 Xin LI <delphij@FreeBSD.org>

Update to zlib 1.2.4 and add versioned symbols to the
library.

Sponsored by: iXsystems, Inc.

# 6bca9132 22-Feb-2010 Xin LI <delphij@FreeBSD.org>

Flattern zlib vendor tree.

# daaf5759 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.

# 474a2ca9 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

Remove libz and pppd redundancy

# 9e64ecd9 30-Jun-2004 Tim J. Robbins <tjr@FreeBSD.org>

Update makefile for zlib 1.2.1.

# 41d8423f 17-Aug-2003 Gordon Tetlow <gordon@FreeBSD.org>

Stage 3 of dynamic root support. Make all the libraries needed to run
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.

# 131ee164 06-Sep-2001 Kris Kennaway <kris@FreeBSD.org>

Add zopen(), a stdio wrapper for gzipped data streams.

Obtained from: NetBSD

# 4a558355 27-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

MAN[1-9] -> MAN.

# f3b0f821 05-Dec-2000 Chris D. Faulhaber <jedgar@FreeBSD.org>

Add appropriate defines to use snprintf/vsnprintf instead of
sprintf/vsprintf.

Approved by: peter

# d05257b0 14-Jan-2000 Rodney W. Grimes <rgrimes@FreeBSD.org>

Replace beforeinstall target with new variables used by .mk system.

Reviewed by: marcel, and make world

# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$

# 4fe6f197 17-Apr-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Backup out the last commit, it was already there.

Noticed by: bde

# b881fb3d 17-Apr-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Manpages not installed
PR: 6327
Reviewed by: phk
Submitted by: Chia-liang Kao <clkao@cirx.org>

# 271012d5 28-Feb-1998 Andrey A. Chernov <ache@FreeBSD.org>

Install manpage too

# e827b8c5 27-Feb-1998 Steve Price <steve@FreeBSD.org>

foo.gz is created by 'make test' so add it to CLEANFILES.

# bd957a8d 27-Feb-1998 Steve Price <steve@FreeBSD.org>

Initial import of zlib-1.1.1

PR: 5869
Reviewed by: jdp

# 57ece64f 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Back out an easy $FreeBSD$

# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.

# 7b9dff76 18-Aug-1996 Peter Wemm <peter@FreeBSD.org>

Clean up the beforeinstall target a bit more, bde pointed out that the old
one was a mess. (I was in a 'talk' session at the time, can you tell? :-)

# fd86e51e 18-Aug-1996 Peter Wemm <peter@FreeBSD.org>

oops.. attempted to install header files from wrong directory..

# 65bf410c 18-Aug-1996 cvs2svn <cvs2svn@FreeBSD.org>

This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'.

# b1c8a8df 18-Aug-1996 Peter Wemm <peter@FreeBSD.org>

Add a bmakefile for zlib.

# 8d5d3295 06-Dec-2021 Jessica Clarke <jrtc27@FreeBSD.org>

Bootstrap libz when cross-building from non-FreeBSD

This is needed now libdwarf depends on libz.

Fixes: dbf05458e3bd ("libdwarf: Support consumption of compressed ELF sections")
MFC after: 1 week


# 500f4659 16-Mar-2021 Emmanuel Vadot <manu@FreeBSD.org>

Convert libs with pc files to use PCFILES

Now the .pc ends up in the correct package (-dev)

Reviewed by: bapt, emaste
Differential Revision: https://reviews.freebsd.org/D29172
MFC after: 2 weeks


# 16ade779 11-May-2020 Xin LI <delphij@FreeBSD.org>

Generate zlib.pc from source.

Reviewed by: bapt
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D24806


# a1d53587 17-Oct-2019 Brooks Davis <brooks@FreeBSD.org>

Remove obsolete, non-use of CLANG_NO_IAS.

CLANG_NO_IAS was removed in r351661.


# a7b5a3d48 05-Sep-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put a lot of binaries and lib in FreeBSD-runtime

All of them are needed to be able to boot to single user and be able
to repair a existing FreeBSD installation so put them directly into
FreeBSD-runtime.

Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21503


# c9083b85 08-May-2019 Xin LI <delphij@FreeBSD.org>

Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.
This is a prerequisite of unifying kernel zlib instances.

Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D20191


# 8e2a46c8 06-Dec-2018 Mark Johnston <markj@FreeBSD.org>

Add zdopen(3) to complement zopen(3).

zdopen() can be used in capability mode. Update zopen.3 accordingly
and fix some grammar nits while I'm here.

Reviewed by: delphij
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18456


# 3b293398 08-Apr-2017 Alexander Kabaev <kan@FreeBSD.org>

Add missing double quote to fix r316635 commit.


# 7250d89e 08-Apr-2017 Xin LI <delphij@FreeBSD.org>

Enable 16-bit longest_match for x86.

This gives a ~2% improvement in compression tests.

MFC after: 2 weeks


# 59f6130d 25-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.

Sponsored by: EMC / Isilon Storage Division


# a70cba95 04-Feb-2016 Glen Barber <gjb@FreeBSD.org>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


# 43fa36d5 03-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled
by the LIBRARIES_ONLY mechanism protecting FILES.

Sponsored by: EMC / Isilon Storage Division


# de0e3997 18-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Replace beforeinstall: handling with FILES.

This actually fixes some cases to respect LIBRARIES_ONLY.

Sponsored by: EMC / Isilon Storage Division


# 18b2ee82 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Revert r284417 it is not necessary anymore


# 4232f826 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Enforce overwritting SHLIBDIR

Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading
bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.

This makes /lib being populated again.

Reported by: many


# 89ca4e2d 27-Oct-2014 John-Mark Gurney <jmg@FreeBSD.org>

only install .pc files when we are not installing 32bit compat libs...

This fixes the problem of installing the .pc files multiple times...


# 28dfa008 11-Jun-2014 Xin LI <delphij@FreeBSD.org>

Fix path for zlib examples, this have no runtime effect and was
overlooked when I was doing zlib update.

MFC after: 2 weeks


# a021956c 11-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Add a zlib pkg-config file (more and more ports requires it)

Approved by: delphij
MFC after: 1 week


# 41de1082 05-Mar-2014 Xin LI <delphij@FreeBSD.org>

Add a manual page for zopen(3) provided by our libz.so.


# ce086c79 31-Oct-2013 Ed Maste <emaste@FreeBSD.org>

Fix up FreeBSD tag for files not from a vendor branch

Unexpand the tag, remove the fbsd:nokeywords property and add the
svn:keywords property. This should eliminate the gratuituous diffs
that appear on these files in projects branches.

Sponsored by: The FreeBSD Foundation


# 07b202a8 28-Feb-2012 Dimitry Andric <dim@FreeBSD.org>

Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
get rid of testing explicitly for clang (using ${CC:T:Mclang}) in
individual Makefiles.

Instead, use the following extra macros, for use with clang:
- NO_WERROR.clang (disables -Werror)
- NO_WCAST_ALIGN.clang (disables -Wcast-align)
- NO_WFORMAT.clang (disables -Wformat and friends)
- CLANG_NO_IAS (disables integrated assembler)
- CLANG_OPT_SMALL (adds flags for extra small size optimizations)

As a side effect, this enables setting CC/CXX/CPP in src.conf instead of
make.conf! For clang, use the following:

CC=clang
CXX=clang++
CPP=clang-cpp

MFC after: 2 weeks


# 54257e2c 18-Jul-2011 Xin LI <delphij@FreeBSD.org>

Disable gvmat64.S, the assembler version of longest_match for now.

PR: kern/154073
MFC after: 3 days
Approved by: re (kib)


# 152e60f2 15-Feb-2011 Dimitry Andric <dim@FreeBSD.org>

Fix some leftover binaries and shared libraries in the system that still
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:

RWX --- --- /lib/libcrypto.so.6
RWX --- --- /lib/libmd.so.5
RWX --- --- /lib/libz.so.6
RWX --- --- /lib/libzpool.so.2
RWX --- --- /usr/lib/liblzma.so.5

These were found using scanelf, from the sysutils/pax-utils port.

Reviewed by: kib


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 2c221f6f 20-Apr-2010 Xin LI <delphij@FreeBSD.org>

MFC assembler version of match functions for amd64 and i386(*).

This gives approximately 15% improvement on compression case.

(*) i386 assembler version is enabled ONLY when MACHINE_CPU have
'i686' which is not default on FreeBSD/i386. One can specify
for instance CPUTYPE=pentium4 in /etc/make.conf to get this
feature.


# 798aea00 22-Mar-2010 Xin LI <delphij@FreeBSD.org>

Update to zlib 1.2.4 and add versioned symbols to the
library.

Sponsored by: iXsystems, Inc.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# daaf5759 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 474a2ca9 03-Jun-2005 Warner Losh <imp@FreeBSD.org>

Remove libz and pppd redundancy


# 9e64ecd9 30-Jun-2004 Tim J. Robbins <tjr@FreeBSD.org>

Update makefile for zlib 1.2.1.


# 41d8423f 17-Aug-2003 Gordon Tetlow <gordon@FreeBSD.org>

Stage 3 of dynamic root support. Make all the libraries needed to run
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.


# 131ee164 06-Sep-2001 Kris Kennaway <kris@FreeBSD.org>

Add zopen(), a stdio wrapper for gzipped data streams.

Obtained from: NetBSD


# 4a558355 27-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

MAN[1-9] -> MAN.


# f3b0f821 05-Dec-2000 Chris D. Faulhaber <jedgar@FreeBSD.org>

Add appropriate defines to use snprintf/vsnprintf instead of
sprintf/vsprintf.

Approved by: peter


# d05257b0 14-Jan-2000 Rodney W. Grimes <rgrimes@FreeBSD.org>

Replace beforeinstall target with new variables used by .mk system.

Reviewed by: marcel, and make world


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 4fe6f197 17-Apr-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Backup out the last commit, it was already there.

Noticed by: bde


# b881fb3d 17-Apr-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Manpages not installed
PR: 6327
Reviewed by: phk
Submitted by: Chia-liang Kao <clkao@cirx.org>


# 271012d5 28-Feb-1998 Andrey A. Chernov <ache@FreeBSD.org>

Install manpage too


# e827b8c5 27-Feb-1998 Steve Price <steve@FreeBSD.org>

foo.gz is created by 'make test' so add it to CLEANFILES.


# bd957a8d 27-Feb-1998 Steve Price <steve@FreeBSD.org>

Initial import of zlib-1.1.1

PR: 5869
Reviewed by: jdp


# 57ece64f 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Back out an easy $FreeBSD$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 7b9dff76 18-Aug-1996 Peter Wemm <peter@FreeBSD.org>

Clean up the beforeinstall target a bit more, bde pointed out that the old
one was a mess. (I was in a 'talk' session at the time, can you tell? :-)


# fd86e51e 18-Aug-1996 Peter Wemm <peter@FreeBSD.org>

oops.. attempted to install header files from wrong directory..


# 65bf410c 18-Aug-1996 cvs2svn <cvs2svn@FreeBSD.org>

This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'.


# b1c8a8df 18-Aug-1996 Peter Wemm <peter@FreeBSD.org>

Add a bmakefile for zlib.