summaryrefslogtreecommitdiff
path: root/devel/cvslines/files/patch-INSTALL
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-19 15:01:07 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-19 15:01:07 +0000
commit32378cab1b64060fea5583dd482747b3aeedd2ce (patch)
treed7e953602fb4c46dd5c43879cb915cf897720f86 /devel/cvslines/files/patch-INSTALL
parent- Update to 4.3.6 [1] (diff)
- Update to 1.6.9
- Pass maintainership to submitter PR: ports/87663 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Diffstat (limited to 'devel/cvslines/files/patch-INSTALL')
-rw-r--r--devel/cvslines/files/patch-INSTALL37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel/cvslines/files/patch-INSTALL b/devel/cvslines/files/patch-INSTALL
new file mode 100644
index 000000000000..df0e8010cc13
--- /dev/null
+++ b/devel/cvslines/files/patch-INSTALL
@@ -0,0 +1,37 @@
+--- INSTALL.orig Fri Apr 19 21:26:39 2002
++++ INSTALL Wed Oct 8 09:22:22 2003
+@@ -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,
+@@ -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 "FreeBSD")
+ || ($u_os eq "Linux")))
+ {
+ print STDERR <<MSG;
+@@ -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...)
+ MSG
+- $ans = <STDIN>;
++# $ans = <STDIN>;
+
+ }
+ }