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

            List of files:
            /freebsd-14.2/lib/libarchive/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>f40b617e - libarchive: Remove MIPS build glue.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#f40b617e</link>
        <description>libarchive: Remove MIPS build glue.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D39329

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 22:05:53 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1ad5e39 - libarchive: Add missing MLINK.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#f1ad5e39</link>
        <description>libarchive: Add missing MLINK.Differential Revision: https://reviews.freebsd.org/D37398

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Thu, 17 Nov 2022 16:11:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72f97a2d - libarchive: fix mismatch between library and test configuration</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#72f97a2d</link>
        <description>libarchive: fix mismatch between library and test configurationI was investigating libarchive test failures on CheriBSD and it turns outwe get a reproducible SIGBUS for test_archive_m5, etc. Debugging this showsthat libarchive and the tests disagree when it comes to the definition ofarchive_md5_ctx: libarchive assumes it&apos;s the OpenSSL type whereas the testuse the libmd type. The latter is not necessarily aligned enough to storea pointer (16 bytes for CHERI RISC-V), so we were crashing when storingEVP_MD_CTX* to an 8-byte-aligned archive_md5_ctx.To avoid problems like this in the future, factor out the common compilerflags into a Makefile.inc and include that from the tests Makefile.Reviewed By:	lwhsuDifferential Revision: https://reviews.freebsd.org/D26469

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Fri, 18 Sep 2020 11:22:34 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ddf69c1 - Remove sparc64 specific warning suppression.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#1ddf69c1</link>
        <description>Remove sparc64 specific warning suppression.

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Wed, 12 Feb 2020 06:54:34 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d567f909 - Add native support for zstd to libarchive</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#d567f909</link>
        <description>Add native support for zstd to libarchiveNote that old pkg will failed to build after this. A recent ports tree (oneproviding pkg 1.12+) is required to build. Older already built pkg, shouldcontinue working as expectedPR:		238797Exp run by:	antoineReviewed by:	cemApproved by:	cemDifferential Revision:	https://reviews.freebsd.org/D20752

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Wed, 18 Sep 2019 07:57:56 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8dfd9dcd - Revert r340997 at the request of multiple users.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#8dfd9dcd</link>
        <description>Revert r340997 at the request of multiple users.- breaks ports-mgmt/pkg build for mips64, powerpc64 and i386 for some users.--- pkg-static ---/usr/lib/liblzma.a(stream_encoder_mt.o): In function `mythread_cond_init&apos;:/usr/local/poudriere/jails/ppc64/usr/src/contrib/xz/src/common/mythread.h:230:undefined reference to `pthread_condattr_init&apos;Reported by:	jhibbits zeising

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Tue, 04 Dec 2018 03:23:14 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d28d5e14 - libarchive configuration changes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#d28d5e14</link>
        <description>libarchive configuration changes- move HAVE_BZLIB_H, HAVE_LIBLZMA and HAVE_LZMA_H to config_freebsd.h- activate support for multi-threaded lzma encoding [1]PR:		233543 [1]Reported by:	cemMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Mon, 26 Nov 2018 21:45:27 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69921123 - Commit the 64-bit inode project.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#69921123</link>
        <description>Commit the 64-bit inode project.Extend the ino_t, dev_t, nlink_t types to 64-bit ints.  Modifystruct dirent layout to add d_off, increase the size of d_filenoto 64-bits, increase the size of d_namlen to 16-bits, and changethe required alignment.  Increase struct statfs f_mntfromname[] andf_mntonname[] array length MNAMELEN to 1024.ABI breakage is mitigated by providing compatibility using versionedsymbols, ingenious use of the existing padding in structures, andby employing other tricks.  Unfortunately, not everything can befixed, especially outside the base system.  For instance, third-partyAPIs which pass struct stat around are broken in backward andforward incompatible ways.Kinfo sysctl MIBs ABI is changed in backward-compatible way, butthere is no general mechanism to handle other sysctl MIBS whichreturn structures where the layout has changed. It was consideredthat the breakage is either in the management interfaces, where weusually allow ABI slip, or is not important.Struct xvnode changed layout, no compat shims are provided.For struct xtty, dev_t tty device member was reduced to uint32_t.It was decided that keeping ABI compat in this case is more usefulthan reporting 64-bit dev_t, for the sake of pstat.Update note: strictly follow the instructions in UPDATING.  Buildand install the new kernel with COMPAT_FREEBSD11 option enabled,then reboot, and only then install new world.Credits: The 64-bit inode project, also known as ino64, started lifemany years ago as a project by Gleb Kurtsou (gleb).  Kirk McKusick(mckusick) then picked up and updated the patch, and acted as aflag-waver.  Feedback, suggestions, and discussions were carriedby Ed Maste (emaste), John Baldwin (jhb), Jilles Tjoelker (jilles),and Rick Macklem (rmacklem).  Kris Moore (kris) performed an initialports investigation followed by an exp-run by Antoine Brodin (antoine).Essential and all-embracing testing was done by Peter Holm (pho).The heavy lifting of coordinating all these efforts and bringing theproject to completion were done by Konstantin Belousov (kib).Sponsored by:	The FreeBSD Foundation (emaste, kib)Differential revision:	https://reviews.freebsd.org/D10439

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Tue, 23 May 2017 09:29:05 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd1ed997 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#dd1ed997</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 03:54:36 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc9b124d - Create a new MACHINE_ARCH for Freescale PowerPC e500v2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#dc9b124d</link>
        <description>Create a new MACHINE_ARCH for Freescale PowerPC e500v2Summary:The Freescale e500v2 PowerPC core does not use a standard FPU.Instead, it uses a Signal Processing Engine (SPE)--a DSP-style vector processorunit, which doubles as a FPU.  The PowerPC SPE ABI is incompatible with thestock powerpc ABI, so a new MACHINE_ARCH was created to deal with this.Additionaly, the SPE opcodes overlap with Altivec, so these are mutuallyexclusive.  Taking advantage of this fact, a new file, powerpc/booke/spe.c, wascreated with the same function set as in powerpc/powerpc/altivec.c, so itbecomes effectively a drop-in replacement.  setjmp/longjmp were modified to savethe upper 32-bits of the now-64-bit GPRs (upper 32-bits are only accessible bythe SPE).Note: This does _not_ support the SPE in the e500v1, as the e500v1 SPE does notsupport double-precision floating point.Also, without a new MACHINE_ARCH it would be impossible to provide binarypackages which utilize the SPE.Additionally, no work has been done to support ports, work is needed for this.This also means no newer gcc can yet be used.  However, gcc&apos;s powerpc supporthas been refactored which would make adding a powerpcspe-freebsd target veryeasy.Test Plan:This was lightly tested on a RouterBoard RB800 and an AmigaOne A1222(P1022-based) board, compiled against the new ABI.  Base system utilities(/bin/sh, /bin/ls, etc) still function appropriately, the system is able to bootmultiuser.Reviewed By:	bdrewery, impRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D5683

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Sat, 22 Oct 2016 01:57:15 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62f38e94 - Don&apos;t override LIB*DIR variables from src.libnames.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#62f38e94</link>
        <description>Don&apos;t override LIB*DIR variables from src.libnames.mk.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 22:04:59 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59e2ff55 - Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#59e2ff55</link>
        <description>Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in tothe FreeBSD test suitefunctional_test.sh was ported from bin/sh/tests/functional_test.sh, as asmall wrapper around libarchive_test, bsdcpio_test, and bsdtar_test providedby upstream.A handful of testcases in lib/libarchive/tests have been disabled as theywere failing when run with kyua test (see BROKEN_TESTS inlib/libarchive/tests/Makefile)As a sidenote: this removes the check/test targets from the Makefiles as theydon&apos;t match the pattern used in the rest of the FreeBSD test suite.MFC after: 2 weeksSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 18:31:21 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbfbf7ae - Drop libarchive.pc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#dbfbf7ae</link>
        <description>Drop libarchive.pcWe want to ensure we always use libarchive from ports in the ports tree.It simplifies ports maintainance and anyway libarchive.pc was not reflecting thedifferent way libarchive can be built in base

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Sun, 19 Jul 2015 21:31:52 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1243a98e - Remove the const qualifier from iconv(3) to comply with POSIX:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#1243a98e</link>
        <description>Remove the const qualifier from iconv(3) to comply with POSIX:http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.htmlAdjust all code that calls iconv.PR:		199099Exp-run by:	antoineMFC after:	2 weeks

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Wed, 15 Apr 2015 09:09:20 +0000</pubDate>
        <dc:creator>Tijl Coosemans &lt;tijl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ac327af - Add pkg-config file for libarchive</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libarchive/Makefile#0ac327af</link>
        <description>Add pkg-config file for libarchiveRequested by:	baptMFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libarchive/Makefile</description>
        <pubDate>Sun, 02 Nov 2014 09:37:45 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
