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

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/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>123ae304 - build: remove LIBPTHREAD/LIBTHR build options</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#123ae304</link>
        <description>build: remove LIBPTHREAD/LIBTHR build optionsWITHOUT_LIBTHR has been broken for a little over five years now, since thexz 5.2.0 update introduced a hard liblzma dependency on libthr, and buildinga useful system without threading support is becoming increasingly moredifficult.Additionally, in the five plus years that it&apos;s been broken more reversedependencies have cropped up in libzstd, libsqlite3, and libcrypto (amongothers) that make it more and more difficult to reconcile the effort neededto fix these options.Remove the broken options.PR:		252760Reviewed by:	brooks, emaste, kibDifferential Revision:	https://reviews.freebsd.org/D28263

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 14:01:25 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c35c7d1 - Replace complicated expression to disable libedit when no libthr is being built</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#6c35c7d1</link>
        <description>Replace complicated expression to disable libedit when no libthr is being builtwith a simpler one.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Mon, 15 Jul 2019 14:23:51 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbdb679c - Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#dbdb679c</link>
        <description>Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerbuild libkse.  This should fix WITHOUT_LIBTHR builds as a side effect.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Sat, 29 Mar 2008 17:44:40 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>946367b8 - Tweak the handling of &quot;WITHOUT_LIBPTHREAD&quot;.  Also remove the accidental</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#946367b8</link>
        <description>Tweak the handling of &quot;WITHOUT_LIBPTHREAD&quot;.  Also remove the accidentaltreatment of &apos;LIBKSE&apos; as an &quot;old style&quot; knob.Submitted by:	ruApproved by:	re(kensmith)

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Tue, 09 Oct 2007 23:31:11 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65c045e9 - Repo copy libpthreads to libkse.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#65c045e9</link>
        <description>Repo copy libpthreads to libkse.This introduces the WITHOUT_LIBKSE nob,and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.Approved by:	re(kensmith)

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Tue, 09 Oct 2007 13:42:34 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>152f2a4a - Always install libpthread.* symlinks if at least one of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#152f2a4a</link>
        <description>Always install libpthread.* symlinks if at least one ofthe threading libraries is built.  This simplifies thelogic in makefiles that need to check if the pthreadssupport is present.  It also fixes a bug where we wouldbuild a threading library that we shouldn&apos;t have built:for example, building with WITHOUT_LIBTHR and the defaultvalue of DEFAULT_THREADING_LIB (libthr) would mistakenlybuild the libthr library, but not install it.Approved by:	re (kensmith)

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Mon, 01 Oct 2007 18:22:32 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>611619b3 - The last change is not needed for HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#611619b3</link>
        <description>The last change is not needed for HEAD.Explained by:	ru

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Fri, 30 Mar 2007 08:23:59 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3cb88013 - Do not build the libedit support if NO_LIBPTHREAD is defined.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#3cb88013</link>
        <description>Do not build the libedit support if NO_LIBPTHREAD is defined.PR:		bin/104478Submitted by:	Mike Durian &lt;durian shadetreesoftware.com&gt;

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Wed, 28 Mar 2007 14:04:35 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>968ed7ee - Push the detection of threading libs support down to ngctl/Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#968ed7ee</link>
        <description>Push the detection of threading libs support down to ngctl/Makefileas the latter can be built without threading (with the loss of lineediting functionality).Pointed by:	glebius

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Mon, 27 Nov 2006 16:55:14 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d5dd15d - Fix &quot;make checkdpadd&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#1d5dd15d</link>
        <description>Fix &quot;make checkdpadd&quot;.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Sun, 26 Nov 2006 14:43:03 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9124a73 - Add line edit and history support to ngctl(8) via editline(3).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#b9124a73</link>
        <description>Add line edit and history support to ngctl(8) via editline(3).Details:- The main thread runs editline(3) functions, that can block.- A separate thread is launched to monitor netgraph sockets.- The access to the descriptors is protected by a mutex. At  runtime the monitoring thread owns the mutex. When the main  thread reads a command from el_gets() it asks the monitoring  thread to release a mutex and sleep until the main thread  processes the command.This makes ngctl(8) depend on libedit, and libpthread. Thus, thenew functionality isn&apos;t compiled in if release is being builtwith -DRELEASE_CRUNCH.PR:		bin/87352Reviewed by:	ru, Nuno Antunes &lt;nuno.antunes gmail.com&gt;

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Mon, 07 Aug 2006 14:17:05 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>723c1c2e - Make this WARNS=3 clean.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#723c1c2e</link>
        <description>Make this WARNS=3 clean.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Mon, 26 Jan 2004 10:27:18 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbd6d60a - Add a GraphViz-exporting ngctl(8) &quot;dot&quot; command.  You can now create</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#bbd6d60a</link>
        <description>Add a GraphViz-exporting ngctl(8) &quot;dot&quot; command.  You can now createvery useful .dot files of your netgraph(4) to quickly visualize thenodes, hooks and edges.  An example of this can be found here:	http://people.freebsd.org/~green/sample-netgraph-dot.psIf anyone would like to refine the output further, please do so.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Fri, 09 Jan 2004 03:19:40 +0000</pubDate>
        <dc:creator>Brian Feldman &lt;green@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be44fce4 - Add ngctl &quot;write&quot; command.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#be44fce4</link>
        <description>Add ngctl &quot;write&quot; command.MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Tue, 22 Jan 2002 22:01:25 +0000</pubDate>
        <dc:creator>Archie Cobbs &lt;archie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac24b049 - Remove GCC&apos;isms in CFLAGS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/ngctl/Makefile#ac24b049</link>
        <description>Remove GCC&apos;isms in CFLAGS.

            List of files:
            /freebsd-14.2/usr.sbin/ngctl/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 04:23:13 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
