<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93c43690 - pkgbase: Put more binaries/lib in runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#93c43690</link>
        <description>pkgbase: Put more binaries/lib in runtimeMove some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime.This is everything needed to boot to multiuser with FreeBSD-rc installed.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33435

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Tue, 14 Dec 2021 14:31:30 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5abb10fa - pkgbase: Put yellow pages programs to its own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#5abb10fa</link>
        <description>pkgbase: Put yellow pages programs to its own packageYP is less and less used, split them to users have the choice to notinstall them.MFC after:	2 weeksSponsored by:	Beckhoff Automation GmbH &amp; Co. KGDifferential Revision:	https://reviews.freebsd.org/D33441

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Tue, 28 Sep 2021 09:49:50 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5943dd2a - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#5943dd2a</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-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:28:41 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libypclnt/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>5e0a19bd - Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#5e0a19bd</link>
        <description>Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorset via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.MFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Tue, 07 Feb 2012 09:27:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#daaf5759</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-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#3ca3047a</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-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>419ecd5d - Bump library versions in preparation for 7.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#419ecd5d</link>
        <description>Bump library versions in preparation for 7.0.Ok&apos;d by:	kan

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Mon, 21 May 2007 02:49:08 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98cea792 - Back out my previous commit to this area, there are differences between</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#98cea792</link>
        <description>Back out my previous commit to this area, there are differences betweenour implementation and OpenBSD&apos;s.Requested by:	des

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Fri, 30 Mar 2007 06:12:45 +0000</pubDate>
        <dc:creator>Tom Rhodes &lt;trhodes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e37c3dc - Hook ypclnt.3 up to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#0e37c3dc</link>
        <description>Hook ypclnt.3 up to the build.

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Thu, 15 Feb 2007 02:43:14 +0000</pubDate>
        <dc:creator>Tom Rhodes &lt;trhodes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a84020c2 - Bump the shared library version number of all libraries that have not</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#a84020c2</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-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Fri, 22 Jul 2005 17:19:05 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>002886c8 - Nothing in libypclnt depends on librpcsvc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#002886c8</link>
        <description>Nothing in libypclnt depends on librpcsvc.Reported by:	lorder(1) (modified to work with libraries)

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Wed, 04 Feb 2004 09:53:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfca108c - style.Makefile(5) police.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#dfca108c</link>
        <description>style.Makefile(5) police.Reviewed by:	des

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Sun, 09 Mar 2003 19:56:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>224af215 - Zap now-unused SHLIB_MINOR</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#224af215</link>
        <description>Zap now-unused SHLIB_MINOR

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Sat, 28 Sep 2002 00:25:32 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e89a35d5 - Back out previous commit, which was not at all approved by the maintainer</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#e89a35d5</link>
        <description>Back out previous commit, which was not at all approved by the maintainerof this code.  I very much doubt that &quot;the FreeBSD way&quot; really means &quot;makeit as unreadable and unmaintable as possible&quot;, and I would like Makefilestyle (which is not currently documented anywhere except in the minds ofbde and ru) to be discussed and agreed upon in the appropriate forumbefore any further commits of this kind happen.

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Thu, 18 Apr 2002 16:20:18 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>455e3a78 - This style is *way* outside the relm of any other of our Makefiles</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#455e3a78</link>
        <description>This style is *way* outside the relm of any other of our Makefiles(other than the single sys.mk).  Adjust to smell like FreeBSD.Reviewed &amp; prefered by:	bde

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Thu, 18 Apr 2002 15:13:06 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35567048 - Back out rev 1.6 -- I was in the wrong dir during a &apos;ci&apos;.  This change</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#35567048</link>
        <description>Back out rev 1.6 -- I was in the wrong dir during a &apos;ci&apos;.  This changewas on hold waiting feedback from previous committer.

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Mon, 15 Apr 2002 23:03:29 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e512fb6 - ypclnt.h was the correct spelling... we now have yet another special</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libypclnt/Makefile#8e512fb6</link>
        <description>ypclnt.h was the correct spelling... we now have yet another specialthing that needs to be done to get a header installed.

            List of files:
            /freebsd-14.2/lib/libypclnt/Makefile</description>
        <pubDate>Mon, 15 Apr 2002 22:57:56 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
