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

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/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>93e779a2 - META MODE: These need object directories to handle staging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile#93e779a2</link>
        <description>META MODE: These need object directories to handle staging.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:14:27 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7431dfd4 - Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile#7431dfd4</link>
        <description>Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Makefile&apos;s, fixing concurrent installworld (`make -j17 installworld&apos;).Thanks to:	delphij, emasteReviewed by:	delphijMFC after:	3 daysX-MFC-to:	stable/10, stable/9

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile</description>
        <pubDate>Tue, 04 Nov 2014 00:14:38 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95d45410 - Add example script `add_some_packages.sh&apos;, demonstrating how to install</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile#95d45410</link>
        <description>Add example script `add_some_packages.sh&apos;, demonstrating how to installa list of packages using the bsdconfig(8) API, providing dialog(8) baseduser experience (versus plain console output were you to use pkg(8)directly to install the same list of packages).Remove example script `browse_packages_ftp.sh&apos;, made obsolete becausethe digests.txz and packagesite.txz databases for pkg(8) are notavailable via FTP (HTTP only to pkg.freebsd.org SRV hosts).Update example script `browse_packages_http.sh&apos;, made to work with newpkg(8) demonstrating how to generate a local package repository.Fix a bug in `bsdconfig packages&apos; where packages were listed twice. Thisfix requires pkg(8) version 1.2.7_4 or higher.NB: It is the introduction of pkg(8) 1.2.7_4 wherein I am also able todrastically reduce the generation time of package dependencies prior tothe dialog display (by utilizing the new `-I&apos; flag to pkg-rquery(8)).While here, fix a positional argument nit for f_index_initialize() of`packages/index.subr&apos; include (the one and only argument is positionalargument 1 to state the by-ref handle, indicating the variable to setin the caller&apos;s namespace; the nit I&apos;m fixing here is that we werequerying positional argument 2 for this information incorrectly; causedby a missing hunk back around SVN r257795).Fix a bug in sysrc(8) described by PR bin/187458 &quot;sysrc(8) silently andunexpectedly bootstraps pkg&quot;. This was caused by an explicit entry in`/usr/share/bsdconfig/common.subr&apos; (used by sysrc(8)) that called pkg(8)to populate the $PKG_ABI global (called in a way that allows implicitbootstrap of pkg(8)). The solution to which was to find every place inbsdconfig(8) that requires the $PKG_ABI global and add a layer ofprotection by way of introducing the new API call f_musthavepkg_init()(provided by new include, `/usr/share/bsdconfig/packages/musthavepkg.subr&apos;intented to mirror `/usr/share/bsdconfig/mustberoot.subr&apos;). When the$PKG_ABI global is required, you can use `f_musthavepkg_init&apos; to causegraceful premature termination in the event that pkg(8) has not yet beenbootstrapped, and thus cannot be used to populate $PKG_ABI.NB: If running interactively ($nonInteractive is NULL or unset), thef_musthavepkg_init() API call will attempt to bootstrap pkg(8), but onlyif the user chooses &quot;Yes&quot; to a Yes/No dialog confirming it is ok tobootstrap.While here, simplify an if-conditional in `media/http.subr&apos; include touse sh(1) inline assignment-with-break.Also, fix a bug in `media/http.subr&apos; and `media/httpproxy.subr&apos; whereinthe error messages for various HTTP failures were not finding their wayto the console (needed to pass stdout to pass-thru descriptor).While here, remove the executable bit from `packages/categories.subr&apos;,`packages/index.subr&apos;, and `packages/packages.subr&apos; includes.Fix issues where pkg(8) complains about PACKAGESITE being defined.Previously, we would set $PACKAGESITE and export it. Now we only set$PACKAGESITE for invocations of &quot;pkg update&quot; -- getting rid of all thespurious warnings about PACKAGESITE being deprecated (it&apos;s still usedin the case of &quot;pkg update&quot; for simplicity versus having to configurea config-file).Remove the leading argument from invocations of f_index_initialize() in`packages/packages.subr&apos; include. The leading argument no longer meanswhat it used to, pre SVN r257995).PR:		bin/187458Reviewed by:	nwhitehornMFC after:	1 weekX-MFC-to:	stable/10, stable/9

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile</description>
        <pubDate>Tue, 22 Jul 2014 23:10:12 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda7fc92 - Fix a bug in HTTP checking/fetching.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile#cda7fc92</link>
        <description>Fix a bug in HTTP checking/fetching.Fix a bug in HTTP checking/fetching. Add Main Site to HTTP menu. Add newexample script browse_packages_http.sh and move existing example scriptbrowse_packages.sh -&gt; browse_packages_ftp.shReviewed by:	gjb, brdApproved by:	re (gjb), clusteradm (brd)MFC after:	3 days

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile</description>
        <pubDate>Mon, 23 Sep 2013 16:47:52 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52c2fbe8 - Oops, r252810 forgot to hook the new example file (browse_packages.sh) into</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile#52c2fbe8</link>
        <description>Oops, r252810 forgot to hook the new example file (browse_packages.sh) intothe Makefile.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile</description>
        <pubDate>Fri, 05 Jul 2013 18:50:17 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>641a6cfb - Import bsdconfig(8) as a replacement for the post-install abilities of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile#641a6cfb</link>
        <description>Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by:	Devin Teske (dteske), Ron McDowell &lt;rcm@fuzzwad.org&gt;Reviewed by:	Ron McDowell &lt;rcm@fuzzwad.org&gt;Approved by:	Ed Maste (emaste)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/examples/Makefile</description>
        <pubDate>Sat, 14 Jul 2012 03:16:57 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
