diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-16 05:29:05 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-16 05:29:05 +0800 |
commit | d756ff909aa57ea19a5b26b8c9cfee20e12e0db0 (patch) | |
tree | 89afd3312f0b901ce43ea85257bcb68cfc7f474b /devel/cvslines/files | |
parent | 380dd38da5baedaa529cd46ac2e92b23ffb3c002 (diff) | |
download | freebsd-ports-gnome-d756ff909aa57ea19a5b26b8c9cfee20e12e0db0.tar.gz freebsd-ports-gnome-d756ff909aa57ea19a5b26b8c9cfee20e12e0db0.tar.zst freebsd-ports-gnome-d756ff909aa57ea19a5b26b8c9cfee20e12e0db0.zip |
Update to 1.6.8 (under new maintenance). Change location of Perl
executable, to work properly on -STABLE.
PR: 57726
Submitted by: ijliao
Diffstat (limited to 'devel/cvslines/files')
-rw-r--r-- | devel/cvslines/files/patch-aa | 20 | ||||
-rw-r--r-- | devel/cvslines/files/patch-ab | 31 |
2 files changed, 28 insertions, 23 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. + # diff --git a/devel/cvslines/files/patch-ab b/devel/cvslines/files/patch-ab index 9265dc0bbc4d..df0e8010cc13 100644 --- a/devel/cvslines/files/patch-ab +++ b/devel/cvslines/files/patch-ab @@ -1,5 +1,5 @@ ---- INSTALL-- Thu May 22 03:36:16 1997 -+++ INSTALL Tue Aug 25 14:26:30 1998 +--- INSTALL.orig Fri Apr 19 21:26:39 2002 ++++ INSTALL Wed Oct 8 09:22:22 2003 @@ -73,7 +73,7 @@ } @@ -9,24 +9,29 @@ ($u_os, $u_host, $u_osrel) = split(/\s+/, $uname); # Try to find things in the usual places, but failing those, -@@ -121,7 +121,8 @@ - { +@@ -122,6 +122,7 @@ if ( ! ( ($u_os eq "SunOS" && $u_osrel =~ /^5\./) || ($u_os eq "SunOS" && $u_osrel =~ /^4\./) -- || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./))) -+ || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./) -+ || ($u_os eq "FreeBSD"))) + || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./) ++ || ($u_os eq "FreeBSD") + || ($u_os eq "Linux"))) { print STDERR <<MSG; - $Myname: -@@ -148,9 +149,8 @@ - cvslines has been tested with cvs 1.9. The "cvs" command found via - your \$PATH provided the following version information: +@@ -134,7 +135,7 @@ + + (press Return to continue with the install...) + MSG +- $ans = <STDIN>; ++# $ans = <STDIN>; + } + + $cvs_versmsg = `cvs -v`; +@@ -151,7 +152,7 @@ $cvs_versmsg -- (press Return to continue with the install...) + (press Return to continue with the install...) MSG - $ans = <STDIN>; -+ # $ans = <STDIN>; ++# $ans = <STDIN>; } } |