summaryrefslogtreecommitdiff
path: root/www/cvsweb/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:19:46 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:19:46 +0000
commit8515688e4fc1e61508e192542688b3ff53ea4ca8 (patch)
treed2d4ad86fb660f5fc1d74e8ef4b3232c9aad1046 /www/cvsweb/patches/patch-aa
parent3612c287b035cd52b87361b84833d892629cf955 (diff)
downloadpkgsrc-buildlink2.tar.gz
Merge changes in the main trunk into the buildlink2 branch for thosebuildlink2
packages that have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/cvsweb/patches/patch-aa')
-rw-r--r--www/cvsweb/patches/patch-aa18
1 files changed, 13 insertions, 5 deletions
diff --git a/www/cvsweb/patches/patch-aa b/www/cvsweb/patches/patch-aa
index ace0a500130..b7115ff9996 100644
--- a/www/cvsweb/patches/patch-aa
+++ b/www/cvsweb/patches/patch-aa
@@ -1,10 +1,18 @@
-$NetBSD: patch-aa,v 1.3 2001/10/15 17:25:10 martti Exp $
+$NetBSD: patch-aa,v 1.3.2.1 2002/08/25 21:22:25 jlam Exp $
---- cvsweb.cgi.orig Mon Oct 15 13:45:06 2001
-+++ cvsweb.cgi Mon Oct 15 13:48:30 2001
+--- cvsweb.cgi.orig Tue Jul 23 15:58:32 2002
++++ cvsweb.cgi Wed Jul 24 11:01:53 2002
@@ -1,4 +1,4 @@
--#!/usr/bin/perl -wsT
-+#!/usr/bin/perl -s
+-#!/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";
+ }
+