obrien
b8058c375a
Instead of using .POSIX:, use the cool looking "@:" rule.
...
Submitted by: ru
2008-06-27 14:59:23 +00:00
dfr
be0348cb75
Fix conflicts after heimdal-1.1 import and add build infrastructure. Import
...
all non-style changes made by heimdal to our own libgssapi.
2008-05-07 13:53:12 +00:00
obrien
aec77fd0a6
Update for version 1.11-20080310.
...
Make our changes to CVS_RSH & CVS_SSH settings here instead of
contrib/cvs/src/cvs.h.
2008-03-19 15:19:42 +00:00
obrien
3a66110137
+ Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.
...
+ Depend on $CVSDIR/configure also - so things get properly remade if we tweak.
2008-03-19 15:18:03 +00:00
obrien
f0a31230be
Use a phony .POSIX target. This seems to be the way to
...
turn off the stuff in src/usr.bin/make/main.c rev 1.161.
2008-01-16 17:16:36 +00:00
obrien
e5eec05ed2
Use our standard verbose spelling of rules variables.
...
(as a nice side affect, this will make gnu/usr.bin/cvs/contrib/Makefile
have a later date than contrib/cvs/contrib/Makefile.in - which will help
the build break after the 1.11.22 CVS import...)
2008-01-13 09:45:53 +00:00
obrien
bc09846720
Disable contrib - there is weirdness going on with it.
2008-01-13 08:58:25 +00:00
ru
388e590f95
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
dfr
d9cbcb50b5
Add a new extensible GSS-API layer which can support GSS-API plugins,
...
similar the the Solaris implementation. Repackage the krb5 GSS mechanism
as a plugin library for the new implementation. This also includes a
comprehensive set of manpages for the GSS-API functions with text mostly
taken from the RFC.
Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
2005-12-29 14:40:22 +00:00
des
2bb8de20fe
Remove kludges intended to support src trees with partial obj trees.
...
Discussed with: ru
2005-06-10 06:12:53 +00:00
imp
74bccf229d
Tidy up cvs entries
2005-06-03 15:08:30 +00:00
ru
f4c44b761b
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
kensmith
a492859456
Add removal of MKTEMP_SH_FUNCTION to processing for cvsbug script.
...
Approved by: peter (a while ago)
MFC After: 1 week
2004-12-10 18:16:52 +00:00
ru
5db2b9d5b3
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
peter
8f51a71fe2
Make cvsbug(1) actually work instead of aborting due to missing configure
...
script substitution markers.
2004-09-28 21:19:31 +00:00
peter
dbad3ede06
Fix the embedded version string in cvs and cvsbug. This breaks scripts
...
that parse it.
PR: 72139
Submitted by: Eugene M. Kim <gene@nttmcl.com>
2004-09-28 21:02:43 +00:00
cperciva
e629b37603
Join the 21st century: Cryptography is no longer an optional component
...
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
2004-08-06 07:27:08 +00:00
peter
8669a5b762
Update bmake glue for cvs-1.11.15, with apologies to Jacques for messing
...
up his day. The *.patch files are still fine for MFC'ing.
2004-04-15 01:54:28 +00:00
nectar
07ad9ba93d
Patch vulnerabilities in the CVS client and server:
...
A malicious CVS server could cause your CVS client to overwrite
arbitrary files (CAN-2004-0180).
When a CVS client uses the `-p' checkout option, the server could be
fooled into checking out files from outside the given $CVSROOT.
(This patch is applied in an unorthodox manner so as not to complicate
a later vendor import of CVS.)
2004-04-14 16:40:50 +00:00
ache
2bf5bfe61f
Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu
2004-02-17 05:38:45 +00:00
ache
7c2c6064f7
Switch back to regex.h and fix error when mismatched regex.h used with
...
system libgnuregex
2004-02-16 23:25:49 +00:00
ru
743cc6d002
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
2004-02-05 22:44:25 +00:00
ru
7e8f143aca
Only evaluate CVS version once, when necessary.
...
Eliminates the need in sed(1) during install.
2003-09-07 13:17:31 +00:00
ru
30213bfe85
Only evaluate CVS version once, when necessary.
...
Eliminates the need in sed(1) during install.
2003-09-07 13:09:47 +00:00
obrien
65d5f9df57
Only define a default editor if one isn't already defined.
2003-07-07 19:13:39 +00:00
nectar
77b1a36816
Enable GSSAPI/Kerberos 5 support (aka `gserver').
...
MFC after: 1 month
2003-05-05 16:50:42 +00:00
peter
1f669c4736
Finish update for cvs-1.11.5. Some build-time tunables were moved from
...
options.h to config.h.in and set via ./configure when built normally.
Export some of the build knobs to the Makefile here, overridable
from /etc/make.conf. Also get the version strings right.
config.h was repocopied to config.h.proto, and we do a limited sed on it
at build time now.
2003-01-21 23:00:36 +00:00
peter
4245ac7ff8
Dont bother with unused rules for version.c
2003-01-21 22:31:07 +00:00
peter
91d2438463
Update for cvs-1.11.5 import (note to self: gotta fix the version tags)
2003-01-21 22:04:20 +00:00
peter
5d28b45077
Sigh. Another wrong version string. However, this one isn't used in the
...
build.
Approved by: re
2002-12-04 00:07:15 +00:00
peter
1d704c21dc
Oops. Use the correct version number. The number that was here was the
...
one that I originally used on freefall etc.
Approved by: re
2002-12-03 21:59:42 +00:00
peter
88a7954786
Update bmake glue after 1.11.2.1-20021201 import. options.h is no longer
...
touched by configure in the autoconf system and a standard version is
now used.
Approved by: re
2002-12-02 03:20:25 +00:00
peter
f3bcf9ce47
cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses its
...
internal buffer management somehow (an off by one perhaps). HAVE_MMAP
wasn't detected because configure has a bogus declaration of malloc
which conflicted with stdlib.h. Sigh.
2002-09-02 11:35:13 +00:00
peter
7cf015cd88
version.h is now autogenerated in 1.11.2, not version.c
2002-09-02 06:00:09 +00:00
peter
0e00fb0e5e
Update for 1.11.1p1 -> 1.11.2 import
2002-09-02 05:59:33 +00:00
peter
33b78bdfe9
It seems CVSvn.texi isn't used anymore.
2002-09-02 05:59:02 +00:00
ru
46bb8fed43
Mark all internal libraries with INTERNALLIB.
2002-05-13 11:24:03 +00:00
ru
8a3e2794af
Replaced exists() tests with two equivalent defined().
...
LIBDIR is defined in bsd.own.mk but sys.mk no longer
includes bsd.own.mk as of revision 1.60.
2002-04-18 07:01:35 +00:00
ru
0ac094baaf
Restore the correct CLEANFILES that got damaged in rev. 1.15.
2002-03-30 17:37:43 +00:00
obrien
fab7c9a460
Allow to build with GCC 3.1.
2002-03-30 10:04:50 +00:00
ru
bbef88e1a5
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
peter
f9feb25a75
Use some slightly less horrible make magic for doing the version stuff.
2001-08-10 11:24:23 +00:00
peter
e0b94042d7
One more version related tweak after cvs-1.11 -> 1.11.1p1
2001-08-10 11:18:35 +00:00
peter
101930d69e
Update build rules for .in and tidy up.
2001-08-10 11:03:29 +00:00
peter
0f086e4aad
Tools dir is now empty and unused
2001-08-10 10:47:28 +00:00
peter
04819cf85d
Generate version.c on the fly rather than using a generated file.
2001-08-10 10:29:04 +00:00
peter
f0188b1960
Get the version source from the (more) correct place.
...
Remove the obsolete cvsbug.sh script
2001-08-10 10:22:43 +00:00
peter
be57e479a0
*** empty log message ***
2001-08-10 09:55:48 +00:00
peter
b8b25f8ad5
Add annotate.c, remove rtag.c for 1.11.1p1
2001-08-10 09:54:52 +00:00
ru
ef2dbc1fb0
beforeinstall -> SCRIPTS.
2001-04-07 11:21:35 +00:00