<?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>9e6098a9 - Skip building libclang_rt when WITHOUT_CLANG is used</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#9e6098a9</link>
        <description>Skip building libclang_rt when WITHOUT_CLANG is usedAs noted in bug 277096, when building a pkgbase repository usingWITHOUT_CROSS_COMPILER and WITHOUT_TOOLCHAIN (which sets WITHOUT_CLANG),the following residual files are left over:/usr/lib/clang/18/lib/freebsd/libclang_rt.asan-x86_64.so/usr/lib/clang/18/share/asan_ignore_list.txt/usr/lib/clang/18/share/cfi_ignore_list.txt/usr/lib/clang/18/share/msan_ignore_list.txtThis is because the lib/libclang_rt directory is still descended into,even if WITHOUT_CLANG is used. Fix it by not descending into thelibclang_rt directory in that case.PR:		277096Reported by:	Siva Mahadevan &lt;me@svmhdvn.name&gt;MFC after:	3 days(cherry picked from commit 514773a5486d1fa4f2d5acb5af1766965c20765b)

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Thu, 25 Apr 2024 15:05:29 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b78edde2 - libfdt: Make an internal FDT library available</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#b78edde2</link>
        <description>libfdt: Make an internal FDT library availableThis will be used by bhyve to build a device tree when booting arm64guests.Reviewed by:	corvink, jhbMFC after:	1 weekSponsored by:	Innovate UKDifferential Revision:	https://reviews.freebsd.org/D40994(cherry picked from commit f29af8618bf94f1e58877feb6dbef35bd8bbf56b)

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Thu, 21 Mar 2024 04:21:16 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/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>a1b67573 - arm64 lib32: enable building of lib32 on arm64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#a1b67573</link>
        <description>arm64 lib32: enable building of lib32 on arm64Enable LIB32 option on aarch64, defaulting to YES; it had defaultedto &quot;broken&quot;.  Add required variables for how to compile lib32 onarm.  Use /usr/include/arm for armv7 (32-bit) headers, analogous to/usr/include/i386 on amd64.  Omit libomp from lib32; it is notsupported on armv7.Reviewed by:	jrtc27Differential Revision:	https://reviews.freebsd.org/D40945

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Tue, 25 Jul 2023 23:59:52 +0000</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3864bd4f - lib: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#3864bd4f</link>
        <description>lib: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATIn the process, delete a COMPAT_SOFTFP remnant that was missed inprevious sweeps.See commit 8fad2cda93c7 (&quot;bsd.compat.mk: Provide new CPP and sub-makevariables&quot;) for the context behind this change.Reviewed by:	emaste, brooks, jhbDifferential Revision:	https://reviews.freebsd.org/D40931

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sun, 09 Jul 2023 17:49:53 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6adfb815 - lib: Enable libcbor and libfido2 for COMPAT_32BIT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#6adfb815</link>
        <description>lib: Enable libcbor and libfido2 for COMPAT_32BITWe no longer have COMPAT_32BIT hacks for libusb, instead supporting thenormal 32-bit ioctls for freebsd32 processes, so we can enable these forthe lib32 build.Reviewed by:	emaste, brooks, jhbDifferential Revision:	https://reviews.freebsd.org/D40920

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sun, 09 Jul 2023 17:45:56 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c5cdba1 - Add nss_tacplus, a TACACS+ NSS module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#6c5cdba1</link>
        <description>Add nss_tacplus, a TACACS+ NSS module.MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D40133

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Mon, 22 May 2023 10:00:48 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af0cc0b2 - NgATM: Remove netgraph ATM support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#af0cc0b2</link>
        <description>NgATM: Remove netgraph ATM supportMost ATM support was removed prior to FreeBSD 12.  The netgraph supportwas kept as it was less intrusive, but it is presumed to be unused.Reviewed by:	manuRelnotes:	yesSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D38879

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Thu, 09 Mar 2023 18:04:02 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac4c695a - Retire WITHOUT_CXX option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#ac4c695a</link>
        <description>Retire WITHOUT_CXX optionSeveral important base system components are written in C++, and theWITHOUT_CXX option produced a system that was not fully functional.Just accept this, and remove the option to build without C++ support.This reverts commit adc3c128c6603054586a993d117e5dd808deac17.Reviewed by:	brooks, kevans, jhb (earlier)Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D33108

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Wed, 16 Nov 2022 14:20:39 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3392d84 - Import zstd 1.5.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#b3392d84</link>
        <description>Import zstd 1.5.2

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Wed, 25 Jan 2023 01:20:16 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0aa27001 - Put OPIE to rest.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#0aa27001</link>
        <description>Put OPIE to rest.Differential Revision: https://reviews.freebsd.org/D36592

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sun, 02 Oct 2022 01:37:29 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f24fda5 - contrib/bsddialog: Import version 0.4</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#9f24fda5</link>
        <description>contrib/bsddialog: Import version 0.4Improvements and changes to integrate bsddialog(1) with scripts in BASE.Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-09-24 Version 0.4&apos;for more detailed information.

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sun, 25 Sep 2022 13:04:33 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c9fd765 - contrib/bsddialog: Import version 0.3</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#2c9fd765</link>
        <description>contrib/bsddialog: Import version 0.3New features overview: * Unicode. User interface handles multi-column characters. API can   handle char* like a multibyte character string. Internally wide   characters are used for keyboard input, to adapt word wrapping and   dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed   default focus behavior of input dialogs to be LGPL-dialog-like; a new   option can set the previous whiptail-like behavior.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-08-29 Version 0.3&apos;for more detailed information.

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 14:36:16 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15d781b5 - lib: Gate libfigpar under MK_DIALOG</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#15d781b5</link>
        <description>lib: Gate libfigpar under MK_DIALOGlibfigpar is only used by dpv and dpv isn&apos;t built if WITHOUT_DIALOGis set.

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Thu, 21 Jul 2022 14:52:24 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b09867f - Simplify conditional guards for libclang_rt.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#0b09867f</link>
        <description>Simplify conditional guards for libclang_rt.All supported architectures can build libclang_rt now.Reviewed by:	dimSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D35740

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Thu, 07 Jul 2022 20:54:57 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3781e779 - riscv: actually enable sanitizers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#3781e779</link>
        <description>riscv: actually enable sanitizers1. Backport https://github.com/llvm/llvm-project/commit/b475ce39e8b1de3a70ea242473f136a567be46e3.2. Enable libclang_rt for riscv.Previous commit missed it.MFC after:	3 daysReviewed by:	dimDifferential Revision: https://reviews.freebsd.org/D34543

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sun, 13 Mar 2022 03:31:35 +0000</pubDate>
        <dc:creator>Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f8d4418 - bsddialog: Import version0.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#2f8d4418</link>
        <description>bsddialog: Import version0.2This version provides improvements and fixes mainly to use bsddialogutility in bsdinstall/scripts. The lib API is not broken so theprevious converted utilities (tzsetup, distextract, etc.) are OK.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34458

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sun, 13 Mar 2022 01:34:57 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02db4a12 - bsddialog: import version 0.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#02db4a12</link>
        <description>bsddialog: import version 0.1

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Fri, 28 Jan 2022 08:14:55 +0000</pubDate>
        <dc:creator>Alfonso Siciliano &lt;alfsiciliano@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f6fbfa3 - Remove quotes around Makefile .error/.warn/.info strings</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#6f6fbfa3</link>
        <description>Remove quotes around Makefile .error/.warn/.info stringsThe text after .error et al is emitted verbatim.Reviewed by:	sjgSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D33904

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:20:24 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77a55d2c - bsddialog: import snapshot 0.0.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/Makefile#77a55d2c</link>
        <description>bsddialog: import snapshot 0.0.2

            List of files:
            /freebsd-14.2/lib/Makefile</description>
        <pubDate>Tue, 21 Dec 2021 15:06:19 +0000</pubDate>
        <dc:creator>Alfonso Siciliano &lt;alfsiciliano@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
