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

            List of files:
            /freebsd-14.2/usr.bin/nc/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>1e62eced - Add -M option to nc(1), which makes it print the TCP connection</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#1e62eced</link>
        <description>Add -M option to nc(1), which makes it print the TCP connectionstatistics obtained with stats(3) in JSON format to standard error.Reviewed by:	allanjude, thj, cem (earlier version)Tested by:	thjMFC after:	2 weeksRelnotes:	yesSponsored by:	Klara Inc.Differential Revision:	https://reviews.freebsd.org/D21324

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Sat, 14 Dec 2019 10:53:52 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fb - Adopt SRCTOP in usr.bin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#a35f04fb</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:58:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81a6a1f9 - Fix bugs in the previous commit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#81a6a1f9</link>
        <description>Fix bugs in the previous commit.

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Mon, 07 Feb 2005 08:44:34 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd449ffe - Revamp several Makefile nits:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#fd449ffe</link>
        <description>Revamp several Makefile nits:	- .PATH: is spelled ``.PATH: &apos;&apos;	- Don&apos;t forget to use DPADD so ``make checkdpadd&apos;&apos; is	  not broken.	- LDADD should not come with + as it&apos;s empty in the	  first placeSuggested by:	ru

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Mon, 07 Feb 2005 05:45:38 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04def624 - Finish the import of nc(1) from OpenBSD.  This includes:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/nc/Makefile#04def624</link>
        <description>Finish the import of nc(1) from OpenBSD.  This includes:	- Bring IPsec support from the ports collection [1].	- Bring -o (&quot;once only&quot;) option from the ports	  collection [2].	- Adopt the Makefile framework into	  usr.bin/nc/Makefile.	- Add a knob to control whether to build nc(1),	  NO_NETCAT.	- Bump __FreeBSD_version so ports collection can	  detect this change.Original patchset are contributed to the ports collection by:[1] nectar, [2] joerg.Note: WARNS?=6 patchset spined off in this commit, in order notto take too many files off the vendor branch.

            List of files:
            /freebsd-14.2/usr.bin/nc/Makefile</description>
        <pubDate>Sun, 06 Feb 2005 14:44:27 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
