<?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>29185c9a26204383270cf96957c685c51f5bc894 - packages: Use LIB_PACKAGE for zfs and ufs packages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#29185c9a26204383270cf96957c685c51f5bc894</link>
        <description>packages: Use LIB_PACKAGE for zfs and ufs packagesCommit f9513c334ff7 moved the shared libraries for ZFS and UFS intoseparate packages (libzfs and libufs), which resulted in a ratherlarge number of packages being created, e.g. for ZFS:FreeBSD-libzfsFreeBSD-libzfs-dbgFreeBSD-libzfs-dbg-lib32FreeBSD-libzfs-devFreeBSD-libzfs-dev-lib32FreeBSD-libzfs-lib32FreeBSD-zfsFreeBSD-zfs-dbgFreeBSD-zfs-dbg-lib32FreeBSD-zfs-devFreeBSD-zfs-dev-lib32FreeBSD-zfs-lib32FreeBSD-zfs-manUse LIB_PACKAGE instead, which significantly reduces the number ofpackages:FreeBSD-zfsFreeBSD-zfs-dbgFreeBSD-zfs-dbg-lib32FreeBSD-zfs-devFreeBSD-zfs-dev-lib32FreeBSD-zfs-libFreeBSD-zfs-lib32FreeBSD-zfs-manMFC after:	3 daysReviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D52416

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Thu, 11 Sep 2025 21:46:26 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9513c334ff7d3ccdebfcb90f015890963768e0d - add packages for libufs, libzfs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#f9513c334ff7d3ccdebfcb90f015890963768e0d</link>
        <description>add packages for libufs, libzfscurrently FreeBSD-utilities depends on both FreeBSD-ufs and FreeBSD-zfs.this is not desirable, because those are both relatively large packagesand the user may want to remove one or the other &#8211; or perhaps both, e.g.in a jail or embedded system.the reason for this dependency is that fstyp(8), which is inFreeBSD-utilities, links both libufs and libzfs.  FreeBSD-utilities isthe correct place for fstyp, so we don&apos;t want to move that.instead, add two new packages: libufs contains libufs, and libzfscontains libzfs plus the ZFS libraries it depends on: libavl, libnvpair,libspl, libtpool, libumem, libuutil, libzfs_core and libzutil.with this change, it is possible to remove FreeBSD-ufs and/orFreeBSD-zfs while leaving FreeBSD-libufs, FreeBSD-libzfs andFreeBSD-utilities installed.Reviewed by:	manu, desApproved by:	des (mentor)Differential Revision:	https://reviews.freebsd.org/D50148

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Mon, 05 May 2025 17:23:54 +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/cddl/lib/libumem/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/cddl/lib/libumem/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/cddl/lib/libumem/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/cddl/lib/libumem/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>a71ea7bea0d2a8ba86373377c3c1443acbeab5d2 - pkgbase: Put zfs utilities and lib in their own package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#a71ea7bea0d2a8ba86373377c3c1443acbeab5d2</link>
        <description>pkgbase: Put zfs utilities and lib in their own packageIt is useful to have zfs utilities and lib in a separate package asit allow users to create image that can support ZFS (i.e. not withWITHOUT_ZFS in src.conf set) without bloating the default image withall zfs tools (for example for jails).Differential Revision:	https://reviews.freebsd.org/D36225

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Fri, 22 Jul 2022 10:43:39 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 21:58:46 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2a7c3bedd9f6d0d97918c7253df31722c7d47fa - pkgbase: Force zfs(8) and zpool(8) to be in the runtime package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#c2a7c3bedd9f6d0d97918c7253df31722c7d47fa</link>
        <description>pkgbase: Force zfs(8) and zpool(8) to be in the runtime packageThose commands are needed to repair a FreeBSD installation so add themto the runtime packageReviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21498

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 16:07:49 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447 - cddl: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#acc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447</link>
        <description>cddl: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputWhile here, remove bogus CFLAGS which look for headers in cddl/lib/libumem.There aren&apos;t any source files there (just Makefiles)MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:30:04 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58406fff5271d20a3a0e1f9cc84882497a96d27e - Raise the WARNS level in cddl/lib</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#58406fff5271d20a3a0e1f9cc84882497a96d27e</link>
        <description>Raise the WARNS level in cddl/libcddl/lib/libavl/Makefilecddl/lib/libctf/Makefilecddl/lib/libnvpair/Makefilecddl/lib/libumem/Makefilecddl/lib/libuutil/Makefile	Increase WARNS to the highest working level for each of these	librariesApproved by:	re (gjb, hrs)MFC after:	4 weeksSponsored by:	Spectra Logic Corp

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Thu, 23 Jun 2016 17:02:57 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4bf5fb987611aeb78c422312b63b185e39982d7 - Update to current version of head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#a4bf5fb987611aeb78c422312b63b185e39982d7</link>
        <description>Update to current version of head.

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Wed, 28 Apr 2010 07:33:59 +0200</pubDate>
        <dc:creator>Kirk McKusick &lt;mckusick@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ef20db290841afbfce7fe484e2037e084e79238 - Remove manual .includes in cddl Makefiles</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#4ef20db290841afbfce7fe484e2037e084e79238</link>
        <description>Remove manual .includes in cddl Makefiles- Break the dependency on ../Makefile.inc for .PATH, and include  ../Makefile.inc implicitly. This is required to ...- Set WARNS?=6 in top-level Makefile.inc- Remove now redundant WARNS settings, add WARNS?=0 where appropriate- Remove redundant SHLIB_MAJOR overrides- Use NO_MAN, not MK_MAN=no- Remove redundant inclusion of bsd.own.mk- Order Makefiles more according to style.Makefile(9)- Reduce diff of cddl Makefiles against each otherNo objection:	pjdApproved by:	ed (co-mentor)

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Tue, 02 Mar 2010 20:04:07 +0100</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e327f524464c142bd1d3b59cd22a966d2fffbfea - The sources covered by Sun&apos;s CDDL have been repo copied below the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#e327f524464c142bd1d3b59cd22a966d2fffbfea</link>
        <description>The sources covered by Sun&apos;s CDDL have been repo copied below thesrc/cddl and src/sys/cddl directories per the core@ decision followingthe license review.This change modifies the affected Makefiles to reference the sourcesin their new location.

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Fri, 28 Mar 2008 00:21:25 +0100</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5941f0355c3eaaa03032e0d8511c9a35ba14cd15 - Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#5941f0355c3eaaa03032e0d8511c9a35ba14cd15</link>
        <description>Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.There are some insignificant non-style changes as well.Not fixed: makefiles use ${LIBTHR} that doesn&apos;t exist, thusbreaking &quot;make checkdpadd&quot; and not tracking dependenciesproperly.Approved by:	pjd

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Mon, 16 Apr 2007 23:20:26 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0a75d274af375d15b97b830966b99a02b7db911 - Please welcome ZFS - The last word in file systems.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#f0a75d274af375d15b97b830966b99a02b7db911</link>
        <description>Please welcome ZFS - The last word in file systems.ZFS file system was ported from OpenSolaris operating system. The code in underCDDL license.I&apos;d like to thank all SUN developers that created this great piece of software.Supported by:	Wheel LTD (http://www.wheel.pl/)Supported by:	The FreeBSD Foundation (http://www.freebsdfoundation.org/)Supported by:	Sentex (http://www.sentex.net/)

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Fri, 06 Apr 2007 03:09:06 +0200</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ef20db290841afbfce7fe484e2037e084e79238 - Remove manual .includes in cddl Makefiles</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#4ef20db290841afbfce7fe484e2037e084e79238</link>
        <description>Remove manual .includes in cddl Makefiles- Break the dependency on ../Makefile.inc for .PATH, and include  ../Makefile.inc implicitly. This is required to ...- Set WARNS?=6 in top-level Makefile.inc- Remove now redundant WARNS settings, add WARNS?=0 where appropriate- Remove redundant SHLIB_MAJOR overrides- Use NO_MAN, not MK_MAN=no- Remove redundant inclusion of bsd.own.mk- Order Makefiles more according to style.Makefile(9)- Reduce diff of cddl Makefiles against each otherNo objection:	pjdApproved by:	ed (co-mentor)

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Tue, 02 Mar 2010 20:04:07 +0100</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e327f524464c142bd1d3b59cd22a966d2fffbfea - The sources covered by Sun&apos;s CDDL have been repo copied below the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#e327f524464c142bd1d3b59cd22a966d2fffbfea</link>
        <description>The sources covered by Sun&apos;s CDDL have been repo copied below thesrc/cddl and src/sys/cddl directories per the core@ decision followingthe license review.This change modifies the affected Makefiles to reference the sourcesin their new location.

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Fri, 28 Mar 2008 00:21:25 +0100</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5941f0355c3eaaa03032e0d8511c9a35ba14cd15 - Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#5941f0355c3eaaa03032e0d8511c9a35ba14cd15</link>
        <description>Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.There are some insignificant non-style changes as well.Not fixed: makefiles use ${LIBTHR} that doesn&apos;t exist, thusbreaking &quot;make checkdpadd&quot; and not tracking dependenciesproperly.Approved by:	pjd

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Mon, 16 Apr 2007 23:20:26 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0a75d274af375d15b97b830966b99a02b7db911 - Please welcome ZFS - The last word in file systems.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libumem/Makefile#f0a75d274af375d15b97b830966b99a02b7db911</link>
        <description>Please welcome ZFS - The last word in file systems.ZFS file system was ported from OpenSolaris operating system. The code in underCDDL license.I&apos;d like to thank all SUN developers that created this great piece of software.Supported by:	Wheel LTD (http://www.wheel.pl/)Supported by:	The FreeBSD Foundation (http://www.freebsdfoundation.org/)Supported by:	Sentex (http://www.sentex.net/)

            List of files:
            /freebsd/cddl/lib/libumem/Makefile</description>
        <pubDate>Fri, 06 Apr 2007 03:09:06 +0200</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
