summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-am
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-07-12 09:19:17 +0000
committerwiz <wiz@pkgsrc.org>2003-07-12 09:19:17 +0000
commit6da4e38375b609dd9ca171786701560a197d88a6 (patch)
treed32b49ed5e350f4468cddc6ad4b622a9d3491d75 /devel/cvs/patches/patch-am
parentbf99f15a742f7388a34026afef3d63662c789f01 (diff)
downloadpkgsrc-6da4e38375b609dd9ca171786701560a197d88a6.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-am')
-rw-r--r--devel/cvs/patches/patch-am10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvs/patches/patch-am b/devel/cvs/patches/patch-am
index 9f322004390..58cc417b72f 100644
--- a/devel/cvs/patches/patch-am
+++ b/devel/cvs/patches/patch-am
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.6 2002/11/24 21:31:24 hubertf Exp $
+$NetBSD: patch-am,v 1.7 2003/07/12 09:19:19 wiz Exp $
---- src/cvs.h.orig Fri Aug 24 19:47:02 2001
+--- src/cvs.h.orig Sat Apr 26 20:11:31 2003
+++ src/cvs.h
-@@ -366,6 +366,7 @@
+@@ -367,6 +367,7 @@ extern int really_quiet, quiet;
extern int use_editor;
extern int cvswrite;
extern mode_t cvsumask;
@@ -10,7 +10,7 @@ $NetBSD: patch-am,v 1.6 2002/11/24 21:31:24 hubertf Exp $
-@@ -384,6 +385,7 @@
+@@ -385,6 +386,7 @@ extern int safe_location PROTO ((char *)
extern int trace; /* Show all commands */
extern int noexec; /* Don't modify disk anywhere */
@@ -18,7 +18,7 @@ $NetBSD: patch-am,v 1.6 2002/11/24 21:31:24 hubertf Exp $
extern int logoff; /* Don't write history entry */
extern int top_level_admin;
-@@ -660,6 +662,7 @@
+@@ -663,6 +665,7 @@ void sleep_past PROTO ((time_t desttime)
#define RUN_STDOUT_APPEND 0x0004 /* append to stdout, don't truncate */
#define RUN_STDERR_APPEND 0x0008 /* append to stderr, don't truncate */
#define RUN_SIGIGNORE 0x0010 /* ignore interrupts for command */