<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>91f57c80 - MFV c144cc54795d: zlib 1.2.12.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#91f57c80</link>
        <description>MFV c144cc54795d: zlib 1.2.12.MFC after:	3 daysRelnotes:	yes(cherry picked from commit cd8822075a38d0734e74b1735e4b5dbef9789170)(cherry picked from commit 6349675deca1fbe704086287bdd941940410799c)Approved by:	re (gjb)

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Thu, 31 Mar 2022 14:25:53 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6318e220 - Bootstrap libz when cross-building from non-FreeBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#6318e220</link>
        <description>Bootstrap libz when cross-building from non-FreeBSDThis is needed now libdwarf depends on libz.Fixes:		dbf05458e3bd (&quot;libdwarf: Support consumption of compressed ELF sections&quot;)MFC after:	1 week(cherry picked from commit 8d5d329553b345c0887405db741750b0f728d902)

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Mon, 06 Dec 2021 18:12:46 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41b278bd - Convert libs with pc files to use PCFILES</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#41b278bd</link>
        <description>Convert libs with pc files to use PCFILESNow the .pc ends up in the correct package (-dev)Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D29172MFC after:      2 weeks

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Tue, 16 Mar 2021 06:13:07 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>16ade779 - Generate zlib.pc from source.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#16ade779</link>
        <description>Generate zlib.pc from source.Reviewed by:		baptMFC after:		3 daysDifferential Revision:	https://reviews.freebsd.org/D24806

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Tue, 12 May 2020 01:47:33 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1d53587 - Remove obsolete, non-use of CLANG_NO_IAS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#a1d53587</link>
        <description>Remove obsolete, non-use of CLANG_NO_IAS.CLANG_NO_IAS was removed in r351661.

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Fri, 18 Oct 2019 00:00:17 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b5a3d4 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#a7b5a3d4</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:13:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9083b85 - Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#c9083b85</link>
        <description>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 &lt;ota at j.email.ne.jp&gt;MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D20191

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Wed, 08 May 2019 08:43:15 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e2a46c8 - Add zdopen(3) to complement zopen(3).</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#8e2a46c8</link>
        <description>Add zdopen(3) to complement zopen(3).zdopen() can be used in capability mode.  Update zopen.3 accordinglyand fix some grammar nits while I&apos;m here.Reviewed by:	delphijMFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D18456

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Thu, 06 Dec 2018 20:03:06 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b293398 - Add missing double quote to fix r316635 commit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#3b293398</link>
        <description>Add missing double quote to fix r316635 commit.

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Sun, 09 Apr 2017 03:50:48 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7250d89e - Enable 16-bit longest_match for x86.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#7250d89e</link>
        <description>Enable 16-bit longest_match for x86.This gives a ~2% improvement in compression tests.MFC after:	2 weeks

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Sat, 08 Apr 2017 06:39:13 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59f6130d - Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#59f6130d</link>
        <description>Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Sat, 26 Mar 2016 03:46:12 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43fa36d5 - Remove redundant COMPAT_32BIT guard on pkgconfig files.  This is already handled</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#43fa36d5</link>
        <description>Remove redundant COMPAT_32BIT guard on pkgconfig files.  This is already handledby the LIBRARIES_ONLY mechanism protecting FILES.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Sat, 03 Oct 2015 16:34:21 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de0e3997 - Replace beforeinstall: handling with FILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#de0e3997</link>
        <description>Replace beforeinstall: handling with FILES.This actually fixes some cases to respect LIBRARIES_ONLY.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Fri, 18 Sep 2015 23:49:32 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b2ee82 - Revert r284417 it is not necessary anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 19:28:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826 - Enforce overwritting SHLIBDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#4232f826</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 15:34:20 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89ca4e2d - only install .pc files when we are not installing 32bit compat libs...</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#89ca4e2d</link>
        <description>only install .pc files when we are not installing 32bit compat libs...This fixes the problem of installing the .pc files multiple times...

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Mon, 27 Oct 2014 23:43:25 +0000</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28dfa008 - Fix path for zlib examples, this have no runtime effect and was</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#28dfa008</link>
        <description>Fix path for zlib examples, this have no runtime effect and wasoverlooked when I was doing zlib update.MFC after:	2 weeks

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Wed, 11 Jun 2014 20:48:40 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a021956c - Add a zlib pkg-config file (more and more ports requires it)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#a021956c</link>
        <description>Add a zlib pkg-config file (more and more ports requires it)Approved by:	delphijMFC after:	1 week

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Wed, 11 Jun 2014 20:44:54 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41de1082 - Add a manual page for zopen(3) provided by our libz.so.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libz/Makefile#41de1082</link>
        <description>Add a manual page for zopen(3) provided by our libz.so.

            List of files:
            /freebsd-13.1/lib/libz/Makefile</description>
        <pubDate>Thu, 06 Mar 2014 00:25:21 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
