Peter Wemm
ae2e1b5675
Add maintainer tags
1999-12-08 16:43:32 +00:00
David E. O'Brien
b0576ff7e0
Call isspace() directly to get rid of an objectionable include.
1999-12-04 08:44:05 +00:00
David E. O'Brien
eaf4925a25
Support the environtmental var "CVS_OPTIONS". Which can hold a set of
...
default options for cvs. These options are interpreted first and can be
overwritten by explicit command line parameters.
Obtained from: GNU Grep 2.3
1999-12-04 01:23:26 +00:00
Mark Murray
38efe8d18c
Change distribution to krb4 in preparation for K5.
1999-09-19 22:32:09 +00:00
Peter Wemm
14e6d6ffe3
$Source$,$Revision$ -> $FreeBSD$
1999-09-05 17:35:31 +00:00
Mark Murray
63b51f8be4
Fix for new Common Error system.
1999-09-05 14:07:40 +00:00
Peter Wemm
a1a4f1a0d8
$Header$ -> $FreeBSD$
1999-08-28 05:11:36 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Peter Wemm
4603683033
Update bmake glue for cvs-1.10
1999-03-18 09:37:57 +00:00
Mark Murray
8eee208047
Fix LIBDIR so kerberised CVS will work.
1998-08-15 17:26:36 +00:00
Bruce Evans
645d0c98dd
Simplified by using new yacc rules and by not generating y.tab.h.
1998-05-08 06:41:06 +00:00
Eivind Eklund
eb57f92476
Add an ".ifmake regress" to avoid warning during 'make world'.
...
Noticed by: bde
1998-04-19 14:27:45 +00:00
Eivind Eklund
77b1218492
Activate CVS regression test.
1998-03-28 19:06:21 +00:00
Peter Wemm
0016b0f705
indicate ability to support the PerservePermissions stuff
1998-03-10 14:12:09 +00:00
Peter Wemm
7c4194d8b5
add new file (hardlink.c) into sources
1998-03-10 14:00:59 +00:00
Peter Wemm
60271a1905
comment that pvcs_to_rcs is left out since it needs perl5
1998-01-26 04:33:03 +00:00
Peter Wemm
73b41018e1
Add libdiff
1998-01-26 04:21:52 +00:00
Peter Wemm
d92c069870
Build the internal libified diff
1998-01-26 04:14:21 +00:00
Peter Wemm
8be324b9b3
Update options.h as per configure generated version
1998-01-26 04:02:05 +00:00
Peter Wemm
6eccce856f
Update config.h
1998-01-26 03:59:21 +00:00
Bruce Evans
c26f14e2b9
Fixed missing dependency on version.c.
...
Fixed some style bugs ($@ is not recommended ...).
1997-12-18 15:22:12 +00:00
Bruce Evans
c0e045a84d
<bsd.prog.mk> has always included ../Makefile.inc, and there are no
...
complications involving .PATH or dependencies, so don't include it here.
1997-12-17 20:22:34 +00:00
Bruce Evans
f34b67af93
Don't use LDDESTDIR. Just put the -L arg in LDADD.
1997-12-17 15:11:43 +00:00
Peter Wemm
67b76a559b
If kerberos is installed and enabled in make.conf, activate cvs's kserver
...
hooks. This is a lot safer than 'cvs pserver'.
1997-10-10 04:03:17 +00:00
Jun-ichiro itojun Hagino
87fc08e0db
small change to prevent "modules" to be modified twice, on the following
...
execution sequences:
% easy-import -n foobaa
% easy-import foobaa
Reviewed by: joerg_wunsch@uriah.heep.sax.de
1997-07-15 16:48:01 +00:00
John-Mark Gurney
1475bac7ec
support remote imports (you must have a local cvs with same path as
...
remote for this to work)
Approved/Improved by: joerg
1997-06-09 10:08:07 +00:00
Peter Wemm
dc07dab926
Update to build the new cvs version
1997-05-15 23:00:07 +00:00
Peter Wemm
fce15c9ab3
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
Andrey A. Chernov
0f3a42ea07
Simplify using SRCDIR
1997-01-16 18:11:49 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Joshua Peck Macdonald
0c6dc986d0
Same.
1997-01-11 04:03:05 +00:00
Bruce Evans
015a0dc2e4
Use ${COPY} instead of -c for installing non-source files.
1997-01-01 04:22:23 +00:00
David E. O'Brien
a33b54a061
Added reminder to edit the parent Makefile to add what you just imported.
1996-11-22 08:28:32 +00:00
Joerg Wunsch
bb47d8c391
Make it clear that a vendor-branch import adds something to the
...
existing sources.
Requested by: markm
1996-10-20 13:14:40 +00:00
Peter Wemm
f9079aa26a
forgot to reconnect easy-import to the Makefile
1996-09-05 08:43:50 +00:00
Peter Wemm
8c2e11aad8
Ack! Don't install cvs.info.gz etc in /usr/bin...
1996-08-21 00:57:26 +00:00
Peter Wemm
3c29b67696
Make the CVSvn.texi dependency hack work a little better..
1996-08-21 00:35:53 +00:00
Peter Wemm
3ea3e5fcb4
Oops, forgot to 'cvs add' this one.
1996-08-21 00:04:28 +00:00
Peter Wemm
8787dbbafe
Update to use the cvs-1.8.1 sources from src/contrib/cvs
1996-08-20 23:58:03 +00:00
Joerg Wunsch
8048172ded
Ensure at least one space between the module name and the module path.
...
Detected by: asami
1996-08-20 20:37:47 +00:00
Satoshi Asami
e0ad632569
The default editor is "vi", not "/usr/ucb/vi".
1996-08-09 09:00:41 +00:00
John Polstra
dc38658703
Check for, and disallow, duplicate tags in the "cvs import" command.
...
RCS cannot deal with duplicate tags; the extra one always becomes
inaccessible and useless.
This will prevent the common mistake of specifying the same name
for the vendor tag and the release tag. The FreeBSD CVS repository
already contains zillions of files with this error. We don't need
any more of them.
1996-07-20 02:08:56 +00:00
Wolfram Schneider
141f35e88e
checklog - extract your commits from commitlogs archive
1996-06-30 11:51:41 +00:00
Jordan K. Hubbard
cd9a2f5c28
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
Joerg Wunsch
f1420840d1
Fix a bogon that prevented easy-import from inserting the new module
...
name in alphabetical order (broken by my previous commit).
Pointed out by: asami
1996-04-28 12:32:43 +00:00
Joerg Wunsch
e8b90f0072
Make `easy-import' ready for vendor-branch imports.
...
I'm also going to install the new version on freefall.
1996-04-07 10:22:37 +00:00
Mike Pritchard
bcff8e2ae4
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
Peter Wemm
609ce96228
Whoops. cvsinit was creating a modules file in CVSROOT with an
...
explicit (and wrong) /usr/local/bin/mkmodules path. We install in /usr/bin.
Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
1996-01-11 05:56:35 +00:00
Joerg Wunsch
9f5ae2b97b
Use cvs -Q release, instead of cvs release -Q, for removing the
...
modules module.
1996-01-02 07:39:03 +00:00
Peter Wemm
6065a0be11
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Peter Wemm
dcc96c4b83
This commit was generated by cvs2svn to compensate for changes in r13087,
...
which included commits to RCS files with non-trunk default branches.
1995-12-29 00:21:26 +00:00
Peter Wemm
953ce0c6cb
Import some ChangeLogs for the parts of cvs-1.6.3 that I missed
...
last time. I should have pulled these in last time as it allows easier
comparison of "where we are at" relative to the current version from
cyclic.com. Since this is in a 4.4BSD style tree layout, the changelogs
dont exactly match the file layout, but it's close enough.
1995-12-29 00:21:26 +00:00
Peter Wemm
9e4b2b92b8
Bah humbug!
...
Two uninitialised variables were causing a phkmalloc warning (another notch
in phkmalloc's belt) and caused the full rcstemplate to not be constructed
for commits on freefall.
1995-12-25 03:26:26 +00:00
Nate Williams
821271cef8
Fix the convert to 'death-support' script to work with un-modified
...
RCS sources.
1995-12-24 00:23:28 +00:00
Peter Wemm
c44b3fc409
A one line hack to prevent 'cvs checkout -c' from triggering a nasty bug
...
in GNU getopt(). ('cvs checkout -c' cats the modules file to stdout)
Noticed by: Stefan Esser
1995-12-18 18:58:00 +00:00
Peter Wemm
c3fda50ba5
Whitespace cleanup, add forgotten file to CLEANFILES..
1995-12-11 04:24:11 +00:00
Peter Wemm
4b8f6a534c
Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)
...
of md5.[ch]. Note that minor mods were made to md5.h to support this,
so a reinstall of lib/libmd is needed before building this cvs.
1995-12-11 02:22:34 +00:00
Peter Wemm
41ae2b9560
Tweak the install targets so that the installs are done in the right place
...
relative to the SUBDIR recursion.. Otherwise, the results look really odd.
(basically changed a couple of afterinstall's to beforeinstall's)
1995-12-11 01:58:53 +00:00
Peter Wemm
e57cf9e3b2
Argh! Botch alert! I dont *believe* I did this....
...
(I think I'll blame it on Tristan! :-)
1995-12-11 01:27:18 +00:00
Peter Wemm
b23b8efe32
Fix a couple of build warts that I broke...
1995-12-11 01:23:45 +00:00
Peter Wemm
0ef0ad0b77
Bring in two files that I missed.. These are of no real value unless
...
you are developing CVS code, but they were already in the tree so we
might as well have the right versions.. :-)
1995-12-11 00:48:21 +00:00
Peter Wemm
ab10d3d509
This commit was generated by cvs2svn to compensate for changes in r12757,
...
which included commits to RCS files with non-trunk default branches.
1995-12-11 00:48:21 +00:00
Peter Wemm
54cb448ea5
Attach easy-import.pl (repostory copied from easy-import.perl) and
...
use the xPERL_PATHx substitution like the rest of the .pl stuff.
1995-12-11 00:45:43 +00:00
Peter Wemm
177f95a913
Clean out some files which are no longer part of CVS...
1995-12-11 00:28:08 +00:00
Peter Wemm
21eb9ed3e1
First round of the post-import cleanups...
1995-12-10 23:10:40 +00:00
Peter Wemm
ac4bd338c8
Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 release
...
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..
1995-12-10 22:31:58 +00:00
Peter Wemm
271f76d028
This commit was generated by cvs2svn to compensate for changes in r12752,
...
which included commits to RCS files with non-trunk default branches.
1995-12-10 22:31:58 +00:00
Peter Wemm
2304b65669
Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 release
...
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..
1995-12-10 22:31:58 +00:00
Peter Wemm
b05543098c
Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 release
...
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..
1995-12-10 22:31:43 +00:00
Peter Wemm
c294469919
This commit was generated by cvs2svn to compensate for changes in r12750,
...
which included commits to RCS files with non-trunk default branches.
1995-12-10 22:31:43 +00:00
Peter Wemm
3ffece8c26
Restore white spaces to original cvs-1.4Alpha2 state so that we can
...
deal with the cvs-1.6 (and beyond) imports more cleanly and safely.
1995-12-03 14:17:06 +00:00
Peter Wemm
608eba4889
Put a bandaid on the NULL pointer dereference caused by doing an
...
"update -jHEAD" when a file has been added on the specified tag.
It doesn't actually make cvs 'handle' it, it just stops it from dying
and leaving stray locks and other wreckage.
This was suggested by the CVS maintainers, and is in cvs-1.5.1-950901.
1995-09-03 05:05:31 +00:00
Peter Wemm
f4df6549b2
This changes two things when importing an unreadable file:
...
1: It stops invalid files being created in the cvs tree
2: It stops the import from aborting without mailing a commit message..
The first is simple, it opens the file for reading before touching the
repository, and the second catches the pieces when it hits an unreadable
file rather than just aborting mid-way through, leaving the repository in
a bit mess.
Reviewed by: rgrimes
1995-08-15 20:38:00 +00:00
Bruce Evans
9c0dc173cc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
Joerg Wunsch
37e0d97047
Make the tag checks more strict according to Rod's wishes.
...
Reviewed by:
Submitted by:
Obtained from:
1995-07-23 17:34:00 +00:00
Bruce Evans
278e874772
Remove bogus references to /usr/ucb.
1995-06-26 06:40:23 +00:00
Rodney W. Grimes
4399be3cbd
Remove trailing whitespace.
1995-05-30 05:05:38 +00:00
Nate Williams
c0a7a54b73
Backed out the only FreeBSD specific change to the stock CVS sources now
...
that it's taken care of in the CVSROOT/cvsignore file which is FreeBSD
specific.
This will make it easier to track changes in the *official* release.
1995-04-18 18:14:57 +00:00
Nate Williams
3cc6a1ed2e
Added back 'examples' to the subdirs which was bogusly removed.
1995-04-14 15:15:27 +00:00
Nate Williams
5b9d4f5aa8
Added Makefile for example files. They are now installed in
...
/usr/share/examples/cvs for use by the cvsinit script.
1995-04-08 17:50:48 +00:00
Nate Williams
7b1fcc6ab5
Forgot one FreeBSD specific change needed.
...
date: 1995/02/04 20:27:23; author: phk; state: Exp; lines: +1 -1
added *.info and *.db to the default "ignore" list in cvs to avoid obviously
common mistakes.
1995-03-31 08:21:06 +00:00
Nate Williams
01c3e6a55a
Merged in FreeBSD necessary changes in. Note, all of our source
...
modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but
the source is now the stock sources.
1995-03-31 07:55:30 +00:00
Nate Williams
06d8715958
Original sources from CVS-1.4A2 munged to fit our directory structure.
1995-03-31 07:45:34 +00:00
Nate Williams
488f2c4c00
This commit was generated by cvs2svn to compensate for changes in r7516,
...
which included commits to RCS files with non-trunk default branches.
1995-03-31 07:45:34 +00:00
Nate Williams
30d2417fd3
Original sources from CVS-1.4A2 munged to fit our directory structure.
1995-03-31 07:45:34 +00:00
Nate Williams
33afdd16ab
Original sources from CVS-1.4A2 munged to fit our directory structure.
1995-03-31 07:45:33 +00:00
Nate Williams
789377fada
This commit was generated by cvs2svn to compensate for changes in r7514,
...
which included commits to RCS files with non-trunk default branches.
1995-03-31 07:45:33 +00:00
Joerg Wunsch
266e938a21
Made this script a bit more fool-proof, so people like me can better
...
use it. :-)
It now explicitly requires the specification of a directory to import
from, either as an argument to the script, or by asking the user about
it. (Previously, it implicitly used `.', like cvs import does.)
Also implemented an option `-n', which does essentially the same like
the overall CVS option `-n': show only what would have been done,
don't do any commitment. Note that since the modules' database is
checked out in place (and not commited back), it will erroneously be
reported as to be imported, too:
cvs import: Importing /home/ncvs/ports/foobar/foo/modules
I ports/foobar/foo/modules/CVS
N ports/foobar/foo/modules/modules
This is an unwanted side-effect, but gives the user the option to see
if the `ed' magic did the right thing when editing modules/modules.
Rod, can you please check the function ``checktag'' in the script if it
will be restritctive enough?
1995-03-26 21:56:32 +00:00
cvs2svn
36d59faf6a
This commit was manufactured by cvs2svn to create branch 'VENDOR-cvs'.
1995-03-12 10:18:55 +00:00
Joerg Wunsch
8dcdb65e4e
Add my script here to make people's life easier when importing new
...
stuff. I'd like to have it in CVS, and i figured that this might be
the best place to go.
Someone (phk?) could install it into /usr/local/bin on freefall, for
convenience.
Suggested by: phk
1995-03-12 10:18:54 +00:00
Poul-Henning Kamp
ed81a94967
added *.info and *.db to the default "ignore" list in cvs to avoid obviously
...
common mistakes.
1995-02-04 20:27:23 +00:00
Jordan K. Hubbard
588a45c651
Fix bogus install rule.
1995-01-23 21:30:18 +00:00
Andrey A. Chernov
4efe110a6d
Use -lgnuregex
1995-01-11 06:42:25 +00:00
Jordan K. Hubbard
fb59d6ab65
__386BSD__ -> __FreeBSD__
...
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
Nate Williams
29656de043
Adding cvsinit back to the subdirs since it shouldn't have been removed
...
in the first place.
1994-10-22 19:36:22 +00:00
Paul Traina
1666a8c2af
remove cvsinit from subdir list
1994-10-22 16:59:52 +00:00
Nate Williams
2f822e9be7
Added cvsinit shell script as a runnable command.
...
Submitted by: CVS mailing list.
1994-10-22 04:51:40 +00:00
Bruce Evans
2fdcac7375
Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
...
logic or lack of checking of truth values. There are too many ways to spell
"yes". Some Makefiles spell it as "no".)
1994-09-28 03:59:29 +00:00
Bruce Evans
0641ff3b3d
Add dependencies on libraries to DPADD.
...
Move another include of bsd.prog.mk to the end.
1994-08-28 18:18:19 +00:00