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

            List of files:
            /freebsd-14.2/lib/libmp/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>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@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/libmp/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/libmp/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/libmp/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/libmp/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>ebc81ded - 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/libmp/Makefile#ebc81ded</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-14.2/lib/libmp/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:42:11 +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-14.2/lib/libmp/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libmp/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>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libmp/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>dfed135e - Integrate lib/libmp into the build/kyua</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#dfed135e</link>
        <description>Integrate lib/libmp into the build/kyua- Remove the .t wrapper- Fix -Wreturn-type warnings with clangThis change has been tested on amd64/i386Phabric: D530Reviewed by: jmmvApproved by: jmmv (co-mentor)MFC after: 2 weeksSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:10:07 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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-14.2/lib/libmp/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-14.2/lib/libmp/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>b3aaa0cc - Rename all symbols in libmp(3) to mp_*, just like Solaris.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#b3aaa0cc</link>
        <description>Rename all symbols in libmp(3) to mp_*, just like Solaris.The function pow() in libmp(3) clashes with pow(3) in libm. We couldrename this single function, but we can just take the same approach asthe Solaris folks did, which is to prefix all function names with mp_.libmp(3) isn&apos;t really popular nowadays. I suspect not a singleapplication in ports depends on it. There&apos;s still a chance, so I&apos;veincreased the SHLIB_MAJOR and __FreeBSD_version.Reviewed by:	deischen, rdivacky

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Thu, 26 Feb 2009 21:43:15 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@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-14.2/lib/libmp/Makefile#419ecd5d</link>
        <description>Bump library versions in preparation for 7.0.Ok&apos;d by:	kan

            List of files:
            /freebsd-14.2/lib/libmp/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>e4a93f1e - Add missing shared library interdependencies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#e4a93f1e</link>
        <description>Add missing shared library interdependencies.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Thu, 10 Nov 2005 18:07:07 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@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-14.2/lib/libmp/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-14.2/lib/libmp/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>c2cc554b - Downgrage WARNS level for GCC 3.4.x.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#c2cc554b</link>
        <description>Downgrage WARNS level for GCC 3.4.x.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Wed, 28 Jul 2004 05:44:07 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9c19ff - Adjust for OpenSSL 0.9.7.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#cb9c19ff</link>
        <description>Adjust for OpenSSL 0.9.7.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Tue, 28 Jan 2003 23:03:15 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c20e9fe9 - This compiles fine w/WARNS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#c20e9fe9</link>
        <description>This compiles fine w/WARNS.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Mon, 30 Dec 2002 09:25:30 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e27d2dc - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#1e27d2dc</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Mon, 13 May 2002 12:11:54 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7b111cb - Added new bsd.incs.mk which handles installing of header files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#c7b111cb</link>
        <description>Added new bsd.incs.mk which handles installing of header filesvia INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) tohandle symlinking include files.  Allow for multiple groups ofinclude files to be installed, with the powerful INCSGROUPS knob.Documentation to follow.Added standard `includes&apos; and `incsinstall&apos; targets, use themin Makefile.inc1.  Headers from the following makefiles werenot installed before (during `includes&apos; in Makefile.inc1):	kerberos5/lib/libtelnet/Makefile	lib/libbz2/Makefile	lib/libdevinfo/Makefile	lib/libform/Makefile	lib/libisc/Makefile	lib/libmenu/Makefile	lib/libmilter/Makefile	lib/libpanel/MakefileReplaced all `beforeinstall&apos; targets for installing includeswith the INCS stuff.Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,and INCMODE.Consistently use INCLUDEDIR instead of /usr/include.gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changeswere only lightly tested due to the missing contrib/libstdc++-v3.I fully tested the pre-WIP_GCC31 version of this patch with thecontrib/libstdc++.295 stuff.These changes have been tested on i386 with the -DNO_WERROR &quot;makeworld&quot; and &quot;make release&quot;.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Sun, 12 May 2002 16:01:00 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56996e8b - Rename mp.3 to libmp.3 since that&apos;s what all the other &quot;library&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#56996e8b</link>
        <description>Rename mp.3 to libmp.3 since that&apos;s what all the other &quot;library&quot;manual pages (e.g., libstand, libdisk) are called.Submitted by:	sheldonh

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Mon, 30 Jul 2001 09:15:27 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>401e25bd - Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmp/Makefile#401e25bd</link>
        <description>Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.

            List of files:
            /freebsd-14.2/lib/libmp/Makefile</description>
        <pubDate>Sun, 29 Jul 2001 13:22:41 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
