summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-ah
diff options
context:
space:
mode:
authorwiz <wiz>2003-07-12 09:19:17 +0000
committerwiz <wiz>2003-07-12 09:19:17 +0000
commit3ebbc5ad6a18383cbf346f3631bb56e5f1473a5f (patch)
treed32b49ed5e350f4468cddc6ad4b622a9d3491d75 /devel/cvs/patches/patch-ah
parent5780e448772aa2a51d1bd703266fc27ffa9d437f (diff)
downloadpkgsrc-3ebbc5ad6a18383cbf346f3631bb56e5f1473a5f.tar.gz
Update to 1.11.6.
* A warning message is now issued if an administrative file contains more than one DEFAULT entry. * An error running a verifymsg script (such as referencing an unset user variable or the script not existing) now causes the verification to fail. * Errors in administrative files commands (like unset user variables) are no longer reported unless the command is actually executed. * When a file is initially checked out, its last access time is now set to the current time rather than being set to the time the file was last checked in like the modification time is. * The Checkin.prog and Update.prog functionality has been removed. This fuctionality previously allowed executables to be specified in the modules file to be run at update and checkin time, but users could edit these files on a per workspace basis, creating a security hole. [NB: already fixed in the package earlier -- wiz] * Corrected the path in a failed write error message. * Autoconf and Automake are no longer run automatically unless you run configure with --enable-maintainer-mode. Accordingly, noautomake.sh is no longer needed and has been removed. * We've standardized on Automake version 1.7.5 and Autoconf version 2.57 to get at a few new macros. Again, this should only really affect developers. See the section of the INSTALL file about using the autotools if you are compiling CVS yourself.
Diffstat (limited to 'devel/cvs/patches/patch-ah')
-rw-r--r--devel/cvs/patches/patch-ah4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/patches/patch-ah b/devel/cvs/patches/patch-ah
index 95eca0cb1bd..12dbc8fbc8c 100644
--- a/devel/cvs/patches/patch-ah
+++ b/devel/cvs/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.4 2002/11/24 21:31:23 hubertf Exp $
+$NetBSD: patch-ah,v 1.5 2003/07/12 09:19:18 wiz Exp $
--- src/mkmodules.c.orig Fri Sep 7 16:22:39 2001
+++ src/mkmodules.c
-@@ -307,6 +307,9 @@
+@@ -307,6 +307,9 @@ static const char *const config_contents
"# repositories. Set it to `never' (the previous CVS behavior) to prevent\n",
"# verifymsg scripts from changing the log message.\n",
"#RereadLogAfterVerify=always\n",