<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>7e97c6adffde3bd6f60f042ed2603335c005c6a7 - kerberos5: Fix the Heimdal pkgbase build</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#7e97c6adffde3bd6f60f042ed2603335c005c6a7</link>
        <description>kerberos5: Fix the Heimdal pkgbase buildWhen LIB_PACKAGE was added, MIT Kerberos was updated to use it butHeimdal was not, so it still used PACKAGE=kerberos-lib.  Since wedeleted kerberos-lib-all.ucl, this caused update-packages to failwhen WITHOUT_MITKRB5 is set.Change the Heimdal libraries to use LIB_PACKAGE by setting this inkerberos5/lib/Makefile.inc, and remove PACKAGE=kerberos-lib from theindividual Makefiles for each library.  This means Heimdal gets thesame set of packages as MIT Kerberos, except for kerberos-kdc whichwe don&apos;t create for Heimdal.Fixes:	929f5966a9fd (&quot;packages: Improve handling of -lib packages&quot;)Reported by:	jlduranReviewed by:	jlduran, cyDifferential Revision:	https://reviews.freebsd.org/D52371

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 04 Sep 2025 13:53:02 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/kerberos5/lib/libsl/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>6e4dbb7feff42275c3025dbc25d6ea6cce4e5fd7 - pkgbase: split kerberos binaries and libs</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#6e4dbb7feff42275c3025dbc25d6ea6cce4e5fd7</link>
        <description>pkgbase: split kerberos binaries and libsSummary:This allows installing packages that depend on kerberos librarieswithout pulling in all the binaries. It also moves libgssapi to runtimeto allow installing kerbereos libraries without adding a dependancy onthe large utilities package. It makes sense to put libgssapi in runtimerather than kerberos-lib since this is a plugin layer which is intendedto support any GSS-API mechanisms, not just kerberos.A good example of a package which uses kerberos libraries withoutneeding the kerberos utilities is sshd. This uses the kerberos GSS-APIlibraries to implement its GSSAPIAuthentication option.MFC after: 2 weeksSubscribers: impDifferential Revision: https://reviews.freebsd.org/D36028

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Fri, 29 Jul 2022 09:14:34 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a30235a4c360c06bb57be1f10ae6866a71fb5622 - pkgbase: Create a FreeBSD-kerberos package</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#a30235a4c360c06bb57be1f10ae6866a71fb5622</link>
        <description>pkgbase: Create a FreeBSD-kerberos packageThis allows users to install or not kerberos related utilitiesand libs.Differential Revision:	https://reviews.freebsd.org/D31801

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 02 Sep 2021 04:09:15 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e97c6adffde3bd6f60f042ed2603335c005c6a7 - kerberos5: Fix the Heimdal pkgbase build</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#7e97c6adffde3bd6f60f042ed2603335c005c6a7</link>
        <description>kerberos5: Fix the Heimdal pkgbase buildWhen LIB_PACKAGE was added, MIT Kerberos was updated to use it butHeimdal was not, so it still used PACKAGE=kerberos-lib.  Since wedeleted kerberos-lib-all.ucl, this caused update-packages to failwhen WITHOUT_MITKRB5 is set.Change the Heimdal libraries to use LIB_PACKAGE by setting this inkerberos5/lib/Makefile.inc, and remove PACKAGE=kerberos-lib from theindividual Makefiles for each library.  This means Heimdal gets thesame set of packages as MIT Kerberos, except for kerberos-kdc whichwe don&apos;t create for Heimdal.Fixes:	929f5966a9fd (&quot;packages: Improve handling of -lib packages&quot;)Reported by:	jlduranReviewed by:	jlduran, cyDifferential Revision:	https://reviews.freebsd.org/D52371

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 04 Sep 2025 13:53:02 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/kerberos5/lib/libsl/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>6e4dbb7feff42275c3025dbc25d6ea6cce4e5fd7 - pkgbase: split kerberos binaries and libs</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#6e4dbb7feff42275c3025dbc25d6ea6cce4e5fd7</link>
        <description>pkgbase: split kerberos binaries and libsSummary:This allows installing packages that depend on kerberos librarieswithout pulling in all the binaries. It also moves libgssapi to runtimeto allow installing kerbereos libraries without adding a dependancy onthe large utilities package. It makes sense to put libgssapi in runtimerather than kerberos-lib since this is a plugin layer which is intendedto support any GSS-API mechanisms, not just kerberos.A good example of a package which uses kerberos libraries withoutneeding the kerberos utilities is sshd. This uses the kerberos GSS-APIlibraries to implement its GSSAPIAuthentication option.MFC after: 2 weeksSubscribers: impDifferential Revision: https://reviews.freebsd.org/D36028

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Fri, 29 Jul 2022 09:14:34 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a30235a4c360c06bb57be1f10ae6866a71fb5622 - pkgbase: Create a FreeBSD-kerberos package</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#a30235a4c360c06bb57be1f10ae6866a71fb5622</link>
        <description>pkgbase: Create a FreeBSD-kerberos packageThis allows users to install or not kerberos related utilitiesand libs.Differential Revision:	https://reviews.freebsd.org/D31801

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 02 Sep 2021 04:09:15 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86751859b5ab9bb0632fc2b8e514891814592e01 - style.Makefile(5).</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#86751859b5ab9bb0632fc2b8e514891814592e01</link>
        <description>style.Makefile(5).OK&apos;ed by:	nectar

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 05 Feb 2004 18:51:52 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11bf3600e871d5cf6246515a7fb384511ca31a57 - Overhaul of kerberos5/ makefiles.  Most significant changes are:</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#11bf3600e871d5cf6246515a7fb384511ca31a57</link>
        <description>Overhaul of kerberos5/ makefiles.  Most significant changes are:- Dropped support for standalone builds, this was only partially  supported anyway, and required so much magic in makefiles that  made life dangerous (e.g., by using the custom yacc rules).- Got rid of .OBJDIR in makefiles -- makes building of individual  files possible again.- Made the .x.c transformations -j safe.- Reprogrammed LDADD to fix static build of some utilities that  was broken.- Fixed LDFLAGS and DPADD in the WITH_OPENLDAP case -- positively  affects the contents of .depend files.- Removed redundant .h&apos;s from SRCS, only kept those that are  generated.- libkrb5/ INCS were bogusly installed again with libgssapi/.- Made build-tools real tools with their own makefiles in  separate directories.  This allows us to properly track  their dependencies, etc.- Faster build, 21% less of makefile code!Approved by:	nectarReviewed by:	markmSilence on:	arch

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Sat, 31 Jan 2004 08:15:57 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>069b88eb3a967e133c0535fe60e0c3fb6973e11a - Big fixup of the makefiles. Sort out the dependancies so that &quot;make&quot;</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#069b88eb3a967e133c0535fe60e0c3fb6973e11a</link>
        <description>Big fixup of the makefiles. Sort out the dependancies so that &quot;make&quot;without &quot;make depend&quot; works, &quot;make -j N&quot; works, and lists of sourcefiles are made vertical to reduce future diffs.

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Fri, 18 Jul 2003 13:21:58 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46f8fdc34e061de76cb8dfa19872edcd2fe2c66b - Removed now unused INTERNALSTATICLIB.</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#46f8fdc34e061de76cb8dfa19872edcd2fe2c66b</link>
        <description>Removed now unused INTERNALSTATICLIB.INTERNALLIB now implies NOPIC and NOPROFILE.Removed gratuitous NOMAN.

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Mon, 13 May 2002 11:09:07 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a39bc9aac592c81f8d37d46b1b9b17b1a51a8f42 - Don&apos;t emulate INTERNALLIB.</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#a39bc9aac592c81f8d37d46b1b9b17b1a51a8f42</link>
        <description>Don&apos;t emulate INTERNALLIB.

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Wed, 08 May 2002 13:56:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>079654e8e26629b20751fea5ab21e707996035b5 - Remove largescale evidence of crack-smoking.</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#079654e8e26629b20751fea5ab21e707996035b5</link>
        <description>Remove largescale evidence of crack-smoking.Where a k4 applet has a k5 namesake, rename the k5 versionfrom k&lt;app&gt; to k5&lt;app&gt;. (Repo copy done).Do some repairs to dependancies to support make world properly.

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Mon, 28 Feb 2000 19:15:32 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc4b5dfa38b84c3e1b1d943f01bfc4432a3c25b8 - Use libcrypto instead of libdes. Upgrade for Heimdal-0.2p</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#fc4b5dfa38b84c3e1b1d943f01bfc4432a3c25b8</link>
        <description>Use libcrypto instead of libdes. Upgrade for Heimdal-0.2p

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 24 Feb 2000 21:15:14 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb9e1f54bd6ab4ce22a3dd0ae5d5a0e8bb2628ff - Userland build of Kerberos5 (AKA Heimdal). More to come.</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#eb9e1f54bd6ab4ce22a3dd0ae5d5a0e8bb2628ff</link>
        <description>Userland build of Kerberos5 (AKA Heimdal). More to come.This is not ready for primetime yet! Please hold off on the bug reports.

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Sat, 15 Jan 2000 21:38:08 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e97c6adffde3bd6f60f042ed2603335c005c6a7 - kerberos5: Fix the Heimdal pkgbase build</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#7e97c6adffde3bd6f60f042ed2603335c005c6a7</link>
        <description>kerberos5: Fix the Heimdal pkgbase buildWhen LIB_PACKAGE was added, MIT Kerberos was updated to use it butHeimdal was not, so it still used PACKAGE=kerberos-lib.  Since wedeleted kerberos-lib-all.ucl, this caused update-packages to failwhen WITHOUT_MITKRB5 is set.Change the Heimdal libraries to use LIB_PACKAGE by setting this inkerberos5/lib/Makefile.inc, and remove PACKAGE=kerberos-lib from theindividual Makefiles for each library.  This means Heimdal gets thesame set of packages as MIT Kerberos, except for kerberos-kdc whichwe don&apos;t create for Heimdal.Fixes:	929f5966a9fd (&quot;packages: Improve handling of -lib packages&quot;)Reported by:	jlduranReviewed by:	jlduran, cyDifferential Revision:	https://reviews.freebsd.org/D52371

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Thu, 04 Sep 2025 13:53:02 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/kerberos5/lib/libsl/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/kerberos5/lib/libsl/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
