From 10a4f71311b87bc73ec00f4479f2f80b4c1f00ff Mon Sep 17 00:00:00 2001 From: martti Date: Sun, 29 Sep 2002 12:46:41 +0000 Subject: Updated cvsweb to 2.0.6 * New config variable: annotate_options * Make annotate work under mod_perl * Output address only if it's set * Fix annotate HTML output * Escape file names in directory listings * Mention cvs < 1.11 '-l' bug --- www/cvsweb/patches/patch-aa | 14 +++----------- www/cvsweb/patches/patch-ab | 12 ------------ 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 www/cvsweb/patches/patch-ab (limited to 'www/cvsweb/patches') diff --git a/www/cvsweb/patches/patch-aa b/www/cvsweb/patches/patch-aa index 047560575bc..2e4e81deb11 100644 --- a/www/cvsweb/patches/patch-aa +++ b/www/cvsweb/patches/patch-aa @@ -1,18 +1,10 @@ -$NetBSD: patch-aa,v 1.6 2002/08/25 21:52:07 jlam Exp $ +$NetBSD: patch-aa,v 1.7 2002/09/29 12:46:41 martti Exp $ ---- cvsweb.cgi.orig Tue Jul 23 15:58:32 2002 -+++ cvsweb.cgi Wed Jul 24 11:01:53 2002 +--- cvsweb.cgi.orig Thu Sep 26 20:56:05 2002 ++++ cvsweb.cgi Sun Sep 29 14:36:06 2002 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -w # # cvsweb - a CGI interface to CVS trees. # -@@ -3631,6 +3631,7 @@ - } - - sub html_footer() { -+ return if ($address eq ""); - print "
\n
$address
\n\n\n"; - } - diff --git a/www/cvsweb/patches/patch-ab b/www/cvsweb/patches/patch-ab deleted file mode 100644 index fb5ad4dce57..00000000000 --- a/www/cvsweb/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2002/08/25 21:52:07 jlam Exp $ - ---- cvsweb.conf.orig Wed Jul 10 17:30:56 2002 -+++ cvsweb.conf Wed Jul 24 11:02:29 2002 -@@ -495,6 +495,7 @@ - @cvs_options = qw(-lf); - - push @cvs_options, '-R' if ($uname eq 'FreeBSD' || $uname eq 'OpenBSD'); -+push @cvs_options, '-u' if ($uname eq 'NetBSD'); - - # Only FreeBSD's and OpenBSD's cvs(1) supports -R (read only access - # mode) option, which considerably speeds up checkouts over NFS. -- cgit v1.2.3