History log of /freebsd-current/kerberos5/usr.bin/krb5-config/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a30235a4 01-Sep-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Create a FreeBSD-kerberos package

This allows users to install or not kerberos related utilities
and libs.

Differential Revision: https://reviews.freebsd.org/D31801


# 92aea66e 01-Jul-2019 Alex Richardson <arichardson@FreeBSD.org>

Fix generation of krb5-config with LC_CTYPE=*.UTF-8

When building on MacOS with a UTF-8 locale sed will fail when reading
krb-config.in due to invalid characters. Forcing the "C" locale fixes this.

Reviewed By: emaste, cy
Differential Revision: https://reviews.freebsd.org/D16849


# 639f40f8 11-Aug-2018 Kyle Evans <kevans@FreeBSD.org>

krb5-config build: Remove gratuitous escaping

MFC after: 1 week


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# e5dc3b75 09-May-2008 Doug Rabson <dfr@FreeBSD.org>

Update magic sed script for heimdal-1.1


# 7ca39a7f 24-Feb-2005 Jacques Vidrine <nectar@FreeBSD.org>

Update Heimdal 0.6.1 -> 0.6.3.


# 52d887f8 13-Apr-2004 Jacques Vidrine <nectar@FreeBSD.org>

Update version strings for Heimdal: 0.6 -> 0.6.1


# 86751859 05-Feb-2004 Ruslan Ermilov <ru@FreeBSD.org>

style.Makefile(5).

OK'ed by: nectar


# 11bf3600 31-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

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: nectar
Reviewed by: markm
Silence on: arch


# f0a7f80d 09-Oct-2003 Jacques Vidrine <nectar@FreeBSD.org>

Update build infrastructure for Heimdal 0.6.


# 069b88eb 18-Jul-2003 Mark Murray <markm@FreeBSD.org>

Big fixup of the makefiles. Sort out the dependancies so that "make"
without "make depend" works, "make -j N" works, and lists of source
files are made vertical to reduce future diffs.


# 4556abb5 24-Nov-2002 Jacques Vidrine <nectar@FreeBSD.org>

Update version numbers after import of Heimdal 0.5.1.

Approved by: re


# ed913cab 15-Nov-2002 Jacques Vidrine <nectar@FreeBSD.org>

Repair buglet introduced with the last import of Heimdal:
`krb5-config --cflags' spewed an erroneous argument.

Reported by: Gabor@Zahemszky.HU
Approved by: re (jhb)


# 88837148 18-Sep-2002 Jacques Vidrine <nectar@FreeBSD.org>

This is Heimdal 0.5.


# c9e38169 01-Sep-2002 Jacques Vidrine <nectar@FreeBSD.org>

= The prefix should be `/usr', not `/'.
= Correct the Heimdal version number hiding in here.


# c7b111cb 12-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

Added new bsd.incs.mk which handles installing of header files
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' 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/Makefile

Replaced all `beforeinstall' targets for installing includes
with 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 changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".


# b97d597f 08-May-2002 Jacques Vidrine <nectar@FreeBSD.org>

= We need `-lcrypt' and `-lcom_err' to when building Kerberos
applications.
= The Heimdal version number is hiding here also. Correct it.


# cdbf1b6b 17-Dec-2001 Ruslan Ermilov <ru@FreeBSD.org>

Install script via SCRIPTS.


# fb0007c7 27-Aug-2001 Assar Westerlund <assar@FreeBSD.org>

style fixes (by the way of bde)


# ec4ca830 26-Aug-2001 Assar Westerlund <assar@FreeBSD.org>

add krb5-config