1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Forgot to update patches.

This commit is contained in:
Akinori MUSHA 2001-08-01 10:12:14 +00:00
parent d7437a7136
commit 92e5d6f66e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45695
4 changed files with 36 additions and 36 deletions

View File

@ -1,11 +1,11 @@
--- cvsweb.cgi.orig Thu Jan 11 11:00:55 2001
+++ cvsweb.cgi Thu Jan 11 12:35:36 2001
--- cvsweb.cgi.orig Wed Aug 1 18:54:52 2001
+++ cvsweb.cgi Wed Aug 1 19:09:37 2001
@@ -1,2 +1,2 @@
-#!/usr/bin/perl -wT
+#!!!PERL!! -wT
#
@@ -148,3 +148,3 @@
"$mydir/cvsweb.conf",
- '/usr/local/etc/cvsweb/cvsweb.conf'
+ '!!PREFIX!!/etc/cvsweb/cvsweb.conf'
) {
@@ -155,3 +155,3 @@
# Locations to search for user configuration, in order:
-for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') {
+for ("$mydir/cvsweb.conf", '!!PREFIX!!/etc/cvsweb/cvsweb.conf') {
if (defined($_) && -r $_) {

View File

@ -1,27 +1,27 @@
--- cvsweb.conf.orig Sun Jan 14 18:04:04 2001
+++ cvsweb.conf Mon Jan 29 12:56:45 2001
--- cvsweb.conf.orig Wed Aug 1 18:48:39 2001
+++ cvsweb.conf Wed Aug 1 19:10:01 2001
@@ -17,3 +17,3 @@
# tar,rm (if you enable $allow_tar)
# tar, rm, zip (if you enable $allow_tar)
-$command_path = '/bin:/usr/bin:/usr/local/bin';
+$command_path = '/bin:/usr/bin:!!PREFIX!!/bin';
@@ -42,3 +42,3 @@
@CVSrepositories = (
- 'local' => ['Local Repository', '/home/cvs'],
+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
# 'freebsd' => ['FreeBSD', '/home/ncvs'],
@@ -211,3 +211,3 @@
- 'local' => ['Local Repository', '/home/cvs'],
+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
# 'freebsd' => ['FreeBSD', '/home/ncvs'],
@@ -214,3 +214,3 @@
# icons/ directory; they have a width/height of 16/16
-my $iconsdir = "/icons";
+my $iconsdir = "/icons/cvsweb";
# format: TEXT ICON-URL width height
@@ -331,3 +331,3 @@
@@ -348,3 +348,3 @@
# apache here:
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
@@ -451,3 +451,3 @@
@@ -469,3 +469,3 @@
# Options to pass to tar(1).
-@tar_options = qw();
+@tar_options = qw(--ignore-failed-read);
# e.g. @tar_options = qw(--ignore-failed-read);

View File

@ -1,11 +1,11 @@
--- cvsweb.cgi.orig Thu Jan 11 11:00:55 2001
+++ cvsweb.cgi Thu Jan 11 12:35:36 2001
--- cvsweb.cgi.orig Wed Aug 1 18:54:52 2001
+++ cvsweb.cgi Wed Aug 1 19:09:37 2001
@@ -1,2 +1,2 @@
-#!/usr/bin/perl -wT
+#!!!PERL!! -wT
#
@@ -148,3 +148,3 @@
"$mydir/cvsweb.conf",
- '/usr/local/etc/cvsweb/cvsweb.conf'
+ '!!PREFIX!!/etc/cvsweb/cvsweb.conf'
) {
@@ -155,3 +155,3 @@
# Locations to search for user configuration, in order:
-for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') {
+for ("$mydir/cvsweb.conf", '!!PREFIX!!/etc/cvsweb/cvsweb.conf') {
if (defined($_) && -r $_) {

View File

@ -1,27 +1,27 @@
--- cvsweb.conf.orig Sun Jan 14 18:04:04 2001
+++ cvsweb.conf Mon Jan 29 12:56:45 2001
--- cvsweb.conf.orig Wed Aug 1 18:48:39 2001
+++ cvsweb.conf Wed Aug 1 19:10:01 2001
@@ -17,3 +17,3 @@
# tar,rm (if you enable $allow_tar)
# tar, rm, zip (if you enable $allow_tar)
-$command_path = '/bin:/usr/bin:/usr/local/bin';
+$command_path = '/bin:/usr/bin:!!PREFIX!!/bin';
@@ -42,3 +42,3 @@
@CVSrepositories = (
- 'local' => ['Local Repository', '/home/cvs'],
+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
# 'freebsd' => ['FreeBSD', '/home/ncvs'],
@@ -211,3 +211,3 @@
- 'local' => ['Local Repository', '/home/cvs'],
+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
# 'freebsd' => ['FreeBSD', '/home/ncvs'],
@@ -214,3 +214,3 @@
# icons/ directory; they have a width/height of 16/16
-my $iconsdir = "/icons";
+my $iconsdir = "/icons/cvsweb";
# format: TEXT ICON-URL width height
@@ -331,3 +331,3 @@
@@ -348,3 +348,3 @@
# apache here:
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
@@ -451,3 +451,3 @@
@@ -469,3 +469,3 @@
# Options to pass to tar(1).
-@tar_options = qw();
+@tar_options = qw(--ignore-failed-read);
# e.g. @tar_options = qw(--ignore-failed-read);