summaryrefslogtreecommitdiff
path: root/www/cvsweb
diff options
context:
space:
mode:
authorkim <kim>2001-04-24 13:25:29 +0000
committerkim <kim>2001-04-24 13:25:29 +0000
commit05687c6fc7c2c9933b0a2b8c719411153c52df43 (patch)
tree900ef4303335f6977336925df169be13ef4801cd /www/cvsweb
parent269b5869f84b6c8a7a780ff2caaf1f0ff92a13f5 (diff)
downloadpkgsrc-05687c6fc7c2c9933b0a2b8c719411153c52df43.tar.gz
Disable "-w" for perl, as this causes lots and lots of warnings about
uninitialized variables. Since the script works, this will prevent the web error log from filling up...
Diffstat (limited to 'www/cvsweb')
-rw-r--r--www/cvsweb/distinfo4
-rw-r--r--www/cvsweb/patches/patch-aa10
2 files changed, 10 insertions, 4 deletions
diff --git a/www/cvsweb/distinfo b/www/cvsweb/distinfo
index 03524361650..8e1ea9d7b0d 100644
--- a/www/cvsweb/distinfo
+++ b/www/cvsweb/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/23 21:20:32 kim Exp $
+$NetBSD: distinfo,v 1.3 2001/04/24 13:25:29 kim Exp $
SHA1 (cvsweb-1.93.tar.gz) = 89e53ca7585cd626973ee2935e62598f566f2d22
Size (cvsweb-1.93.tar.gz) = 35906 bytes
-SHA1 (patch-aa) = 02f724547cc9d72755c4b03a6d8bd2d7ef2fa04b
+SHA1 (patch-aa) = 0fa750ba1b3bf25cdc72260d0ab8765483c76664
diff --git a/www/cvsweb/patches/patch-aa b/www/cvsweb/patches/patch-aa
index 319ac4d04d6..919a3c7d225 100644
--- a/www/cvsweb/patches/patch-aa
+++ b/www/cvsweb/patches/patch-aa
@@ -1,7 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2001/04/23 21:20:33 kim Exp $
+$NetBSD: patch-aa,v 1.2 2001/04/24 13:25:30 kim Exp $
--- cvsweb.cgi.orig Thu Jul 27 13:42:28 2000
-+++ cvsweb.cgi Mon Apr 23 17:15:24 2001
++++ cvsweb.cgi Tue Apr 24 09:21:42 2001
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl -ws
++#!/usr/bin/perl -s
+ #
+ # cvsweb - a CGI interface to CVS trees.
+ #
@@ -2051,7 +2051,7 @@
print "</SELECT>\n";
$diffrev = $revdisplayorder[0];