<?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>ef2b8edd - pkgbase: Put libbsdxml in FreeBSD-runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#ef2b8edd</link>
        <description>pkgbase: Put libbsdxml in FreeBSD-runtimelibbsdxml is used by a lot of programs so just put it in FreeBSD-runtime.Differential Revision: https://reviews.freebsd.org/D31800Reviewed by: emaste(cherry picked from commit 30975efbaff0a021545e81bd9fa09d848edfaafa)

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Wed, 01 Sep 2021 18:25:50 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24c14ab8 - Stop using unifdef to generate bsdxml.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#24c14ab8</link>
        <description>Stop using unifdef to generate bsdxml.hThe current invocation of unifdef causes the build to fail when using a shellwith -o pipefail on by default since unifdef will return a non-zero exit statusif it changes something. The only thing this call to unifdef does is remove 5lines that will be ignored by the compiler anyway. Furthermore, it is the onlymake rule in the source tree that requires unifdef. Removing this call alsomakes it slightly easier to build without inhering $PATH (D16815) since wedon&apos;t need unifdef anymore.I also noticed that the sed call to replace the include guard has been brokenfor over 10 years since the import of expat 2.0.1 changed it from`XmlParse_INCLUDED` to `Expat_INCLUDED`. I could also fix this but since it&apos;sbeen broken for so long and no one noticed, it&apos;s probably not necessary.Reviewed By:	emasteApproved By:	jhb (mentor)Differential Revision: https://reviews.freebsd.org/D14317

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Wed, 22 Aug 2018 11:56:42 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2623a5ac - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#2623a5ac</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:53:45 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libexpat/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>18b2ee82 - Revert r284417 it is not necessary anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 19:28:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826 - Enforce overwritting SHLIBDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#4232f826</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 15:34:20 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a37b5fc - Add a ${CP} alias for copying files in the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#7a37b5fc</link>
        <description>Add a ${CP} alias for copying files in the build.Some users build FreeBSD as non-root in Perforce workspaces.  By default,Perforce sets files read-only unless they&apos;re explicitly being edited.As a result, the -f argument must be used to cp in order to override theread-only flag when copying source files to object directories.  Bare use of&apos;cp&apos; should be avoided in the future.Update all current users of &apos;cp&apos; in the src tree.Reviewed by:	emasteMFC after:	1 weekSponsored by:	Spectra Logic

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Fri, 16 Jan 2015 21:39:08 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ce14e21 - Fix spelling and wording.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#7ce14e21</link>
        <description>Fix spelling and wording.

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Wed, 12 Nov 2014 16:07:33 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4be3feb2 - Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#4be3feb2</link>
        <description>Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asread-only by default, meaning files copied can&apos;t be overwritten next time.Reviewed by:	impApproved by:	ken (mentor)

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Thu, 12 Aug 2010 20:46:49 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#3ca3047a</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4ca06b9 - Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#c4ca06b9</link>
        <description>Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hheader is now in two parts: bsdxml.h and bsdxml_external.h, representingthe expat.h and expat_external.h headers. Updated the info on the manpage as well. Also, fixed a type-error in a printf insbin/ifconfig/regdomain.c that would cause a compiler warning.Approved by:	sam, phk

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Thu, 08 May 2008 14:01:42 +0000</pubDate>
        <dc:creator>Coleman Kane &lt;cokane@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>419ecd5d - Bump library versions in preparation for 7.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#419ecd5d</link>
        <description>Bump library versions in preparation for 7.0.Ok&apos;d by:	kan

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Mon, 21 May 2007 02:49:08 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a84020c2 - Bump the shared library version number of all libraries that have not</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#a84020c2</link>
        <description>Bump the shared library version number of all libraries that have notbeen bumped since RELENG_5.Reviewed by:	ruApproved by:	re (not needed for commit check but in principle...)

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Fri, 22 Jul 2005 17:19:05 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41d8423f - Stage 3 of dynamic root support. Make all the libraries needed to run</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#41d8423f</link>
        <description>Stage 3 of dynamic root support. Make all the libraries needed to runbinaries in /bin and /sbin installed in /lib. Only the versioned filesreside in /lib, the .so symlink continues to live /usr/lib so thetoolchain doesn&apos;t need to be modified.

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Sun, 17 Aug 2003 08:28:46 +0000</pubDate>
        <dc:creator>Gordon Tetlow &lt;gordon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1c8598e - Style.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#a1c8598e</link>
        <description>Style.Approved by:	phk

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Fri, 04 Oct 2002 15:06:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a349ed8 - Ok, concensus was to install libexpat under a &quot;private brandname&quot;, and after</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#8a349ed8</link>
        <description>Ok, concensus was to install libexpat under a &quot;private brandname&quot;, and aftersome deliberation the name &quot;libbsdxml&quot; was chosen since it conveys the twomost important attributes:  &quot;Private to FreeBSD&quot; and &quot;XML&quot;.Add a skeleton man-page to give the credit and point for furtherdocumentation.  (If somebody wants to write a true mdoc manpage forthis I am sure both the eXpat people and I will be grateful).(Still not connected to the build)

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Fri, 04 Oct 2002 11:20:18 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e07a41b - Build libexpat out of src/contrib/expat.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libexpat/Makefile#4e07a41b</link>
        <description>Build libexpat out of src/contrib/expat.Not connected to the build yet.

            List of files:
            /freebsd-13.1/lib/libexpat/Makefile</description>
        <pubDate>Wed, 02 Oct 2002 07:35:35 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
