summaryrefslogtreecommitdiff
path: root/devel/cvslines/files/patch-aa
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-03-15 21:29:05 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-03-15 21:29:05 +0000
commitfcbe6b8ed08502685675ceb6154a5e38e768f3ce (patch)
treefc47a89213dd42fb7c888739ce46c9ad0eade5b3 /devel/cvslines/files/patch-aa
parentForgot replacing PTHREAD_LIBS in the last commit. (diff)
Update to 1.6.8 (under new maintenance). Change location of Perl
executable, to work properly on -STABLE. PR: 57726 Submitted by: ijliao
Notes
Notes: svn path=/head/; revision=104112
Diffstat (limited to 'devel/cvslines/files/patch-aa')
-rw-r--r--devel/cvslines/files/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/cvslines/files/patch-aa b/devel/cvslines/files/patch-aa
index 906c7ad6f8cd..f49c9c2555cb 100644
--- a/devel/cvslines/files/patch-aa
+++ b/devel/cvslines/files/patch-aa
@@ -1,10 +1,10 @@
---- CONFIG.old Wed May 21 11:39:38 1997
-+++ CONFIG Fri Feb 1 04:43:42 2002
+--- CONFIG.orig Wed Oct 8 09:16:47 2003
++++ CONFIG Wed Oct 8 09:18:54 2003
@@ -14,17 +14,17 @@
# The absolute path to the perl interpreter to use.
# INSTALL will substitute this into the #!... line.
#
--if (! defined($PERL5)) { $PERL5 = "/usr/local/bin/perl5"; } # cfg
+-if (! defined($PERL5)) { $PERL5 = "/usr/bin/perl"; } # cfg
+if (! defined($PERL5)) { $PERL5 = "$ENV{'PERL5'}"; } # cfg
# Where to install the cvslines scripts...
@@ -21,12 +21,12 @@
######################################################################
#
-@@ -52,7 +52,7 @@
-
- # Where the RCS to use with cvslines is kept.
+@@ -40,7 +40,7 @@
+ # This is used so that debug versions can know they are and alter
+ # logging behavior, etc.
#
--\$RCSBIN = "$BINDIR"; # cfg
-+\$RCSBIN = "/usr/bin/"; # cfg
-
- 1;
+-\$RELDIR = "$BINDIR"; # cfg
++\$RELDIR = "/usr/bin"; # cfg
+ # Where the cvslines log file is written.
+ #