#
fb0007c7 |
| 27-Aug-2001 |
Assar Westerlund <assar@FreeBSD.org> |
style fixes (by the way of bde)
|
#
ec4ca830 |
| 27-Aug-2001 |
Assar Westerlund <assar@FreeBSD.org> |
add krb5-config
|
Revision tags: release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
e5dc3b75 |
| 09-May-2008 |
Doug Rabson <dfr@FreeBSD.org> |
Update magic sed script for heimdal-1.1
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
7ca39a7f |
| 24-Feb-2005 |
Jacques Vidrine <nectar@FreeBSD.org> |
Update Heimdal 0.6.1 -> 0.6.3.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
#
52d887f8 |
| 13-Apr-2004 |
Jacques Vidrine <nectar@FreeBSD.org> |
Update version strings for Heimdal: 0.6 -> 0.6.1
|
Revision tags: release/5.2.1_cvs, release/5.2.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 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: nectar Reviewed by: markm Silence on: arch
show more ...
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
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.
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
4556abb5 |
| 24-Nov-2002 |
Jacques Vidrine <nectar@FreeBSD.org> |
Update version numbers after import of Heimdal 0.5.1.
Approved by: re
|
#
ed913cab |
| 16-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)
|
Revision tags: release/4.7.0_cvs |
|
#
88837148 |
| 19-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.
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
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 file
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".
show more ...
|
#
b97d597f |
| 09-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.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
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 |
| 27-Aug-2001 |
Assar Westerlund <assar@FreeBSD.org> |
add krb5-config
|