style.Makefile(5).OK'ed by: nectar
Put libraries in the link order.Reported by: lorder(1) (modified to work with libraries)
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 m
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'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
show more ...
Big fixup of the makefiles. Sort out the dependancies so that "make"without "make depend" works, "make -j N" works, and lists of sourcefiles are made vertical to reduce future diffs.
Fixed "make checkdpadd".OK'ed by: markm
Add (optional, default off) support to kerberos5 for supporting openldap.Tests with openldap20 where successful whereas openldap21 didn't likethe way hdb-ldap accessed openldap (doesn't like non-bi
Add (optional, default off) support to kerberos5 for supporting openldap.Tests with openldap20 where successful whereas openldap21 didn't likethe way hdb-ldap accessed openldap (doesn'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
Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIVcompatiblity mode anymore. Rename the k5foo utils to kfoo (afterrepo-copy).
Reorder libraries in LDADD in case some wants to staticallylink these applications.
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
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 :-(
Kerberos 5 no longer needs -lmdApproved by: nectar
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, ma
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 "world" 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 "crypto" dist from release.5 torelease.2.In release.3 and doMFSKERN, build kernels in the "world"environment. KERNELS now means "additional" kernels, GENERIC isalways built.Ensure we build crunched binaries in the "world" environment.Obfuscate release/Makefile some more (WMAKEENV) to achieve this.Inline createBOOTMFS target.Use already built GENERIC kernel modules to augment mfsfd's/stand/modules. GC doMODULES as such.Assorted fixes:Get rid of the "afterdistribute" target by moving the single useof it from sys/Makefile to etc/Makefile's "distribute".Makefile.inc1: apparently "etc" no longer needs to be last for"distribute" to succeed.gnu/usr.bin/perl/library/Makefile.inc: do not override the"install" and "distribute" targets, do it the "canonical" 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 "make KerberosIV"), as documented in the make.conf(5)manpage. Most of the userland makefiles did not test it for "YES"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 "games" dist is made before "catpages", otherwise gamescatpages settle in the wrong dist.Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>
update build infrastructure for heimdal 0.3e
Properly separate the K5-only buld from K4.Submitted by: sheldonh
KerberosIV is no longer compulsory. This should fix "make release".
Use libcrypto instead of libdes. Upgrade for Heimdal-0.2p
Userland build of Kerberos5 (AKA Heimdal). More to come.This is not ready for primetime yet! Please hold off on the bug reports.
12