summaryrefslogtreecommitdiff
path: root/www/cvsweb/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-09-29 12:46:41 +0000
committermartti <martti@pkgsrc.org>2002-09-29 12:46:41 +0000
commit10a4f71311b87bc73ec00f4479f2f80b4c1f00ff (patch)
treebb231d1e9e0958d88169e8f9f76771089bdf18ba /www/cvsweb/patches
parent5af1a28f6b1d507fc1a12d09253e0a24f87149f2 (diff)
downloadpkgsrc-10a4f71311b87bc73ec00f4479f2f80b4c1f00ff.tar.gz
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
Diffstat (limited to 'www/cvsweb/patches')
-rw-r--r--www/cvsweb/patches/patch-aa14
-rw-r--r--www/cvsweb/patches/patch-ab12
2 files changed, 3 insertions, 23 deletions
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 "<hr noshade>\n<address>$address</address>\n</body>\n</html>\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.