Commit graph

139 commits

Author SHA1 Message Date
thorpej
349ae498db Minimal necessary futzing to make the --with{,out}-krb4 and
--with{,out}-gssapi switches to the configure script actually work.

The GSSAPI support in CVS is still busted; it makes a lot of
incorrect assumptions about the location of various GSSAPI
headers and libraries.  However, I have no interest in actually
fixing anything in CVS.
1999-08-18 21:58:57 +00:00
agc
bb857d2aff Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 09:00:23 +00:00
thorpej
8fc74cd7e7 Use USE_KERBEROS{4,5} to enable the corresponding features in this
package.  Still needs a bit more work, as the CVS 1.10 configure script
is broken.
1999-08-17 19:02:52 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
mycroft
db1683d646 Fix an inconsistency between adding and removing files, with the revision
numbers passed to loginfo.  If a file is re-added, make sure the `old' revision
is `NONE', not the preceding dead revision.
1999-05-25 17:52:25 +00:00
mycroft
95d1b3cfd8 Fix a compatibility issue with the `-p' option. 1999-05-24 16:53:49 +00:00
mycroft
25d20a2072 Fix path. 1999-05-23 14:01:37 +00:00
mycroft
ac074a2c4a Add a %t format for loginfo. 1999-05-23 13:34:14 +00:00
mycroft
d108dd8f9a If -n is used, send only -n and not -u, to retain compatibility with old
servers.
1999-04-20 15:11:35 +00:00
mycroft
5b023e20e2 Er, -n must imply -u for compatibility with old clients. 1999-04-20 15:09:44 +00:00
mycroft
3729b8c84e Nuke the klugy CVSREADONLY hack, and instead use a modified version of our old
`cvs -u' changes to prevent lock creation.
1999-04-20 15:01:11 +00:00
tron
4417498928 Add support for read only CVS repositories derived from OpenBSD. 1999-03-11 09:48:43 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tron
9a4c8bec95 Simplify conflict list. 1999-01-19 09:18:52 +00:00
tv
5c3ff08b93 Version numbers cannot have dashes, and the patch-af is actually a bug
fix, not a feature change.  (Bump back to version number `1.10'.)
1999-01-19 01:04:44 +00:00
bad
ea2da4c7c4 Factor in the umask even for files where the server didn't create a
temp file.  This prevents the server from telling old clients that the
checked-out file should be world writeable because the RCS file is world
readable.

XXX needs to be adapted when post-1.10 versions of CVS are integrated.

Bump PKGNAME to 1.10-nb1 to make it clear which version is installed.
1999-01-18 21:11:47 +00:00
tv
c22efe6a2e Wildcardify CONFLICTS. 1998-11-30 17:53:30 +00:00
frueauf
0c79b4349a Set USE_GTEXINFO=yes, fixes pr 6272 by Luke Mewburn. 1998-10-11 17:37:59 +00:00
kim
01df77edd1 Fixed typos. 1998-09-05 03:31:18 +00:00
tv
de718318cd Welcome to cvs 1.10. 1998-08-21 19:06:51 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +00:00
frueauf
52dd58ca2a Add CONFLICTS where its needed so far. 1998-06-05 12:06:11 +00:00
hubertf
773f7279f6 back out previous commit 1998-05-09 12:17:46 +00:00
hubertf
86803a1529 add bin/cvscheck 1998-05-09 12:16:31 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tv
1441c12337 Retroportlint: Honor the user's stripflag setting, not by consitionalizing
on ${STRIPFLAG}, but instead by removing and re${INSTALL_PROGRAM}ing the
binary.
1998-03-25 17:50:15 +00:00
hubertf
79203fa5b2 Use our own INSTALL_SCRIPT; enhances fix to PR 4989. 1998-02-14 16:47:46 +00:00
tron
7917618766 Don't try to strip scripts while installing. Fixes first half of
PR pkg/4989 by David Brownlee.
1998-02-14 08:42:34 +00:00
hubertf
a406663438 portlint: fix RCS Id, remove empty lines 1998-01-24 03:59:20 +00:00
agc
28a47ec351 Add NetBSD RCS Id. 1998-01-15 10:08:45 +00:00
hubertf
1ff7d956b1 Yes, we need gtexinfo for the CVS info pages; pointed out by
abs@mono.org in PR 4818.
1998-01-15 08:33:01 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
hubertf
abee3df169 cvs package as submitted by Johnny Lam <lamj@stat.cmu.edu> in
private email.
1997-12-10 00:05:43 +00:00