pkgsrc/devel/scmcvs/patches/patch-ai
schmonz c02b407e92 Move cvs to scmcvs so it can be checked out on a case-insensitive
filesystem without interference from devel/CVS metadata. PKGNAME
stays the same. Discussed with agc.
2007-05-27 09:49:41 +00:00

19 lines
519 B
Text

$NetBSD: patch-ai,v 1.1 2007/05/27 09:49:52 schmonz Exp $
--- src/parseinfo.c.orig 2005-03-16 23:01:21.000000000 +0100
+++ src/parseinfo.c
@@ -357,6 +357,14 @@ parse_config (cvsroot)
goto error_return;
}
}
+ else if (strcmp (line, "tag") == 0) {
+ RCS_citag = strdup(p);
+ if (RCS_citag == NULL) {
+ error (0, 0, "%s: no memory for local tag '%s'",
+ infopath, p);
+ goto error_return;
+ }
+ }
else if (strcmp (line, "PreservePermissions") == 0)
{
if (strcmp (p, "no") == 0)