diff options
author | kim <kim@pkgsrc.org> | 2001-04-24 13:25:29 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-04-24 13:25:29 +0000 |
commit | 30761500e54f3f7e2c5bbab5473ecdd7103e3512 (patch) | |
tree | 900ef4303335f6977336925df169be13ef4801cd /www | |
parent | eb626280746149eb379bc90d4d08c56aa77e75f6 (diff) | |
download | pkgsrc-30761500e54f3f7e2c5bbab5473ecdd7103e3512.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')
-rw-r--r-- | www/cvsweb/distinfo | 4 | ||||
-rw-r--r-- | www/cvsweb/patches/patch-aa | 10 |
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]; |