<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a31bab7fbe24e560234889b76e2d1a18a6c4065d - usr.bin/talk: Suppress -Werror=stringop-truncation error.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#a31bab7fbe24e560234889b76e2d1a18a6c4065d</link>
        <description>usr.bin/talk: Suppress -Werror=stringop-truncation error.Add GCC_NO_STRINGOP_TRUNCATION to get_names.c to prevent build failure.Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.Reviewed by: kamil@

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Sat, 08 Feb 2020 12:53:29 +0000</pubDate>
        <dc:creator>fox &lt;fox@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76d4444c78baad11b1499e8b18c9101e0b19b627 - When using -lcurses, you also need -lterminfo.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#76d4444c78baad11b1499e8b18c9101e0b19b627</link>
        <description>When using -lcurses, you also need -lterminfo.This fixes the build for sun2, and also builds with LDSTATIC=-static,since archive libraries don&apos;t record inter-library dependencies.

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Sat, 06 Feb 2010 23:45:24 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3717c1851b6a406aec6c8ba8e410cc6787edc27 - Introduce a TALKHOST environment variable to make talk work through NAT.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#e3717c1851b6a406aec6c8ba8e410cc6787edc27</link>
        <description>Introduce a TALKHOST environment variable to make talk work through NAT.From Anon Ymous.

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Mon, 08 Jan 2007 17:10:59 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a0063c6d6c63eb0a96f4fa50dcaf55a2b279e45 - Simply include -lcurses instead of -lcurses -ltermcap</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#9a0063c6d6c63eb0a96f4fa50dcaf55a2b279e45</link>
        <description>Simply include -lcurses instead of -lcurses -ltermcap

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Wed, 18 Feb 1998 22:47:41 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60315cbc8177a79dfd7d09153f633f60220e1b0f - Does not need -lcompat</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#60315cbc8177a79dfd7d09153f633f60220e1b0f</link>
        <description>Does not need -lcompat

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Mon, 02 Feb 1998 14:10:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51207773f066e0fa08ec805c1f2c9c3bb4880a40 - Merged with 4.4lite.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#51207773f066e0fa08ec805c1f2c9c3bb4880a40</link>
        <description>Merged with 4.4lite.Changed to conform to NetBSD&apos;s new RCS Id convention.

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Fri, 09 Dec 1994 02:14:09 +0000</pubDate>
        <dc:creator>jtc &lt;jtc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75ff3a90bdf78d71d6253e1c27312748edf6211d - Add RCS identifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#75ff3a90bdf78d71d6253e1c27312748edf6211d</link>
        <description>Add RCS identifiers.

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Fri, 30 Jul 1993 23:49:23 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f282557f0bc41c0b762c629a2f4c14be8b7591 - initial import of 386bsd-0.1 sources</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/talk/Makefile#61f282557f0bc41c0b762c629a2f4c14be8b7591</link>
        <description>initial import of 386bsd-0.1 sources

            List of files:
            /netbsd-src/usr.bin/talk/Makefile</description>
        <pubDate>Sun, 21 Mar 1993 09:45:37 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
