aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.Eitan Adler2013-06-1512-1259/+0
| | | | | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core Notes: svn path=/head/; revision=251794
* Don't include <sys/timeb.h>.Ed Schouten2012-01-081-1/+1
| | | | | | | | Including this header file causes a compilation warning. The code builds perfectly fine without this header file. Notes: svn path=/head/; revision=229809
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-1/+1
| | | | | | | | | | read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor) Notes: svn path=/head/; revision=211243
* Instead of using .POSIX:, use the cool looking "@:" rule.David E. O'Brien2008-06-271-2/+4
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=180067
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-2/+2
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* Update for version 1.11-20080310.David E. O'Brien2008-03-191-5/+44
| | | | | | | | Make our changes to CVS_RSH & CVS_SSH settings here instead of contrib/cvs/src/cvs.h. Notes: svn path=/head/; revision=177407
* + Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.David E. O'Brien2008-03-191-3/+3
| | | | | | | + Depend on $CVSDIR/configure also - so things get properly remade if we tweak. Notes: svn path=/head/; revision=177406
* Use a phony .POSIX target. This seems to be the way toDavid E. O'Brien2008-01-162-1/+3
| | | | | | | turn off the stuff in src/usr.bin/make/main.c rev 1.161. Notes: svn path=/head/; revision=175384
* Use our standard verbose spelling of rules variables.David E. O'Brien2008-01-131-3/+3
| | | | | | | | | (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...) Notes: svn path=/head/; revision=175291
* Disable contrib - there is weirdness going on with it.David E. O'Brien2008-01-131-1/+1
| | | | Notes: svn path=/head/; revision=175290
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=156813
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=153838
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-10/+2
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=147225
* Tidy up cvs entriesWarner Losh2005-06-037-14/+0
| | | | Notes: svn path=/head/; revision=146929
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139113
* Add removal of MKTEMP_SH_FUNCTION to processing for cvsbug script.Ken Smith2004-12-101-0/+1
| | | | | | | | Approved by: peter (a while ago) MFC After: 1 week Notes: svn path=/head/; revision=138667
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Make cvsbug(1) actually work instead of aborting due to missing configurePeter Wemm2004-09-281-1/+6
| | | | | | | script substitution markers. Notes: svn path=/head/; revision=135909
* Fix the embedded version string in cvs and cvsbug. This breaks scriptsPeter Wemm2004-09-282-2/+2
| | | | | | | | | | that parse it. PR: 72139 Submitted by: Eugene M. Kim <gene@nttmcl.com> Notes: svn path=/head/; revision=135908
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=133196
* Update bmake glue for cvs-1.11.15, with apologies to Jacques for messingPeter Wemm2004-04-153-66/+4
| | | | | | | up his day. The *.patch files are still fine for MFC'ing. Notes: svn path=/head/; revision=128274
* Patch vulnerabilities in the CVS client and server:Jacques Vidrine2004-04-143-2/+65
| | | | | | | | | | | | | | 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.) Notes: svn path=/head/; revision=128243
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-173-5/+3
| | | | Notes: svn path=/head/; revision=125931
* Switch back to regex.h and fix error when mismatched regex.h used withAndrey A. Chernov2004-02-163-4/+12
| | | | | | | system libgnuregex Notes: svn path=/head/; revision=125898
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* Only evaluate CVS version once, when necessary.Ruslan Ermilov2003-09-071-3/+3
| | | | | | | Eliminates the need in sed(1) during install. Notes: svn path=/head/; revision=119841
* Only evaluate CVS version once, when necessary.Ruslan Ermilov2003-09-071-4/+3
| | | | | | | Eliminates the need in sed(1) during install. Notes: svn path=/head/; revision=119840
* Only define a default editor if one isn't already defined.David E. O'Brien2003-07-071-0/+2
| | | | Notes: svn path=/head/; revision=117310
* Enable GSSAPI/Kerberos 5 support (aka `gserver').Jacques Vidrine2003-05-051-9/+6
| | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=114740
* Finish update for cvs-1.11.5. Some build-time tunables were moved fromPeter Wemm2003-01-216-485/+39
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=109667
* Dont bother with unused rules for version.cPeter Wemm2003-01-211-4/+1
| | | | Notes: svn path=/head/; revision=109666
* Update for cvs-1.11.5 import (note to self: gotta fix the version tags)Peter Wemm2003-01-212-4/+4
| | | | Notes: svn path=/head/; revision=109663
* Sigh. Another wrong version string. However, this one isn't used in thePeter Wemm2002-12-042-2/+2
| | | | | | | | | build. Approved by: re Notes: svn path=/head/; revision=107568
* Oops. Use the correct version number. The number that was here was thePeter Wemm2002-12-032-2/+2
| | | | | | | | | one that I originally used on freefall etc. Approved by: re Notes: svn path=/head/; revision=107564
* Update bmake glue after 1.11.2.1-20021201 import. options.h is no longerPeter Wemm2002-12-024-639/+683
| | | | | | | | | | touched by configure in the autoconf system and a standard version is now used. Approved by: re Notes: svn path=/head/; revision=107488
* cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses itsPeter Wemm2002-09-022-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=102854
* version.h is now autogenerated in 1.11.2, not version.cPeter Wemm2002-09-021-4/+5
| | | | Notes: svn path=/head/; revision=102847
* Update for 1.11.1p1 -> 1.11.2 importPeter Wemm2002-09-022-2/+32
| | | | Notes: svn path=/head/; revision=102846
* It seems CVSvn.texi isn't used anymore.Peter Wemm2002-09-021-11/+0
| | | | Notes: svn path=/head/; revision=102845
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-132-12/+2
| | | | Notes: svn path=/head/; revision=96514
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
| | | | | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60. Notes: svn path=/head/; revision=94985
* Restore the correct CLEANFILES that got damaged in rev. 1.15.Ruslan Ermilov2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=93444
* Allow to build with GCC 3.1.David E. O'Brien2002-03-301-1/+2
| | | | Notes: svn path=/head/; revision=93413
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-11/+4
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Use some slightly less horrible make magic for doing the version stuff.Peter Wemm2001-08-102-17/+12
| | | | Notes: svn path=/head/; revision=81445
* One more version related tweak after cvs-1.11 -> 1.11.1p1Peter Wemm2001-08-101-4/+4
| | | | Notes: svn path=/head/; revision=81444
* Update build rules for .in and tidy up.Peter Wemm2001-08-101-6/+4
| | | | Notes: svn path=/head/; revision=81439
* Tools dir is now empty and unusedPeter Wemm2001-08-102-20/+1
| | | | Notes: svn path=/head/; revision=81432
* Generate version.c on the fly rather than using a generated file.Peter Wemm2001-08-101-0/+12
| | | | Notes: svn path=/head/; revision=81422
* Get the version source from the (more) correct place.Peter Wemm2001-08-101-8/+7
| | | | | | | Remove the obsolete cvsbug.sh script Notes: svn path=/head/; revision=81420