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

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/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>0c3627f4 - bsdinstall avoid subdir depending on parent</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#0c3627f4</link>
        <description>bsdinstall avoid subdir depending on parentWhen not doing tree walks, it is bad for sub-dirs to depend onparents.  Move the generation of opt_osname.h to distextractand have others that need that depend on it.In usr.sbin/bsdinstall use SUBDIR_DEPEND_ so tree walking still works.Reviewed by:	obrienDifferential Revision:	https://reviews.freebsd.org/D39742

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 21 Apr 2023 05:00:40 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>147585b4 - bsdinstall: allow whitelabeling the installer</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#147585b4</link>
        <description>bsdinstall: allow whitelabeling the installerOverride OSNAME to change the name of the OS in the installer.This is a first step, the shell changes will be separate.Reviewed by:		allanjudeApproved by:		allanjudeDifferential Revision:	https://reviews.freebsd.org/D34878Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 13 May 2022 16:35:43 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50e24496 - bsdinstall/partedit: Replace libdialog with libbsddialog</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#50e24496</link>
        <description>bsdinstall/partedit: Replace libdialog with libbsddialogbsdinstall/partedit: Replace (LGPL) libdialog with (BSD-2-Clause)libbsddialog. Rewrite diskeditor.c and rename diskmenu.c becauseit uses an API for menu totally incompatible with libbsddialog.This is a User Interface change everything else is unchanged.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34639

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sun, 03 Apr 2022 23:52:00 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b08a307 - bsdinstall: riscv-specific tweaks</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#7b08a307</link>
        <description>bsdinstall: riscv-specific tweaksMake the installer more useful, by allowing it to create a bootableinstallation. Also, enable the menu option for ZFS-on-root.Like arm64, RISC-V boots by UEFI only, so arm64&apos;s parteditimplementation is renamed and shared among the two platforms.Reviewed by:	gjbMFC after:	5 daysDifferential Revision:	https://reviews.freebsd.org/D28180

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 15 Jan 2021 16:34:54 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9f2d31 - Convert absolute links to relative links.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#ce9f2d31</link>
        <description>Convert absolute links to relative links.Style.Makefile(9) has been ignored to produce minimal diffs.Approved by:	grehan (mentor)MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 05:10:38 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fdd45b0 - Use LIBEXECDIR for /usr/libexec.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#7fdd45b0</link>
        <description>Use LIBEXECDIR for /usr/libexec.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:14:40 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@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/bsdinstall/partedit/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/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>525e2a83 - Revert r261296.  This removes the WITHOUT_NCURSESW option.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#525e2a83</link>
        <description>Revert r261296.  This removes the WITHOUT_NCURSESW option.It was the wrong direction.  We will instead remove use of thenon-wide-character supporting libncurses.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 15 May 2014 16:44:25 +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/bsdinstall/partedit/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/bsdinstall/partedit/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>38e23337 - Merge from CheriBSD:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#38e23337</link>
        <description>Merge from CheriBSD:commit c1acf022c533c5ae27e0cd556977eafe3f5959ebAuthor: Brooks Davis &lt;brooks@one-eyed-alien.net&gt;Date:   Fri Jan 17 21:46:44 2014 +0000    Add an option WITHOUT_NCURSESW to suppress building and linking to    libncursesw.  While wide character support it useful we&apos;d like to    only need one ncurses library on embedded systems.MFC after:	4 weeksSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Thu, 30 Jan 2014 21:08:36 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>290b7b22 - Add some missing DPADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#290b7b22</link>
        <description>Add some missing DPADD.

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sat, 11 May 2013 13:46:05 +0000</pubDate>
        <dc:creator>Antoine Brodin &lt;antoine@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5eca7e06 - Add a simple scripted partitioner. Documentation and more scripting support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#5eca7e06</link>
        <description>Add a simple scripted partitioner. Documentation and more scripting supportwill come soon. This lets the install process have a line like:bsdinstall scriptedpart &apos;ada0 GPT {1.5G freebsd-ufs /, 10G freebsd-swap,    auto freebsd-ufs /usr}&apos;to set up a system with a 1.5GB /, some swap space, and a /usr using therest of ada0.MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sun, 20 Jan 2013 22:25:58 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8edf93 - Make sade actually be a symlink to partedit, as per the commit message in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#ec8edf93</link>
        <description>Make sade actually be a symlink to partedit, as per the commit message inr244859, rather than a hardlink. This fixes installation if /usr/sbinis on a different filesystem than /usr/libexec.Submitted by:	se

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Wed, 02 Jan 2013 13:25:11 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2befb361 - Add a man page for the new sade(8), which is mostly the same uninformative</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#2befb361</link>
        <description>Add a man page for the new sade(8), which is mostly the same uninformativemanpage as the old sade(8).

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sun, 30 Dec 2012 14:44:14 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>934f522a - Replace sade the extracted piece of sysinstall with sade the extracted</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#934f522a</link>
        <description>Replace sade the extracted piece of sysinstall with sade the extractedpiece of bsdinstall (although this time with a symlink instead of duplicatedsource code).Discussed on:	freebsd-geomMFC after:	3 months

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sun, 30 Dec 2012 14:35:00 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b547324 - Disconnect sun4v architecture from the three.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#4b547324</link>
        <description>Disconnect sun4v architecture from the three.Some files keep the SUN4V tags as a code reference, for the future,if any rewamped sun4v support wants to be added again.Reviewed by:	mariusTested by:	sbrunoApproved by:	re

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Sat, 14 May 2011 01:53:38 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2118f387 - Import bsdinstall. This is meant to be (eventually in conjunction with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile#2118f387</link>
        <description>Import bsdinstall. This is meant to be (eventually in conjunction withpc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, andpowerpc64. Integration into the build system will occur in the comingweeks.Merging with pc-sysinstall will use this code as a frontend, whiletemporarily retaining the interactive partition editor here. This workwill be done in parallel with improvements on this code and releaseintegration.Thanks to all who have provided testing and comments!

            List of files:
            /freebsd-14.2/usr.sbin/bsdinstall/partedit/Makefile</description>
        <pubDate>Fri, 18 Feb 2011 14:54:34 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
