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

            List of files:
            /freebsd-14.2/lib/libmilter/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>45f591e6 - libmilter: Silence -Wdeprecated-non-prototype warnings.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#45f591e6</link>
        <description>libmilter: Silence -Wdeprecated-non-prototype warnings.Missed this one when tagging other sendmail libraries.Fixes:		525438ea7147 sendmail: Silence -Wdeprecated-non-prototype warnings.

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:52:51 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3413ee88 - Add -DSTARTTLS CFLAG in order to enable DANE in sendmail builds</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#3413ee88</link>
        <description>Add -DSTARTTLS CFLAG in order to enable DANE in sendmail builds

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Sun, 15 Jan 2023 21:24:38 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@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/libmilter/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/libmilter/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>cb705333 - 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/libmilter/Makefile#cb705333</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/libmilter/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:42:43 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c4fa87c - Create a package for sendmail(8).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#9c4fa87c</link>
        <description>Create a package for sendmail(8).Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Mon, 08 Feb 2016 18:41:46 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@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/libmilter/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libmilter/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>b791fbe6 - META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#b791fbe6</link>
        <description>META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile.  There&apos;s no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 19:44:43 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@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/lib/libmilter/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/lib/libmilter/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>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/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/libmilter/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>b3a50261 - Switch libmilter from select(2) to poll(2) so milters are not limited</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#b3a50261</link>
        <description>Switch libmilter from select(2) to poll(2) so milters are not limitedby the size of FD_SETSIZE.PR:		118824Submitted by:	vsevolodMFC after:	3 weeks

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Sun, 17 Feb 2008 05:14:47 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4881b9c3 - New files in sendmail 8.14.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#4881b9c3</link>
        <description>New files in sendmail 8.14.1

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Mon, 09 Apr 2007 01:45:30 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>731db6a4 - NOINET6 -&gt; NO_INET6</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#731db6a4</link>
        <description>NOINET6 -&gt; NO_INET6

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 10:49:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c56527f - Honor NOINET6 and disable IPv6 support in libmilter and sendmail if it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#0c56527f</link>
        <description>Honor NOINET6 and disable IPv6 support in libmilter and sendmail if itis set.MFC after:	4 days

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Tue, 01 Jun 2004 01:29:42 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dce6e651 - Remove MAINTAINER= lines from individual Makefiles in favor of the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#dce6e651</link>
        <description>Remove MAINTAINER= lines from individual Makefiles in favor of theMAINTAINER file (which already had entries for sendmail).

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Mon, 07 Jul 2003 03:54:04 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@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/libmilter/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/libmilter/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>850dab17 - Add two new libraries which are part of sendmail 8.12.  libsm is used only</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libmilter/Makefile#850dab17</link>
        <description>Add two new libraries which are part of sendmail 8.12.  libsm is used onlyfor building sendmail and the associated utilities.  libmilter is a newmail filtering API for sendmail.

            List of files:
            /freebsd-14.2/lib/libmilter/Makefile</description>
        <pubDate>Sun, 17 Feb 2002 22:01:40 +0000</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
