aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsweb3/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsweb3/files')
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.cgi8
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.conf23
2 files changed, 31 insertions, 0 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.cgi b/devel/cvsweb3/files/patch-cvsweb.cgi
new file mode 100644
index 000000000000..d498c7b4e126
--- /dev/null
+++ b/devel/cvsweb3/files/patch-cvsweb.cgi
@@ -0,0 +1,8 @@
+--- cvsweb.cgi.orig Tue Jan 2 08:15:02 2001
++++ cvsweb.cgi Tue Jan 2 08:33:52 2001
+@@ -1 +1 @@
+-#!/usr/bin/perl5 -ws
++#!!!PERL!! -ws
+@@ -139 +139 @@
+- '/usr/local/etc/cvsweb.conf',
++ '!!PREFIX!!/etc/cvsweb/cvsweb.conf',
diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf
new file mode 100644
index 000000000000..ea7c77bc254b
--- /dev/null
+++ b/devel/cvsweb3/files/patch-cvsweb.conf
@@ -0,0 +1,23 @@
+--- cvsweb.conf.orig Tue Jan 2 08:15:03 2001
++++ cvsweb.conf Tue Jan 2 08:32:37 2001
+@@ -28 +28 @@
+- 'local' => '/home/cvs',
++ 'local' => '!!CVSROOT!!',
+@@ -37 +37 @@
+- 'local' => 'Local Repository',
++ 'local' => '!!TITLE!!',
+@@ -203 +203 @@
+-my $iconsdir = "/icons";
++my $iconsdir = "/icons/cvsweb";
+@@ -323 +323 @@
+-$mime_types = '/usr/local/etc/apache/mime.types';
++$mime_types = '!!PREFIX!!/etc/apache/mime.types';
+@@ -393 +393 @@
+-#$ENV{'PATH'} = '/usr/local/bin';
++#$ENV{'PATH'} = '!!PREFIX!!/bin';
+@@ -447 +447 @@
+-@tar_options = qw();
++@tar_options = qw(--ignore-failed-read);
+@@ -452 +452 @@
+-@cvs_options = qw(-l);
++@cvs_options = qw(-R -l);