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

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/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>a30235a4 - pkgbase: Create a FreeBSD-kerberos package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#a30235a4</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:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/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>6f777dd4 - Remove dead target introduced in r178828.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#6f777dd4</link>
        <description>Remove dead target introduced in r178828.MFC after:	1 week

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Sun, 06 Aug 2017 06:35:40 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d65af1e7 - Convert kerberos to LIBADD and reduce overlinking of the kerberos binaries and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#d65af1e7</link>
        <description>Convert kerberos to LIBADD and reduce overlinking of the kerberos binaries andlibraries

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 09:57:42 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5608fd23 - Revert r267233 for now. PIE support needs to be reworked.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#5608fd23</link>
        <description>Revert r267233 for now. PIE support needs to be reworked.1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other   build-only utility libraries.2. Another 40% is fixed by generating _pic.a variants of various libraries.3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR)   where it never would work anyhow, such as csu or loader. This suggests   there may be better ways of adding support to the tree. Many of these   cases can be fixed such that -fPIE will work but there is really no   reason to have it in those cases.4. Some of the uses are working around hacks done to some Makefiles that are   really building libraries but have been using bsd.prog.mk because the code   is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have   been needed.We likely do want to enable PIE by default (opt-out) for non-tree consumers(such as ports). For in-tree though we probably want to only enable PIE(opt-in) for common attack targets such as remote service daemons and setuidutilities. This is also a great performance compromise since ASLR is expectedto reduce performance. As such it does not make sense to enable it in allutilities such as ls(1) that have little benefit to having it enabled.Reported by:	kib

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 15:04:32 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>864c53ea - In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#864c53ea</link>
        <description>In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.This is currently an opt-in build flag. Once ASLR support is ready and stableit should changed to opt-out and be enabled by default along with ASLR.Each application Makefile uses opt-out to ensure that ASLR will be enabled bydefault in new directories when the system is compiled with PIE/ASLR. [2]Mark known build failures as NO_PIE for now.The only known runtime failure was rtld.[1] http://www.bsdcan.org/2014/schedule/events/452.en.htmlSubmitted by:		Shawn Webb &lt;lattera@gmail.com&gt;Discussed between:	des@ and Shawn Webb [2]

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Sun, 08 Jun 2014 17:29:31 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33f12199 - Fix conflicts after heimdal-1.1 import and add build infrastructure. Import</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#33f12199</link>
        <description>Fix conflicts after heimdal-1.1 import and add build infrastructure. Importall non-style changes made by heimdal to our own libgssapi.

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Wed, 07 May 2008 13:53:12 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#e653b48c</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 08:47:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86751859 - style.Makefile(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#86751859</link>
        <description>style.Makefile(5).OK&apos;ed by:	nectar

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/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>75137813 - Put libraries in the link order.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#75137813</link>
        <description>Put libraries in the link order.Reported by:	lorder(1) (modified to work with libraries)

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Wed, 04 Feb 2004 10:23:09 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11bf3600 - Overhaul of kerberos5/ makefiles.  Most significant changes are:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#11bf3600</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:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/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>069b88eb - Big fixup of the makefiles. Sort out the dependancies so that &quot;make&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#069b88eb</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:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/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>ea51b8e8 - Fixed &quot;make checkdpadd&quot;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#ea51b8e8</link>
        <description>Fixed &quot;make checkdpadd&quot;.OK&apos;ed by:	markm

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Wed, 02 Jul 2003 23:46:39 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdf56035 - Add (optional, default off) support to kerberos5 for supporting openldap.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#bdf56035</link>
        <description>Add (optional, default off) support to kerberos5 for supporting openldap.Tests with openldap20 where successful whereas openldap21 didn&apos;t likethe way hdb-ldap accessed openldap (doesn&apos;t like non-bind access).To activate the support put a USE_OPENLDAP=yes in your make.conf.The OPENLDAPBASE is also optional and points to /usr/local as default.Approved by:	markmMFC after:	2 weeks

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Wed, 18 Jun 2003 09:11:34 +0000</pubDate>
        <dc:creator>Michael Reifenberger &lt;mr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53056489 - Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIV</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#53056489</link>
        <description>Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIVcompatiblity mode anymore. Rename the k5foo utils to kfoo (afterrepo-copy).

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Sun, 09 Mar 2003 21:56:55 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db6845e8 - Reorder libraries in LDADD in case some wants to statically</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#db6845e8</link>
        <description>Reorder libraries in LDADD in case some wants to staticallylink these applications.

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Fri, 20 Sep 2002 17:09:38 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adb5202b - Make ipropd-slave/ipropd-master actually work.  These applications</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#adb5202b</link>
        <description>Make ipropd-slave/ipropd-master actually work.  These applicationswere being linked against the client Kerberos administration library,when they must be linked against the server library, resulting insegfaults early in the game.  I suspect these have never been testedbefore :-(

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Fri, 20 Sep 2002 17:07:59 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dde0b0ee - Kerberos 5 no longer needs -lmd</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#dde0b0ee</link>
        <description>Kerberos 5 no longer needs -lmdApproved by:	nectar

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Sun, 04 Aug 2002 22:23:48 +0000</pubDate>
        <dc:creator>Max Khon &lt;fjoe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6bde859f - Milestone #1 in cross-arch make releases.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#6bde859f</link>
        <description>Milestone #1 in cross-arch make releases.Do not install games and profiled libraries to the ${CHROOTDIR}with the initial installworld.Eliminate the need in the second installworld.  For that, make sure_everything_ is built in the &quot;world&quot; environment, using the righttool chain.Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1.  Split thebuildworld process into stages, and skip some stages whenSUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5dists).Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid runningmakewhatis(1) at the end of installworld (used when making crypto,krb4, and krb5 dists).In release/scripts/doFS.sh, ensure that the correct boot blocks areused.Moved the creation of the &quot;crypto&quot; dist from release.5 torelease.2.In release.3 and doMFSKERN, build kernels in the &quot;world&quot;environment.  KERNELS now means &quot;additional&quot; kernels, GENERIC isalways built.Ensure we build crunched binaries in the &quot;world&quot; environment.Obfuscate release/Makefile some more (WMAKEENV) to achieve this.Inline createBOOTMFS target.Use already built GENERIC kernel modules to augment mfsfd&apos;s/stand/modules.  GC doMODULES as such.Assorted fixes:Get rid of the &quot;afterdistribute&quot; target by moving the single useof it from sys/Makefile to etc/Makefile&apos;s &quot;distribute&quot;.Makefile.inc1: apparently &quot;etc&quot; no longer needs to be last for&quot;distribute&quot; to succeed.gnu/usr.bin/perl/library/Makefile.inc: do not override the&quot;install&quot; and &quot;distribute&quot; targets, do it the &quot;canonical&quot; way.release/scripts/{man,cat}pages-make.sh: make sure Perl manpages andcatpages appear in the right dists.  Note that because Perl doesnot respect the MANBUILDCAT (and NOMAN), this results in a loss of/usr/share/perl/man/cat* empty directories.  This will be fixedsoon.Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set itmeans &quot;make KerberosIV&quot;), as documented in the make.conf(5)manpage.  Most of the userland makefiles did not test it for &quot;YES&quot;anyway.XXX Should specialized kerberized libpam versions be included intothe krb4 and krb5 dists?  (libpam.a would be incorrect anyway ifboth krb4 and krb5 dists were choosen.)Make sure &quot;games&quot; dist is made before &quot;catpages&quot;, otherwise gamescatpages settle in the wrong dist.Fast build machine provided by: Igor Kucherenko &lt;kivvy@sunbay.com&gt;

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Fri, 26 Apr 2002 17:55:27 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2655cbec - update build infrastructure for heimdal 0.3e</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile#2655cbec</link>
        <description>update build infrastructure for heimdal 0.3e

            List of files:
            /freebsd-14.2/kerberos5/libexec/ipropd-master/Makefile</description>
        <pubDate>Tue, 13 Feb 2001 16:57:04 +0000</pubDate>
        <dc:creator>Assar Westerlund &lt;assar@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
