<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>586319793368cbc664b48187bda60d27e171753a - libbz2: add pkg-config file (bzip2.pc)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#586319793368cbc664b48187bda60d27e171753a</link>
        <description>libbz2: add pkg-config file (bzip2.pc)Add generation of a bzip2.pc file for use with pkg-config and createa basic template as bzip2.pc.in.This allows other software to easily locate and link against libbz2using standard pkg-config mechanisms instead of manual compiler andlinker flags.The version number is extracted automatically from bzlib.h to keepit consistent with the library sources.Tested:	pkg-config --exists --print-errors &quot;bzip2 &gt;= 1.0.9&quot; (fail, expected)	pkg-config --exists --print-errors &quot;bzip2 &gt;= 1.0&quot; (succeeded)	pkg-config --libs bzip2 (-lbz2)	pkg-config --cflags bzip2 ()MFC after:	3 days

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Fri, 10 Oct 2025 07:35:54 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ca69110f2676b7dd3c7ff8dea899615d341e1e - packages: Replace libbz2 package with a bzip2 package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#61ca69110f2676b7dd3c7ff8dea899615d341e1e</link>
        <description>packages: Replace libbz2 package with a bzip2 packageCurrently libbz2 is in the libbz2 package, while bzip2 itself is in-utilities, which is inconsistent.  Move both the library and theutility to a new -bzip2 package, and use LIB_PACKAGE to create aseparate -bzip2-lib package for runtime dependencies.Add the bzip2 package to the minimal set, and since newsyslogd usesbzip2 for logfile compression, add a dependency from there.MFC after:	1 dayReviewed by:	manuDifferential Revision:	https://reviews.freebsd.org/D52663

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Tue, 23 Sep 2025 23:37:06 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 19:06:09 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 17:05:13 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cbc4dfef7dda98e8eaada8b82fa00ae034e56f8 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#4cbc4dfef7dda98e8eaada8b82fa00ae034e56f8</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:58:50 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759104f210a9315f49f80f1e0f01a8b3bff - Build lib/ with WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#daaf5759104f210a9315f49f80f1e0f01a8b3bff</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:58:07 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b3b54548f2290bbe8d8f88c59c28d12b7a635d - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#10b3b54548f2290bbe8d8f88c59c28d12b7a635d</link>
        <description>Merge from head

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Thu, 17 Sep 2009 18:16:44 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11e9b8bad115cf9799076d3add8824862b038563 - - MFC @196061</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#11e9b8bad115cf9799076d3add8824862b038563</link>
        <description>- MFC @196061

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Tue, 04 Aug 2009 20:22:58 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047aee082043d90aff2611a349c86c98e97c - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#3ca3047aee082043d90aff2611a349c86c98e97c</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 19:25:24 +0200</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>419ecd5dee28e23b759fc90ff551d2fd188cb86f - Bump library versions in preparation for 7.0.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#419ecd5dee28e23b759fc90ff551d2fd188cb86f</link>
        <description>Bump library versions in preparation for 7.0.Ok&apos;d by:	kan

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Mon, 21 May 2007 04:49:08 +0200</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a84020c2b91368d6236647bb2933859e6d16d4a8 - Bump the shared library version number of all libraries that have not</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#a84020c2b91368d6236647bb2933859e6d16d4a8</link>
        <description>Bump the shared library version number of all libraries that have notbeen bumped since RELENG_5.Reviewed by:	ruApproved by:	re (not needed for commit check but in principle...)

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Fri, 22 Jul 2005 19:19:05 +0200</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>457946d9bd2c7ed893458e782cdc5b4c1485e086 - Remove MAINTAINER lines.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#457946d9bd2c7ed893458e782cdc5b4c1485e086</link>
        <description>Remove MAINTAINER lines.

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sat, 14 Jun 2003 21:32:52 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>224af215a6fe8d5e5e2c91cc97c48bdd67c991c7 - Zap now-unused SHLIB_MINOR</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#224af215a6fe8d5e5e2c91cc97c48bdd67c991c7</link>
        <description>Zap now-unused SHLIB_MINOR

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Sat, 28 Sep 2002 02:25:32 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69f8a52c4c0576c8538e85bb1f94c06c697c97e2 - I somehow managed to forgot to commit this in my INCS sweep.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libbz2/Makefile#69f8a52c4c0576c8538e85bb1f94c06c697c97e2</link>
        <description>I somehow managed to forgot to commit this in my INCS sweep.We don&apos;t need the `beforeinstall&apos; here, INCS handles this.

            List of files:
            /freebsd/lib/libbz2/Makefile</description>
        <pubDate>Tue, 14 May 2002 13:41:23 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
