summaryrefslogtreecommitdiff
path: root/devel/cvs
AgeCommit message (Collapse)AuthorFilesLines
2000-05-21CVS has moved.kim1-3/+3
2000-02-28Um, ok, I dunno what happened before, but:thorpej3-18/+9
"Make this build with krb5 support". ...take 2.
2000-02-28Make this build with krb5 support.thorpej1-3/+3
2000-02-23Some more changes for set?id support.mycroft8-29/+107
2000-02-23Regen.mycroft1-3/+4
2000-02-23Fix a hole in SETXID_SUPPORT, but do not enable it by default yet.mycroft3-8/+40
2000-02-11Make this compile with KERBEROS=5.jlam4-11/+28
2000-02-04Add GNU mirrors to master site list.tron1-2/+3
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28another RCS tagwiz1-0/+1
1999-11-03Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Notjwise2-1/+13
noticed before, because pr is only execed if the somewhat obscure --paginate option is used.
1999-09-19I bet this is needed here too.kim1-1/+5
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-4/+6
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-08-18Minimal necessary futzing to make the --with{,out}-krb4 andthorpej3-1/+2829
--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-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-08-17Use USE_KERBEROS{4,5} to enable the corresponding features in thisthorpej1-3/+11
package. Still needs a bit more work, as the CVS 1.10 configure script is broken.
1999-07-09Add package patch-sum filesagc1-0/+19
1999-05-25Fix an inconsistency between adding and removing files, with the revisionmycroft1-0/+15
numbers passed to loginfo. If a file is re-added, make sure the `old' revision is `NONE', not the preceding dead revision.
1999-05-24Fix a compatibility issue with the `-p' option.mycroft1-2/+2
1999-05-23Fix path.mycroft1-3/+3
1999-05-23Add a %t format for loginfo.mycroft1-0/+20
1999-04-20If -n is used, send only -n and not -u, to retain compatibility with oldmycroft1-3/+3
servers.
1999-04-20Er, -n must imply -u for compatibility with old clients.mycroft1-4/+3
1999-04-20Nuke the klugy CVSREADONLY hack, and instead use a modified version of our oldmycroft13-79/+235
`cvs -u' changes to prevent lock creation.
1999-03-11Add support for read only CVS repositories derived from OpenBSD.tron4-0/+79
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-5/+5
1999-01-19Simplify conflict list.tron1-2/+2
1999-01-19Version numbers cannot have dashes, and the patch-af is actually a bugtv1-2/+1
fix, not a feature change. (Bump back to version number `1.10'.)
1999-01-18Factor in the umask even for files where the server didn't create abad2-2/+27
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.
1998-11-30Wildcardify CONFLICTS.tv1-2/+2
1998-10-11Set USE_GTEXINFO=yes, fixes pr 6272 by Luke Mewburn.frueauf1-3/+4
1998-09-05Fixed typos.kim1-3/+3
1998-08-21Welcome to cvs 1.10.tv9-195/+202
1998-08-20The Grand Homepagification:tsarna1-1/+2
- 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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-06-22Update package Makefiles for automatic manual page handling.agc1-4/+1
1998-06-05Add CONFLICTS where its needed so far.frueauf1-1/+3
1998-05-09back out previous commithubertf1-2/+1
1998-05-09add bin/cvscheckhubertf1-1/+2
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-6/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-25Retroportlint: Honor the user's stripflag setting, not by consitionalizingtv1-2/+3
on ${STRIPFLAG}, but instead by removing and re${INSTALL_PROGRAM}ing the binary.
1998-02-14Use our own INSTALL_SCRIPT; enhances fix to PR 4989.hubertf2-10/+3
1998-02-14Don't try to strip scripts while installing. Fixes first half oftron1-0/+24
PR pkg/4989 by David Brownlee.
1998-01-24portlint: fix RCS Id, remove empty lineshubertf1-2/+2
1998-01-15Add NetBSD RCS Id.agc2-0/+2
1998-01-15Yes, we need gtexinfo for the CVS info pages; pointed out byhubertf1-0/+3
abs@mono.org in PR 4818.