1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/cvslines/files/patch-ab
Joseph Koshy 9f3ac4d8ea A port of `cvslines'; a CVS wrapper that helps with merging changes
between various cvs branches, where the branches represent different
lines of development.
1998-08-25 10:32:47 +00:00

33 lines
953 B
Plaintext

--- INSTALL-- Thu May 22 03:36:16 1997
+++ INSTALL Tue Aug 25 14:26:30 1998
@@ -73,7 +73,7 @@
}
-$uname = `/bin/uname -a`; chop $uname;
+$uname = `/usr/bin/uname -a`; chop $uname;
($u_os, $u_host, $u_osrel) = split(/\s+/, $uname);
# Try to find things in the usual places, but failing those,
@@ -121,7 +121,8 @@
{
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")))
{
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:
$cvs_versmsg
- (press Return to continue with the install...)
MSG
- $ans = <STDIN>;
+ # $ans = <STDIN>;
}
}