<?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/libexec/talkd/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/libexec/talkd/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>a251f9dc - libexec: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#a251f9dc</link>
        <description>libexec: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:28:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>006ab5b3 - Port all apps in libexec/ from libulog to utmpx.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#006ab5b3</link>
        <description>Port all apps in libexec/ from libulog to utmpx.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 18:28:58 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1100c001 - Make WARNS=6 the default for libexec/.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#1100c001</link>
        <description>Make WARNS=6 the default for libexec/.Just like bin/ and sbin/, I think setting WARNS to the highest valuepossible will make it more attractive for people to fix warnings.- The WARNS variable is set in the Makefile in the directory of the  application itself, making it more likely that it will be removed out  of curiosity to see what happens.- New applications will most likely build with WARNS=6 out of the box,  because the author would more likely fix the warnings during  development than lower WARNS.Unfortunately almost all apps in libexec require a lowered value ofWARNS.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:50:19 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af5bd8fe - Modify the sources to make WARNS=6 work.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#af5bd8fe</link>
        <description>Modify the sources to make WARNS=6 work.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sat, 26 Dec 2009 14:33:55 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3af5aa46 - Unbreak the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#3af5aa46</link>
        <description>Unbreak the build.I increased the WARNS, but it looks like it breaks certain architectureswith more strict alignment requirements (mips, sparc64, ia64).Pointy hat to:	me

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sat, 26 Dec 2009 11:00:18 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3eb56f7e - Let talkd use utmpx instead of utmp.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#3eb56f7e</link>
        <description>Let talkd use utmpx instead of utmp.Because strings are null terminated now, there is no need to copyut_line into a separate buffer first. Also enable WARNS.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Fri, 25 Dec 2009 11:12:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9357f412 - Lock down with WFORMAT?=1, with overrides in the subdirectories which</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#9357f412</link>
        <description>Lock down with WFORMAT?=1, with overrides in the subdirectories whichare not yet warning-clean.  Tested on i386 and alpha.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Mon, 04 Feb 2002 02:33:51 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f218b7fc - Include ttymsg.h from ../../usr.bin/wall instead of rolling our own</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#f218b7fc</link>
        <description>Include ttymsg.h from ../../usr.bin/wall instead of rolling our ownprototype.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sun, 09 Sep 2001 14:30:11 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5b5c66b - - Backout botched attempt to intoduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#e5b5c66b</link>
        <description>- Backout botched attempt to intoduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:22:12 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea24 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#7f3dea24</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e522f7a - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#9e522f7a</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 14:22:49 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#1130b656</link>
        <description>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&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>148531ef - add forgotten $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#148531ef</link>
        <description>add forgotten $Id$

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Sun, 22 Sep 1996 21:56:57 +0000</pubDate>
        <dc:creator>Wolfram Schneider &lt;wosch@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a3c26c8 - Update to new make macros and disable Kerberos because we haven&apos;t got it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#2a3c26c8</link>
        <description>Update to new make macros and disable Kerberos because we haven&apos;t got itset up right yet.

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Fri, 05 Aug 1994 21:24:58 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea022d16 - BSD 4.4 Lite Libexec Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/libexec/talkd/Makefile#ea022d16</link>
        <description>BSD 4.4 Lite Libexec Sources

            List of files:
            /freebsd-14.2/libexec/talkd/Makefile</description>
        <pubDate>Fri, 27 May 1994 12:39:25 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
