summaryrefslogtreecommitdiff
path: root/devel/scmcvs
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2011-09-27Fix PR pkg/45408.ryoon5-13/+50
Treat getine as like as getopt. Thank you, obache@.
2011-09-22* Fix build on Darwin 11.0.1.ryoon26-109/+141
* Patches regen.
2011-02-12Fixes build on SUA 6.0.obache2-1/+18
It have both inityes.h and stdint.h, but SIZE_MAX is only in stdint.h, so let to include both header file.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-04-25PkgSrc changes:sno6-47/+37
- Updating devel/scmcvs from 1.11.22 to 1.11.23 - "Activating" gnu-gpl-v2 license as discussed on packages@ Upstream changes: NEW FEATURES * A new log option -n reverts the -N option which may be in a .cvsrc file. * The `cvs blame' command is now a synonym for the `cvs annotate' command. * The :extssh: method will use $CVS_SSH if set, or fall back on "ssh" by default (but may be explicitly set using the --with-ssh flag to configure). * There is a new IgnoreUnknownConfigKeys option available for CVSROOT/config to aid in the transition to newer versions of CVS. BUG FIXES * Merges of file removals using -j options are a little smarter. * `cvs add' checks more thoroughly for `CVS' directories in the argument list. * `cvs server' now accepts `--allow-root=PATH' options. * `cvs import' no longer attempts to send CVS metadata to the server. * `cvs import' makes more of an effort not to import paths containing files and directories named `CVS'. * The CVS server will no longer allow clients to run `cvs init'. * Applying diffs when checking out very old revisions has been reduced from an O(n^2) operation to an O(n) thanks to a patch from Michael J. Smith <msmith@ideorlando.org> and additional touch-up work from the CVS team. * Thanks to report from Paul Eggert <eggert@CS.UCLA.EDU>, an assertion failure that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module') has been removed. * Thanks to a report from Peter Toft <pto@linuxbog.dk>, CVS server now sends correct patch files more often when the RCS `Name' keyword is present in a working file (bug #17302). * Thanks to a report from Dan Peterson <dbpete@aol.com>, clients now send the right set of commands to the server when asked to update directories with trailing slashes on their name. * Thanks to a report and patch from <mbarabas@redhat.com>, potential stack corruption during pserver login is avoided (bug #16961). * The :extssh: method is now properly recognized as an alias for :ext:. DEVELOPER ISSUES * We've standardized on Autoconf version 2.61 to get a bug fix that notes that the AIX C compiler's default mode isn't quite C89 and sets the correct mode instead. * We've standardized on Autoconf version 1.10 because it lets us simplify our sources. Oked by joerg@ (with the condition that I do the update to 1.12.13.1, too)
2008-06-12Add DESTDIR support.joerg1-1/+2
2008-01-17Change default rsh to ssh(1). It's what cvs(1) in base does.tnn3-7/+19
Should have been done years ago. Bump rev.
2008-01-04Updated devel/scmcvs to 1.11.22martti13-81/+82
* The CVS client again correctly reports files with conflicts when using servers running CVS 1.11.20/1.12.12, or earlier (and maybe 3rd party servers). * The GSSAPI server should now build under HP-UX. * `cvs rtag' now correctly tags files that have been removed from the trunk. * Code efficiency has been improved slightly. * A rare race condition that could leave a lock on the val-tags file has been avoided. * A potential buffer overflow in the history command has been fixed. * Thanks to a report and patch from Garrett Rooney <grooney@collab.net>, paused trigger processes no longer cause the CVS server to consume 100% CPU. * Thanks to a suggestion from Joseph P. Skudlarek <Jskud@Jskud.com>, an :extssh: has been added as a synonym of the :ext: access method, as a kindness to users of old version of Eclipse. * Misc documentation updates and minor bug fixes.
2007-08-30Fix my own commit: CHECK_INTERPRETER_SKIP takes either a file or a globjoerg1-2/+2
pattern.
2007-08-01Don't check for interpreters in the contributed scripts.joerg1-1/+3
2007-05-27Move cvs to scmcvs so it can be checked out on a case-insensitiveschmonz29-0/+719
filesystem without interference from devel/CVS metadata. PKGNAME stays the same. Discussed with agc.