aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.Eitan Adler2013-06-152-438/+0
| | | | | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core Notes: svn path=/head/; revision=251794
* 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
* Use a phony .POSIX target. This seems to be the way toDavid E. O'Brien2008-01-161-0/+2
| | | | | | | 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
* Tidy up cvs entriesWarner Losh2005-06-031-2/+0
| | | | Notes: svn path=/head/; revision=146929
* 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
* Update build rules for .in and tidy up.Peter Wemm2001-08-101-6/+4
| | | | Notes: svn path=/head/; revision=81439
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-6/+1
| | | | Notes: svn path=/head/; revision=75286
* Fix typo: MAINAINER -> MAINTAINERAlexey Zelkin2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=55750
* Add maintainer tagsPeter Wemm1999-12-081-0/+2
| | | | Notes: svn path=/head/; revision=54318
* $Source$,$Revision$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
| | | | Notes: svn path=/head/; revision=50966
* $Header$ -> $FreeBSD$Peter Wemm1999-08-282-3/+3
| | | | Notes: svn path=/head/; revision=50488
* comment that pvcs_to_rcs is left out since it needs perl5Peter Wemm1998-01-261-1/+3
| | | | Notes: svn path=/head/; revision=32795
* small change to prevent "modules" to be modified twice, on the followingJun-ichiro itojun Hagino1997-07-151-3/+4
| | | | | | | | | | | execution sequences: % easy-import -n foobaa % easy-import foobaa Reviewed by: joerg_wunsch@uriah.heep.sax.de Notes: svn path=/head/; revision=27429
* support remote imports (you must have a local cvs with same path asJohn-Mark Gurney1997-06-091-2/+3
| | | | | | | | | remote for this to work) Approved/Improved by: joerg Notes: svn path=/head/; revision=26523
* Update to build the new cvs versionPeter Wemm1997-05-151-2/+2
| | | | Notes: svn path=/head/; revision=25845
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-3/+3
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-2/+2
| | | | Notes: svn path=/head/; revision=21155
* Added reminder to edit the parent Makefile to add what you just imported.David E. O'Brien1996-11-221-2/+5
| | | | Notes: svn path=/head/; revision=19922
* Make it clear that a vendor-branch import adds something to theJoerg Wunsch1996-10-201-4/+4
| | | | | | | | | existing sources. Requested by: markm Notes: svn path=/head/; revision=19056
* forgot to reconnect easy-import to the MakefilePeter Wemm1996-09-051-3/+2
| | | | Notes: svn path=/head/; revision=18043
* Update to use the cvs-1.8.1 sources from src/contrib/cvsPeter Wemm1996-08-2035-10080/+14
| | | | Notes: svn path=/head/; revision=17726
* Ensure at least one space between the module name and the module path.Joerg Wunsch1996-08-201-3/+3
| | | | | | | Detected by: asami Notes: svn path=/head/; revision=17715
* checklog - extract your commits from commitlogs archiveWolfram Schneider1996-06-302-0/+35
| | | | Notes: svn path=/head/; revision=16848
* Fix a bogon that prevented easy-import from inserting the new moduleJoerg Wunsch1996-04-281-10/+9
| | | | | | | | | name in alphabetical order (broken by my previous commit). Pointed out by: asami Notes: svn path=/head/; revision=15429
* Make `easy-import' ready for vendor-branch imports.Joerg Wunsch1996-04-071-60/+71
| | | | | | | I'm also going to install the new version on freefall. Notes: svn path=/head/; revision=15099
* Use cvs -Q release, instead of cvs release -Q, for removing theJoerg Wunsch1996-01-021-4/+4
| | | | | | | modules module. Notes: svn path=/head/; revision=13163
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-1659/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Tweak the install targets so that the installs are done in the right placePeter Wemm1995-12-112-4/+4
| | | | | | | | relative to the SUBDIR recursion.. Otherwise, the results look really odd. (basically changed a couple of afterinstall's to beforeinstall's) Notes: svn path=/head/; revision=12761
* Argh! Botch alert! I dont *believe* I did this....Peter Wemm1995-12-111-2/+2
| | | | | | | (I think I'll blame it on Tristan! :-) Notes: svn path=/head/; revision=12760
* Fix a couple of build warts that I broke...Peter Wemm1995-12-113-9/+22
| | | | Notes: svn path=/head/; revision=12759
* This commit was generated by cvs2svn to compensate for changes in r12757,Peter Wemm1995-12-111-1/+7
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12758
| * Bring in two files that I missed.. These are of no real value unlessPeter Wemm1995-12-111-1/+7
| | | | | | | | | | | | | | | | you are developing CVS code, but they were already in the tree so we might as well have the right versions.. :-) Notes: svn path=/vendor/cvs/dist/; revision=12757
* | Attach easy-import.pl (repostory copied from easy-import.perl) andPeter Wemm1995-12-114-394/+7
| | | | | | | | | | | | | | use the xPERL_PATHx substitution like the rest of the .pl stuff. Notes: svn path=/head/; revision=12756
* | Clean out some files which are no longer part of CVS...Peter Wemm1995-12-1112-3424/+0
| | | | | | | | Notes: svn path=/head/; revision=12755
* | First round of the post-import cleanups...Peter Wemm1995-12-102-83/+41
| | | | | | | | Notes: svn path=/head/; revision=12754
* | This commit was generated by cvs2svn to compensate for changes in r12752,Peter Wemm1995-12-1016-391/+1029
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12753
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-1016-391/+1029
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12752
* | This commit was generated by cvs2svn to compensate for changes in r12750,Peter Wemm1995-12-109-0/+2127
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12751
| * Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 releasePeter Wemm1995-12-109-0/+2127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plus a couple of minor changes.. Some highlights of the new stuff that was not in the old version: - remote access support.. full checkout/commit/log/etc.. - much improved dead file support.. - speed improvements - better $CVSROOT handling - $Name$ support - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o" - safer setuid/setgid support - many bugs fixed.. :-) - probably some new ones.. :-( - more that I cannot remember offhand.. Notes: svn path=/vendor/cvs/dist/; revision=12750
* | Restore white spaces to original cvs-1.4Alpha2 state so that we canPeter Wemm1995-12-031-2/+2
| | | | | | | | | | | | | | deal with the cvs-1.6 (and beyond) imports more cleanly and safely. Notes: svn path=/head/; revision=12593
* | Make the tag checks more strict according to Rod's wishes.Joerg Wunsch1995-07-232-28/+74
| | | | | | | | | | | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9666
* | Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | | | | | Notes: svn path=/head/; revision=8858
* | This commit was generated by cvs2svn to compensate for changes in r7516,Nate Williams1995-03-317-0/+1058
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=7517
| * Original sources from CVS-1.4A2 munged to fit our directory structure.Nate Williams1995-03-317-0/+1058
| | | | | | | | Notes: svn path=/vendor/cvs/dist/; revision=7516
* | This commit was generated by cvs2svn to compensate for changes in r7514,Nate Williams1995-03-3121-1276/+3223
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=7515
| * Original sources from CVS-1.4A2 munged to fit our directory structure.Nate Williams1995-03-3122-1284/+3272
| | | | | | | | Notes: svn path=/vendor/cvs/dist/; revision=7514
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-cvs'.cvs2svn1995-03-121-0/+324
| | | | | | | | Notes: svn path=/vendor/cvs/dist/; revision=7021